Start linting with lit-analyzer (#19302)

This commit is contained in:
Steve Repsher
2024-01-08 08:26:25 -05:00
committed by GitHub
parent ec2ae15e3f
commit e0f578c135
4 changed files with 22 additions and 9 deletions

View File

@ -2,6 +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",
],
"*.{json,css,md,markdown,html,y?aml}": "prettier --cache --write",
"translations/*/*.json": (files) =>