mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 12:25:17 +00:00
6 lines
58 B
JavaScript
6 lines
58 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
singleQuote: true,
|
||
|
};
|