UNPKG

101 BJavaScriptView Raw
1module.exports = {
2 useTabs: true,
3 tabWidth: 4,
4 semi: false,
5 singleQuote: true,
6 printWidth: 90
7}