1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-17 23:54:28 +01:00

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

@@ -48,6 +48,8 @@ jobs:
run: yarn run lint:eslint --quiet
- name: Run tsc
run: yarn run lint:types
- name: Run lit-analyzer
run: yarn run lint:lit --quiet
- name: Run prettier
run: yarn run lint:prettier
test: