GitHub
github.com › eslint › eslintrc
GitHub - eslint/eslintrc: The legacy ESLintRC config file format for ESLint · GitHub
The legacy ESLintRC config file format for ESLint. Contribute to eslint/eslintrc development by creating an account on GitHub.
Author eslint
GitHub
github.com › eslint › eslint
GitHub - eslint/eslint: Find and fix problems in your JavaScript code. · GitHub
Find and fix problems in your JavaScript code. Contribute to eslint/eslint development by creating an account on GitHub.
Author eslint
Videos
GitHub
github.com › eslint › eslint › discussions › 18543
Convert .eslintrc.json to eslint.config.js · eslint/eslint · Discussion #18543
Just updated from 8 to 9 and fail on the config file. Why not just auto-convert it? Is there a converter? I know the https://eslint.org/docs/latest/use/configure/migration-guide but auto convert would be better. I wish to lint --fix .eslintrc.json to eslint.config.js ·
Author eslint
GitHub
github.com › eslint › eslintrc › releases
Releases · eslint/eslintrc
The legacy ESLintRC config file format for ESLint. Contribute to eslint/eslintrc development by creating an account on GitHub.
Author eslint
GitHub
github.com › eslint › eslintrc › blob › main › package.json
eslintrc/package.json at main · eslint/eslintrc
The legacy ESLintRC config file format for ESLint. Contribute to eslint/eslintrc development by creating an account on GitHub.
Author eslint
GitHub
github.com › eslint › eslintrc › blob › main › README.md
eslintrc/README.md at main · eslint/eslintrc
The legacy ESLintRC config file format for ESLint. Contribute to eslint/eslintrc development by creating an account on GitHub.
Author eslint
GitHub
github.com › eslint › eslint › blob › main › .eslintrc.js
eslint/.eslintrc.js at main · eslint/eslint
Find and fix problems in your JavaScript code. Contribute to eslint/eslint development by creating an account on GitHub.
Author eslint
GitHub
github.com › eslint-types › eslint-define-config
GitHub - eslint-types/eslint-define-config: Provide a defineConfig function for .eslintrc.js files
Starred by 360 users
Forked by 24 users
Languages TypeScript 58.6% | JavaScript 41.4%
GitHub
github.com › eslint › eslint › commit › 80259a9b0d9e29596a5ef0e1e5269031636cacdb
docs: Remove deprecated eslintrc documentation files (#20472) · eslint/eslint@80259a9
1 week ago - docs: Remove deprecated eslintrc documentation files (#20472)* Initial plan * Remove deprecated documentation files and all references Co-authored-by: nzakas <38546+nzakas@users.noreply.github.com> * Remove remaining eslintrc references per review feedback Co-authored-by: nzakas <38546+nzakas@users.noreply.github.com> * Remove "In flat config" phrases from migration guide Co-authored-by: nzakas <38546+nzakas@users.noreply.github.com> * Undo changes in config migration guide --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nzakas <38546+nzakas@users.noreply.github.com> Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Author eslint
GitHub
github.com › jsx-eslint › eslint-plugin-react
GitHub - jsx-eslint/eslint-plugin-react: React-specific linting rules for ESLint · GitHub
From v8.21.0, eslint announced a new config system. In the new system, .eslintrc* is no longer used. eslint.config.js would be the default config file name.
Author jsx-eslint
GitHub
github.com › eslint › eslintrc › actions
Workflow runs · eslint/eslintrc
The legacy ESLintRC config file format for ESLint. Contribute to eslint/eslintrc development by creating an account on GitHub.
Author eslint
GitHub
github.com › standard › eslint-config-standard-react › blob › master › eslintrc.json
eslint-config-standard-react/eslintrc.json at master · standard/eslint-config-standard-react
ESLint Shareable Config for React/JSX support in JavaScript Standard Style - eslint-config-standard-react/eslintrc.json at master · standard/eslint-config-standard-react
Author standard
npm
npmjs.com › package › @eslint › eslintrc
eslint/eslintrc
npm i @eslint/eslintrc · github.com/eslint/eslintrc · github.com/eslint/eslintrc#readme · Fund this package · 86,873,599 · 3.3.5 · MIT · 695 kB · 31 · 2 days ago · openjsfoundation · eslintbot · Analyze security with SocketCheck bundle sizeView package healthExplore dependencies ·
» npm install @eslint/eslintrc
Published Mar 06, 2026
Version 3.3.5
Author Nicholas C. Zakas
Repository https://github.com/eslint/eslintrc
GitHub
github.com › eslint › eslint › commit › c69fdacdb2e886b9d965568a397aa8220db3fe90
feat!: remove eslintrc support (#20037) · eslint/eslint@c69fdac
November 12, 2025 - If you are using one configuration file and want ESLint to ignore any `.eslintrc.*` files, make sure to use [`--no-eslintrc`](../command-line-interface#--no-eslintrc) along with the [`--config`](../../use/command-line-interface#-c---config) flag.
Author eslint
npm
npmjs.com › package › eslint-plugin-github
eslint-plugin-github - npm
By default, these eslint rules will check the "as" prop for underlying element changes. If your repo uses a different prop name for polymorphic components provide the prop name in your eslintrc configuration under polymorphicPropName. { "settings": { "github": { "polymorphicPropName": "asChild", "components": { "Box": "p", "Link": "a" } } } } This config will be interpreted in the following way: All <Box> elements will be treated as a p element type.
» npm install eslint-plugin-github
Published Mar 19, 2025
Version 6.0.0
Author GitHub, Inc.
GitHub
github.com › eslint › eslintrc › issues
eslint/eslintrc
The legacy ESLintRC config file format for ESLint. Contribute to eslint/eslintrc development by creating an account on GitHub.
Author eslint
GitHub
github.com › eslint › eslint › issues › 18247
Bug: plugins field in eslintrc not working as expected · Issue #18247 · eslint/eslint
March 30, 2024 - :( ESLint: 8.57.0 Error: ESLint configuration in --config is invalid: - Property "plugins" is the wrong type (expected array but got `{"clsx":{"rules":{"clsxRule":{"meta":{"type":"problem","docs":{"description":"Use `cn` instead of `clsx` for proper merging of tw classnames"},"messages":{"avoid":"Use `cn` instead of `clsx` for proper merging of tw classnames"},"hasSuggestion":true,"recommended":true}}}}}`). at ConfigValidator.validateConfigSchema ($HOME/gitspace/react-components/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2177:19) at ConfigArrayFactory._normalizeConfigData ($HOME/gitspace/
Published Mar 30, 2024
GitHub
github.com › eslint › eslint › issues › 14137
ESLint fails with ESM and JS eslintrc · Issue #14137 · eslint/eslint
February 24, 2021 - ESLint fails in a very minimal installation when ESM are used and the .eslintrc format is JS. The eslint CLI tries to load the .eslintrc.js with require, which fails if you've set "type": "module" in your package.json. Steps to reproduce...
Published Feb 24, 2021