From 092a6dd514c0817c26b6ff02538db98e0749dbf7 Mon Sep 17 00:00:00 2001 From: Krist Ponpairin Date: Tue, 10 Oct 2023 19:19:53 +0700 Subject: [PATCH] chore: format --- worker.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/worker.js b/worker.js index d29fa26c..d4cadc05 100644 --- a/worker.js +++ b/worker.js @@ -112,7 +112,10 @@ runAsWorker( // it could be processed by `@ota-meshi/eslint-plugin-svelte`, `eslint-plugin-svelte` or `eslint-plugin-svelte3` case 'svelte': { // The `source` would be modified by `eslint-plugin-svelte3` - if (typeof parserPath === "string" && !parserPath.includes('svelte-eslint-parser')) { + if ( + typeof parserPath === 'string' && + !parserPath.includes('svelte-eslint-parser') + ) { // We do not support `eslint-plugin-svelte3`, // the users should run `prettier` on `.svelte` files manually return;