We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4919b6c commit 93e3cf7Copy full SHA for 93e3cf7
package.json
@@ -13,7 +13,8 @@
13
"scripts": {
14
"build": "npm run eslint && rollup -c",
15
"eslint": "eslint index.js src/**.js bin/**.js",
16
- "eslint-fix": "eslint --fix index.js src/**.js bin/**.js"
+ "eslint-fix": "eslint --fix index.js src/**.js bin/**.js",
17
+ "test": "echo \"Placeholder\""
18
},
19
"repository": {
20
"type": "git",
0 commit comments