UNPKG

102 BJavaScriptView Raw
1module.exports = {
2 tabWidth: 2,
3 singleQuote: true,
4 printWidth: 120,
5 trailingComma: 'none',
6};