UNPKG

148 BJavaScriptView Raw
1module.exports = {
2 printWidth: 160,
3 // useTabs: false,
4 tabWidth: 4,
5 semi: false,
6 singleQuote: true,
7 trailingComma: 'all',
8}