Skip to content

Commit 64f7afd

Browse files
authored
Fix lint-staged with eslint v9 (#22880)
1 parent 3282785 commit 64f7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
"*.?(c|m){js,ts}": [
3-
"eslint --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
3+
"eslint --flag unstable_config_lookup_from_file --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
44
"prettier --cache --write",
55
"lit-analyzer --quiet",
66
],

0 commit comments

Comments
 (0)