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.

10 lines (9 loc) 254 B
module.exports = { extends: ['get-off-my-lawn', 'prettier'], rules: { 'arrow-body-style': 0, 'react/jsx-closing-bracket-location': 0, 'react/jsx-closing-tag-location': 0, 'react/jsx-max-props-per-line': 0 } };