We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parserBlocklist
1 parent cdfcefd commit 723f7a8Copy full SHA for 723f7a8
.changeset/five-boats-decide.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-prettier": patch
3
4
+
5
+fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to `parserBlocklist`
worker.mjs
@@ -165,6 +165,9 @@ runAsWorker(
165
'angular',
166
'svelte',
167
'pug',
168
+ 'oxc',
169
+ 'oxc-ts',
170
+ 'hermes',
171
];
172
if (parserBlocklist.includes(/** @type {string} */ (inferredParser))) {
173
return;
0 commit comments