We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error occurred while loading the configuration file. My configuration file was generated by default
import globals from 'globals'; import pluginJs from '@eslint/js'; import tseslint from 'typescript-eslint'; import pluginReact from 'eslint-plugin-react'; /** @type {import('eslint').Linter.Config[]} */ export default [ { files: ['**/*.{js,mjs,cjs,ts,jsx,tsx}'] }, { languageOptions: { globals: { ...globals.browser, ...globals.node } } }, pluginJs.configs.recommended, ...tseslint.configs.recommended, pluginReact.configs.flat.recommended ]
The text was updated successfully, but these errors were encountered:
same issue to me. using 0.6.0 seems to be working well
Sorry, something went wrong.
c7ed332
chore(deps): update dependency @eslint/config-inspector to v0.7.1
01c6428
##### [v0.7.1](https://github.com/eslint/config-inspector/blob/HEAD/CHANGELOG.md#071-2025-01-08) ##### Bug Fixes - avoid using `.toSorted` to improve node compatibility, close [#117](eslint/config-inspector#117) ([c7ed332](eslint/config-inspector@c7ed332))
Successfully merging a pull request may close this issue.
This error occurred while loading the configuration file. My configuration file was generated by default
The text was updated successfully, but these errors were encountered: