We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prettier-eslint
JounQin
Learn more about funding links in repositories.
Report abuse
1 parent 00449df commit ae7a73cCopy full SHA for ae7a73c
.changeset/stale-guests-battle.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-prettier": patch
3
4
+
5
+fix: compatibility with prettier@3 without plugins
worker.js
@@ -48,7 +48,7 @@ runAsWorker(
48
withNodeModules: false,
49
ignorePath: '.prettierignore',
50
plugins: /** @type {string[] | undefined} */ (
51
- prettierRcOptions ? prettierRcOptions.plugins : null
+ prettierRcOptions ? prettierRcOptions.plugins : undefined
52
),
53
...eslintFileInfoOptions,
54
},
0 commit comments