We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 667ff99 + 7e5e4b7 commit 392dc27Copy full SHA for 392dc27
2 files changed
.github/linters/eslint.config.mjs
@@ -1,13 +1,7 @@
1
import globals from "globals";
2
-import json from "@eslint/json";
3
4
/** @type {import('eslint').Linter.FlatConfig[]} */
5
export default [
6
- {
7
- plugins: {
8
- json,
9
- },
10
11
{
12
ignores: ["**/node_modules/**"],
13
linterOptions: {
@@ -23,12 +17,4 @@ export default [
23
17
}
24
18
25
19
},
26
- // lint JSON files
27
28
- files: ["**/*.json"],
29
- language: "json/jsonc",
30
- rules: {
31
- "json/no-duplicate-keys": "error",
32
33
34
20
];
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Run Super-Linter
- uses: super-linter/super-linter/slim@v7
+ uses: super-linter/super-linter/slim@v8
21
env:
22
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
0 commit comments