Skip to content

Commit

Permalink
Chore: Add ESLint cache (#8935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Dec 6, 2022
1 parent 317ed00 commit 2c63c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Thumbs.db
Desktop.ini
npm-debug.log
lerna-debug.log
.eslintcache

# project files
.project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"coverage": "npm run test -- --coverage --maxWorkers=4",
"coverage:node": "workspaces-run --only=\"@pixi/node\" -- npm run coverage",
"docs": "mkdirp dist && webdoc -R README.md",
"lint": "eslint --ext .js --ext .ts test bundles packages scripts --ignore-path .gitignore --max-warnings 0",
"lint": "eslint --cache --ext .js --ext .ts test bundles packages scripts --ignore-path .gitignore --max-warnings 0",
"lintfix": "run-s \"lint -- --fix\"",
"types": "tsc -noEmit",
"prebuild": "run-s clean:build",
Expand Down

0 comments on commit 2c63c44

Please sign in to comment.