UNPKG

118 BJavaScriptView Raw
1module.exports = {
2 semi: true,
3 printWidth: 80,
4 singleQuote: true,
5 trailingComma: 'es5',
6 proseWrap: true,
7};