UNPKG

eslint-config-get-off-my-lawn

Version:

A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.

8 lines (7 loc) 196 B
module.exports = { plugins: ['get-off-my-lawn'], rules: { 'get-off-my-lawn/prefer-arrow-functions': 'error', 'get-off-my-lawn/prefer-length-truthiness': 'error', }, };