mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
module.exports = {
|
|
bracketSpacing: false,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
arrowParens: 'avoid',
|
|
};
|