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

Implement more attribute icons (#19469)

This commit is contained in:
Bram Kragten
2024-01-19 20:55:16 +01:00
committed by GitHub
parent 77dd2a87d9
commit 646c02d855
10 changed files with 166 additions and 51 deletions

View File

@@ -2,7 +2,7 @@ export default {
"*.?(c|m){js,ts}": [
"eslint --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
"prettier --cache --write",
"lit-analyzer",
"lit-analyzer --quiet",
],
"*.{json,css,md,markdown,html,y?aml}": "prettier --cache --write",
"translations/*/*.json": (files) =>