Skip to content

Commit ac65482

Browse files
GatsbyJS Botwardpeet
GatsbyJS Bot
andauthored
chore: remove --cache from eslint (#29706) (#29709)
(cherry picked from commit 8da5ebc) Co-authored-by: Ward Peeters <[email protected]>
1 parent 22dadae commit ac65482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
],
107107
"private": true,
108108
"lint-staged": {
109-
"*.{js,jsx,ts,tsx}": "eslint --cache --ext .js,.jsx,.ts,.tsx --fix",
109+
"*.{js,jsx,ts,tsx}": "eslint --ext .js,.jsx,.ts,.tsx --fix",
110110
"*.{md,css,scss,yaml,yml}": "prettier --write",
111111
"*.svg": "svgo --pretty --indent=2 --config=svgo.yml --multipass"
112112
},
@@ -131,7 +131,7 @@
131131
"lerna": "lerna",
132132
"lerna-prepare": "lerna run prepare",
133133
"lint": "npm-run-all --continue-on-error -p lint:code lint:docs lint:other",
134-
"lint:code": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
134+
"lint:code": "eslint --ext .js,.jsx,.ts,.tsx .",
135135
"lint:docs": "remark docs/{contributing,docs,tutorial}",
136136
"lint:scripts": "sh scripts/lint-shell-scripts.sh",
137137
"lint:other": "npm run prettier -- --check",

0 commit comments

Comments
 (0)