UNPKG

eslint-config-kentcdodds

Version:

ESLint rules according to kentcdodds' personal preference

7 lines (6 loc) 178 B
{ "extends": ["./index.js"], // because this extends the base and has most of the rules I care about "rules": { "no-magic-numbers": 0, // because rules are 0, 1, 2 } }