UNPKG

100 BJavaScriptView Raw
1module.exports = {
2 printWidth: 120,
3 semi: false,
4 singleQuote: true,
5 bracketSpacing: false
6}