UNPKG

@thecodejs/eslint-rules

Version:

Collection of ESLint and Prettier rules which are best for JS developers

12 lines 259 B
module.exports = { arrowParens: 'avoid', bracketSpacing: true, endOfLine: 'lf', jsxBracketSameLine: false, printWidth: 100, semi: false, singleQuote: true, tabWidth: 4, trailingComma: 'es5', useTabs: false, }