Archived
1
0

refactor: remove stylelint

This commit is contained in:
Joe Previte
2022-09-16 21:27:46 -07:00
parent 4223cf6e2b
commit 93f6fd2482
4 changed files with 21 additions and 1017 deletions

View File

@ -5,7 +5,6 @@ main() {
cd "$(dirname "$0")/../.."
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js" | grep -v "lib/vscode")
stylelint $(git ls-files "*.css" | grep -v "lib/vscode")
tsc --noEmit --skipLibCheck
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files "*.sh" | grep -v "lib/vscode")
if command -v helm && helm kubeval --help > /dev/null; then