UNPKG

124 BJavaScriptView Raw
1module.exports = {
2 trailingComma: 'all',
3 semi: false,
4 singleQuote: true,
5 printWidth: 80,
6 tabWidth: 4,
7}