mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
13 lines
230 B
JavaScript
13 lines
230 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
semi: false,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: false,
|
|
arrowParens: 'avoid',
|
|
endOfLine: 'auto',
|
|
}
|