We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d00f8 commit 1f785feCopy full SHA for 1f785fe
companion/manifest.json
@@ -21,10 +21,6 @@
21
"entrypoint": "../index.js"
22
},
23
"manufacturer": "VDO",
24
- "products": [
25
- "Ninja"
26
- ],
27
- "keywords": [
28
- "Video"
29
- ]
30
-}
+ "products": ["Ninja"],
+ "keywords": ["Video"]
+}
package.json
@@ -4,7 +4,7 @@
4
"main": "index.js",
5
"type": "module",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "format": "prettier -w ."
8
9
"license": "MIT",
10
"dependencies": {
@@ -17,5 +17,6 @@
17
18
"devDependencies": {
19
"@companion-module/tools": "^0.5.2"
20
- }
+ },
+ "prettier": "@companion-module/tools/.prettierrc.json"
}
0 commit comments