UNPKG

81 BJavaScriptView Raw
1module.exports = {
2 singleQuote: true,
3 tabWidth: 2,
4 trailingComma: 'es5',
5}