Archived
1
0

refactor: add eslint job and yarn script

This commit is contained in:
Joe Previte
2022-09-16 22:25:45 -07:00
parent 3028e8ebf8
commit d8e0dc96ac
3 changed files with 48 additions and 1 deletions

View File

@ -4,7 +4,6 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js" | grep -v "lib/vscode")
tsc --noEmit --skipLibCheck
cd "$OLDPWD"