зеркало из https://github.com/mozilla/redash-stmo.git
6 строки
92 B
JavaScript
6 строки
92 B
JavaScript
|
module.exports = {
|
||
|
arrowParens: 'always',
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|