Skip to content

Commit

Permalink
ESLint: Use cache (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 21, 2021
1 parent 114e462 commit b4ac061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ hide-*.js
node_modules
.idea/
.DS_Store
.eslintcache
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"build": "gulp",
"start": "http-server -c-1",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint": "eslint . --cache",
"lint:fix": "npm run lint -- --fix",
"lint:ci": "eslint . --max-warnings 0",
"test:aliases": "mocha tests/aliases-test.js",
"test:core": "mocha tests/core/**/*.js",
Expand Down

0 comments on commit b4ac061

Please sign in to comment.