UNPKG

125 BJavaScriptView Raw
1module.exports = {
2 printWidth: 100,
3 tabWidth: 2,
4 bracketSpacing: true,
5 trailingComma: 'es5',
6 singleQuote: true,
7};