UNPKG

99 BJavaScriptView Raw
1module.exports = {
2 printWidth: 120,
3 useTabs: true,
4 singleQuote: true,
5 trailingComma: 'all',
6};