1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Replace deprecated ESLint flag to remove warning (#26630)

replace deprecated ESLint flag
This commit is contained in:
Philipp Waller
2025-08-21 06:43:17 +02:00
committed by GitHub
parent edd49e1511
commit e5585e13fe
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
export default {
"*.?(c|m){js,ts}": [
"eslint --flag unstable_config_lookup_from_file --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
"eslint --flag v10_config_lookup_from_file --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
"prettier --cache --write",
"lit-analyzer --quiet",
],