mirror of
https://github.com/plebbit/seedit.git
synced 2025-12-23 22:17:55 -05:00
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
singleQuote: true,
|
|
printWidth: 170,
|
|
bracketSpacing: true,
|
|
tabWidth: 2,
|
|
trailingComma: 'all',
|
|
jsxSingleQuote: true,
|
|
arrowParens: 'always',
|
|
useTabs: false,
|
|
} |