UNPKG

react-table-pro

Version:
17 lines (15 loc) 331 B
// @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', };