[Bug]: Error when trying to integrate the plugin to the eslint flat config file #6448
Open
Description
Kind of Issue
Question
Tool or Library
cspell/eslint-plugin
Version
8.15.5
Supporting Library
Not sure / None
OS
Linux
OS Version
22.04
Description
The ESLint cannot import @cspell/eslint-plugin for some reason
Steps to Reproduce
- Migrate ESLint config file (eslintrc.json) to the flat config using ESLint CLI
npx @eslint/migrate-config .eslintrc.json
- Install the @cspell/eslint-plugin using your package manager (npm or yarn)
- Integrate it in the newly created ESLint flat config file using the instuction
- Restart VS Code
- Open up the flat config ESLint file and check out ESLint output in VS Code
Expected Behavior
There are no errors
Additional Information
No response
cspell.json
No response
cspell.config.yaml
No response
Example Repository
No response
Code of Conduct
- I agree to follow this project's Code of Conduct