Skip to content

Commit 6906ff8

Browse files
authored
Merge pull request #1332 from mikepenz/feature/dependency_updates
Upgrade dev dependencies
2 parents b9e6d49 + 0d77dfd commit 6906ff8

File tree

9 files changed

+5981
-5147
lines changed

9 files changed

+5981
-5147
lines changed

dist/index.js

Lines changed: 4715 additions & 4716 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import path from "node:path";
66
import { fileURLToPath } from "node:url";
77
import js from "@eslint/js";
88
import { FlatCompat } from "@eslint/eslintrc";
9+
import github from "eslint-plugin-github";
910

1011
const __filename = fileURLToPath(import.meta.url);
1112
const __dirname = path.dirname(__filename);
@@ -17,12 +18,13 @@ const compat = new FlatCompat({
1718

1819
export default [{
1920
ignores: ["**/dist/", "**/lib/", "**/node_modules/"]
20-
}, ...compat.extends("plugin:github/recommended"), {
21+
}, {
2122

2223
files: ["src/**.ts", "__tests__/**.ts"],
2324

2425
plugins: {
2526
jest,
27+
github,
2628
"@typescript-eslint": typescriptEslint
2729
},
2830

0 commit comments

Comments
 (0)