Add eslint settings to vscode config (#17680)

* Add eslint settings to vscode config

* Lint vscode settings as json5

* A tiny bit better argument parsing, oops
This commit is contained in:
moxian
2022-04-29 13:07:46 +01:00
committed by GitHub
parent b54dd401b9
commit b000bd2a88
5 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
bash tools/ci/install_dreamchecker.sh
- name: Run Linters
run: |
find . -name "*.json" -not -path "*/node_modules/*" -print0 | xargs -0 python3 ./tools/ci/json_verifier.py
tools/ci/check_json.sh
tools/ci/build_tgui.sh
tools/ci/check_grep.sh
python3 tools/ci/check_line_endings.py