Added ESLint validation for *.json5 files

This commit is contained in:
Alexandre Vryghem
2023-02-18 19:08:02 +01:00
parent bbec2fd038
commit 5ccfeccb42
5 changed files with 64 additions and 3 deletions

View File

@@ -15,3 +15,6 @@ trim_trailing_whitespace = false
[*.ts]
quote_type = single
[*.json5]
ij_json_keep_blank_lines_in_code = 3