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 053c9c6 commit 99bf9b7Copy full SHA for 99bf9b7
.gitignore
@@ -4,3 +4,4 @@
4
node_modules/
5
npm-debug.log
6
yarn.lock
7
+.eslintcache
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
10
"lint:docs": "markdownlint '**/*.md'",
11
- "lint:js": "eslint .",
+ "lint:js": "eslint --cache .",
12
"generate-readme-table": "node build/generate-readme-table.js",
13
"release": "release-it",
14
"test": "nyc --all --check-coverage --include lib mocha tests --recursive"
0 commit comments