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 ef12311 commit d23c878Copy full SHA for d23c878
package.json
@@ -49,7 +49,6 @@
49
"lint:quiet": "eslint demo --quiet",
50
"lint:report": "eslint demo '**/*.html' --format html --output-file ./reports/linting/linting_report.html & eslint demo --format json --output-file ./reports/linting/linting_report.json",
51
"lint:snapshot": "eslint demo --no-color --output-file ./demo/test/snapshots/local-linting-output.txt; eslint --print-config file.js > ./demo/test/snapshots/local-linting-final-config.json; npm run test:format",
52
- "preinstall": "git config --global url.https://github.com/.insteadOf git://github.com/",
53
"postinstall": "npm rebuild husky",
54
"publish": "npmPublish",
55
"test": "npm run lint:snapshot; ava",
0 commit comments