diff --git a/config/prettier.config.js b/config/prettier.config.js index f3c09347a..c4b4ae640 100644 --- a/config/prettier.config.js +++ b/config/prettier.config.js @@ -1,7 +1,6 @@ export default { trailingComma: "es5", - tabWidth: 4, semi: false, singleQuote: true, - useTabs: false, + useTabs: true, }; diff --git a/manifest.json b/manifest.json index 54767f6bf..5e4a1cc86 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "128": "menu/icons/128.png" }, "background": { - "service_worker": "background.js", + "service_worker": "background.js" }, "action": { "default_popup": "menu/index.html",