Introduce stylelint (#600)

* introduce stylelint config

* run stylelint check on ci
This commit is contained in:
Konstantin Krivlenia
2020-02-16 11:25:59 -06:00
committed by GitHub
parent 1334048d89
commit 11327cee5b
23 changed files with 1505 additions and 47 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ jobs:
- run: npm ci
working-directory: ./frontend
- run: npx run-p check lint test
- run: npx run-p check lint lint:style test
working-directory: ./frontend