We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114e462 commit b4ac061Copy full SHA for b4ac061
.gitignore
@@ -2,3 +2,4 @@ hide-*.js
2
node_modules
3
.idea/
4
.DS_Store
5
+.eslintcache
package.json
@@ -7,8 +7,8 @@
7
"scripts": {
8
"build": "gulp",
9
"start": "http-server -c-1",
10
- "lint": "eslint .",
11
- "lint:fix": "eslint . --fix",
+ "lint": "eslint . --cache",
+ "lint:fix": "npm run lint -- --fix",
12
"lint:ci": "eslint . --max-warnings 0",
13
"test:aliases": "mocha tests/aliases-test.js",
14
"test:core": "mocha tests/core/**/*.js",
0 commit comments