Skip to content

Commit

Permalink
chore: remove --cache from eslint (#29706) (#29709)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8da5ebc)

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
GatsbyJS Bot and wardpeet committed Feb 23, 2021
1 parent 22dadae commit ac65482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -106,7 +106,7 @@
],
"private": true,
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --ext .js,.jsx,.ts,.tsx --fix",
"*.{js,jsx,ts,tsx}": "eslint --ext .js,.jsx,.ts,.tsx --fix",
"*.{md,css,scss,yaml,yml}": "prettier --write",
"*.svg": "svgo --pretty --indent=2 --config=svgo.yml --multipass"
},
Expand All @@ -131,7 +131,7 @@
"lerna": "lerna",
"lerna-prepare": "lerna run prepare",
"lint": "npm-run-all --continue-on-error -p lint:code lint:docs lint:other",
"lint:code": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
"lint:code": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:docs": "remark docs/{contributing,docs,tutorial}",
"lint:scripts": "sh scripts/lint-shell-scripts.sh",
"lint:other": "npm run prettier -- --check",
Expand Down

0 comments on commit ac65482

Please sign in to comment.