mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
15 lines
265 B
JavaScript
15 lines
265 B
JavaScript
module.exports = {
|
|
arrowParens: 'always',
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: true,
|
|
jsxSingleQuote: true,
|
|
singleQuote: true,
|
|
semi: false,
|
|
printWidth: 100,
|
|
useTabs: true,
|
|
tabWidth: 4,
|
|
arrowParens: 'always',
|
|
endOfLine: 'lf',
|
|
trailingComma: 'all',
|
|
}
|