pretty print (#895)

* added json for prettier, npm run prettier in lint-staged
This commit is contained in:
Benjamin Lörincz
2023-05-01 17:29:59 +02:00
committed by GitHub
parent e09fc71c9e
commit dc5d34f0f7
14 changed files with 101 additions and 92 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.7",
"permissions": ["contextMenus"],
"background": {
"service_worker": "sample.js"
"service_worker": "sample.js"
},
"manifest_version": 3
}