mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
10 lines
176 B
JavaScript
10 lines
176 B
JavaScript
module.exports = {
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
arrowParens: 'avoid',
|
|
printWidth: 120,
|
|
semi: false,
|
|
}
|