UNPKG

109 BJavaScriptView Raw
1module.exports = {
2 semi: false,
3 singleQuote: true,
4 trailingComma: 'all',
5 jsxBracketSameLine: true,
6}