Spaces:
Running
Running
File size: 182 Bytes
6a37520 |
1 2 3 4 5 6 7 8 9 10 11 |
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
};
|