mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user