Archived
1
0
This commit is contained in:
Anmol Sethi
2020-12-04 02:08:55 -05:00
parent c15b526eff
commit a021bf5d35
4 changed files with 13 additions and 3 deletions

View File

@ -14,7 +14,7 @@ main() {
cd lib/vscode
# Run this periodically in vanilla VS code to make sure we don't add any more warnings.
yarn eslint --max-warnings=3
yarn -s eslint --max-warnings=3
cd "$OLDPWD"
}