A shareable ESLint configuration from Jason Miller (developit) providing sensible defaults for ES2015+, React, and Mocha. The current stable version is 1.2.0. Maintenance is minimal; it is a thin wrapper over other presets. Differentiators include React JSX and Mocha test support out of the box.
npm install eslint-config-developitVerified import paths — ran on the pinned version, not inferred.
Install and extend the ESLint configuration in package.json or .eslintrc.
Use `"extends": ["eslint-config-developit", "./my-custom-rules"]`
Upgrade ESLint to version 5 or higher.
npm install --save-dev eslint-config-developit
Ensure package is installed and check .eslintrc extends value.
No dependency data recorded yet.