npm run lint
causes a warning for every file: [warn] Ignored unknown option { pluginSearchDirs: ["."] }.
due to Prettier
#10751
Labels
Describe the bug
Running
npm run lint
causes this warning for every file:[warn] Ignored unknown option { pluginSearchDirs: ["."] }.
Creating noisy output.
Reproduction
.prettierrc
:"lint": "prettier --plugin-search-dir . --check . && eslint .",
npm run format
(You can remove eslint, it's not related to that.)Gives output of:
Logs
No response
System Info
Severity
annoyance
Additional Information
Removing
"plugins": ["prettier-plugin-svelte"],
fixes it.The text was updated successfully, but these errors were encountered: