UNPKG

eslint-config-get-off-my-lawn-prettier

Version:

A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript, optimized for seamless use with Prettier.

8 lines (7 loc) 136 B
module.exports = { arrowParens: 'always', bracketSpacing: false, printWidth: 120, singleQuote: true, tabWidth: 4 };