mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-07 10:46:33 +00:00
Fix lint-staged with eslint v9 (#22880)
This commit is contained in:
parent
3282785cf2
commit
64f7afd60f
@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
"*.?(c|m){js,ts}": [
|
"*.?(c|m){js,ts}": [
|
||||||
"eslint --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
|
"eslint --flag unstable_config_lookup_from_file --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
|
||||||
"prettier --cache --write",
|
"prettier --cache --write",
|
||||||
"lit-analyzer --quiet",
|
"lit-analyzer --quiet",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user