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 e411fec commit 4806fb1Copy full SHA for 4806fb1
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "lint": "eslint -f @microsoft/eslint-formatter-sarif -o output.sarif.json index.js"
+ "lint": "eslint -f @microsoft/eslint-formatter-sarif -o output.sarif.json index.js",
9
+ "postinstall": "cd eslint-formatter/src/ESLint.Formatter && npm install"
10
},
11
"repository": {
12
"type": "git",
0 commit comments