Skip to content

Commit 392dc27

Browse files
Merge pull request #15 from chrisreddington/dependabot/github_actions/super-linter/super-linter-8
Bump super-linter/super-linter from 7 to 8
2 parents 667ff99 + 7e5e4b7 commit 392dc27

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.github/linters/eslint.config.mjs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
import globals from "globals";
2-
import json from "@eslint/json";
32

43
/** @type {import('eslint').Linter.FlatConfig[]} */
54
export default [
6-
{
7-
plugins: {
8-
json,
9-
},
10-
},
115
{
126
ignores: ["**/node_modules/**"],
137
linterOptions: {
@@ -23,12 +17,4 @@ export default [
2317
}
2418
}
2519
},
26-
// lint JSON files
27-
{
28-
files: ["**/*.json"],
29-
language: "json/jsonc",
30-
rules: {
31-
"json/no-duplicate-keys": "error",
32-
},
33-
},
3420
];

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Run Super-Linter
20-
uses: super-linter/super-linter/slim@v7
20+
uses: super-linter/super-linter/slim@v8
2121
env:
2222
VALIDATE_ALL_CODEBASE: true
2323
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)