8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
module.exports = {
|
|
bracketSpacing: false,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
arrowParens: 'avoid',
|
|
};
|