UNPKG

157 BJavaScriptView Raw
1module.exports = {
2 printWidth: 100,
3 tabWidth: 2,
4 singleQuote: true,
5 semi: false,
6 trailingComma: 'none',
7 useTabs: false,
8 bracketSpacing: true
9}