Closed
Description
openedon Oct 13, 2022
In master branch of this plugin, extending plugin:react/all
in eslintrc cause a crash. This bug comes from #3429.
Reproduction:
mkdir demo-config-bug
cd demo-config-bug
npm init --yes
npm i eslint jsx-eslint/eslint-plugin-react#master
touch a.js
echo '{"extends": ["plugin:react/all"]}' > .eslintrc.json
npx eslint .
Result:
Oops! Something went wrong! :(
ESLint: 8.25.0
Error: ESLint configuration in .eslintrc.json » plugin:react/all is invalid:
- Unexpected top-level property "languageOptions".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels