What version of eslint are you using?
8.44.0
What version of prettier are you using?
3.0.0
What version of eslint-plugin-prettier are you using?
5.0.0-alpha.1
Please paste any applicable config files that you're using (e.g. .prettierrc or .eslintrc files)
What source code are you linting?
Any code, for example console.log(1)
What did you expect to happen?
Lint without errors
What actually happened?
$ pnpm eslint .
Oops! Something went wrong! :(
ESLint: 8.44.0
TypeError: Cannot read properties of null (reading 'map')
at loadPlugins (file:///my-project/node_modules/.pnpm/[email protected]/node_modules/prettier/index.mjs:21518:30)
at Module.<anonymous> (file:///my-project/node_modules/.pnpm/[email protected]/node_modules/prettier/index.mjs:21781:9)
at /my-project/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/eslint-plugin-prettier/worker.js:44:56
What version of
eslintare you using?8.44.0
What version of
prettierare you using?3.0.0
What version of
eslint-plugin-prettierare you using?5.0.0-alpha.1
Please paste any applicable config files that you're using (e.g.
.prettierrcor.eslintrcfiles)What source code are you linting?
Any code, for example
console.log(1)What did you expect to happen?
Lint without errors
What actually happened?