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
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
4 changed files with 21 additions and 1017 deletions

View File

@ -1,2 +0,0 @@
extends:
- stylelint-config-recommended

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

View File

@ -60,8 +60,6 @@
"prettier": "^2.2.1",
"prettier-plugin-sh": "^0.12.0",
"shellcheck": "^1.0.0",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^5.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.6.2"
},

1033
yarn.lock

File diff suppressed because it is too large Load Diff