We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bb671 commit 9394c7aCopy full SHA for 9394c7a
.github/linters/.eslintrc.js
@@ -4,7 +4,7 @@ module.exports = {
4
"eslint:recommended",
5
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
6
'prettier',
7
- 'plugin:json/recommended'
+ 'plugin:json/recommended-legacy'
8
],
9
parserOptions: {
10
ecmaVersion: 2018,
.github/workflows/linter.yml
@@ -59,6 +59,7 @@ jobs:
59
# Evaluate JS with eslint instead of standard
60
VALIDATE_JAVASCRIPT_STANDARD: false
61
VALIDATE_TYPESCRIPT_STANDARD: false
62
+ TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.js
63
VALIDATE_CHECKOV: false
64
DEFAULT_BRANCH: main
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments