{"id":19502,"library":"eslint-config-developit","title":"eslint-config-developit","description":"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.","status":"active","version":"1.2.0","language":"javascript","source_language":"en","source_url":"https://github.com/developit/eslint-config-developit","tags":["javascript","eslint","eslint-config"],"install":[{"cmd":"npm install eslint-config-developit","lang":"bash","label":"npm"},{"cmd":"yarn add eslint-config-developit","lang":"bash","label":"yarn"},{"cmd":"pnpm add eslint-config-developit","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"This is an ESLint shareable config, not a JavaScript module. It is used by extending in your ESLint configuration.","wrong":"const config = require('eslint-config-developit');","symbol":"config","correct":"/* no import needed; add to .eslintrc */"}],"quickstart":{"code":"// Install:\n// npm i -D eslint eslint-config-developit\n\n// In package.json:\n{\n  \"eslintConfig\": {\n    \"extends\": \"eslint-config-developit\"\n  }\n}\n\n// Or .eslintrc:\n{\n  \"extends\": \"eslint-config-developit\"\n}","lang":"javascript","description":"Install and extend the ESLint configuration in package.json or .eslintrc."},"warnings":[{"fix":"Use `\"extends\": [\"eslint-config-developit\", \"./my-custom-rules\"]`","message":"This config overrides your existing ESLint rules. To add custom rules, create your own config and extend both.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Upgrade ESLint to version 5 or higher.","message":"Requires ESLint >= 5. Older versions of ESLint are not supported.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install --save-dev eslint-config-developit","cause":"Missing installed package or global install.","error":"Error: Cannot find module 'eslint-config-developit'"},{"fix":"Ensure package is installed and check .eslintrc extends value.","cause":"Config name typo or missing `eslint-plugin-*` peer dependency.","error":"ESLint couldn't find the config \"eslint-config-developit\"."}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}