14 lines
260 B
JavaScript
14 lines
260 B
JavaScript
![]() |
export default {
|
||
|
arrowParens: 'always',
|
||
|
bracketSpacing: true,
|
||
|
singleAttributePerLine: false,
|
||
|
bracketSameLine: false,
|
||
|
jsxSingleQuote: true,
|
||
|
printWidth: 120,
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
tabWidth: 2,
|
||
|
useTabs: false,
|
||
|
endOfLine: 'auto',
|
||
|
};
|