react-table-pro
Version:
17 lines (15 loc) • 331 B
JavaScript
// @flow
module.exports = {
printWidth: 120,
tabWidth: 4,
useTabs: false,
semi: true,
singleQuote: true,
bracketSpacing: false,
jsxBracketSameLine: false,
jsxSingleQuote: false,
htmlWhitespaceSensitivity: 'strict',
proseWrap: 'never',
arrowParens: 'avoid',
trailingComma: 'all',
};