Skip to content

Commit 6077313

Browse files
committed
fix: configure linter
Signed-off-by: Goetz Goerisch <[email protected]>
1 parent 368cf9c commit 6077313

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/linters/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
"eslint:recommended",
55
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
66
'prettier',
7-
'plugin:json/recommended'
7+
'plugin:json/recommended-legacy'
88
],
99
parserOptions: {
1010
ecmaVersion: 2018,

.github/workflows/linter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
# Evaluate JS with eslint instead of standard
6060
VALIDATE_JAVASCRIPT_STANDARD: false
6161
VALIDATE_TYPESCRIPT_STANDARD: false
62+
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.js
6263
VALIDATE_CHECKOV: false
6364
DEFAULT_BRANCH: main
6465
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)