mirror of
https://github.com/magnum-opus-nn-cp/frontend.git
synced 2024-11-13 05:06:40 +03:00
13 lines
228 B
JavaScript
13 lines
228 B
JavaScript
module.exports = {
|
|
arrowParens: 'always',
|
|
bracketSameLine: true,
|
|
bracketSpacing: true,
|
|
endOfLine: 'auto',
|
|
printWidth: 120,
|
|
semi: true,
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
trailingComma: 'none',
|
|
useTabs: false
|
|
};
|