dots/.vscode/settings.json
Yongmin Hong 0833c791ac
CI(GitHub Actions): add jsonlint, fix yamllint name
Summary:
Add JSONLint (not the jsonlint npm package) for json linting.
Also fix yamllint to correct job name and add `.vscode` stuff.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Just land it.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D336
2024-06-16 17:41:33 +09:00

6 lines
97 B
JSON

{
"files.associations": {
"*.sublime-settings": "jsonc",
".gitaliases": "ignore"
}
}