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.
1 parent 31a2804 commit 092a6ddCopy full SHA for 092a6dd
worker.js
@@ -112,7 +112,10 @@ runAsWorker(
112
// it could be processed by `@ota-meshi/eslint-plugin-svelte`, `eslint-plugin-svelte` or `eslint-plugin-svelte3`
113
case 'svelte': {
114
// The `source` would be modified by `eslint-plugin-svelte3`
115
- if (typeof parserPath === "string" && !parserPath.includes('svelte-eslint-parser')) {
+ if (
116
+ typeof parserPath === 'string' &&
117
+ !parserPath.includes('svelte-eslint-parser')
118
+ ) {
119
// We do not support `eslint-plugin-svelte3`,
120
// the users should run `prettier` on `.svelte` files manually
121
return;
0 commit comments