Skip to content

Commit 092a6dd

Browse files
committed
chore: format
1 parent 31a2804 commit 092a6dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

worker.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ runAsWorker(
112112
// it could be processed by `@ota-meshi/eslint-plugin-svelte`, `eslint-plugin-svelte` or `eslint-plugin-svelte3`
113113
case 'svelte': {
114114
// The `source` would be modified by `eslint-plugin-svelte3`
115-
if (typeof parserPath === "string" && !parserPath.includes('svelte-eslint-parser')) {
115+
if (
116+
typeof parserPath === 'string' &&
117+
!parserPath.includes('svelte-eslint-parser')
118+
) {
116119
// We do not support `eslint-plugin-svelte3`,
117120
// the users should run `prettier` on `.svelte` files manually
118121
return;

0 commit comments

Comments
 (0)