We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad53b3b commit a27397fCopy full SHA for a27397f
config/prettier.config.js
@@ -1,7 +1,6 @@
1
export default {
2
trailingComma: "es5",
3
- tabWidth: 4,
4
semi: false,
5
singleQuote: true,
6
- useTabs: false,
+ useTabs: true,
7
};
manifest.json
@@ -12,7 +12,7 @@
12
"128": "menu/icons/128.png"
13
},
14
"background": {
15
- "service_worker": "background.js",
+ "service_worker": "background.js"
16
17
"action": {
18
"default_popup": "menu/index.html",
0 commit comments