Skip to content

Commit

Permalink
Fix super-linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 1, 2024
1 parent e558ba5 commit 291d059
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tools/linters/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module.exports = {
extends: ["json:recommended"],
ignorePatterns: ["!/tools/linters/.eslintrc.yml", "!/tools/linters/.stylelintrc.json"],
parserOptions: {
ecmaVersion: 2015,
sourceType: "module"
}
},
overrides: [
{
files: ["*.json"],
extends: ["plugin:jsonc/recommended-with-json"],
parser: "jsonc-eslint-parser",
}
]
};

0 comments on commit 291d059

Please sign in to comment.