Skip to content

Commit 0142060

Browse files
committed
Lint: Fix eslint-plugin-header dependency
The latest release is not yet compatible with our version of ESLint. While awaiting the next release, we'll use a fork which has the fix. See Stuk/eslint-plugin-header#57
1 parent 6da6d79 commit 0142060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import header from "@tony.ganchev/eslint-plugin-header";
1+
import header from "eslint-plugin-header";
22
import globals from "globals";
33
import pluginJs from "@eslint/js";
44
import tseslint from "typescript-eslint";

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
},
898898
"devDependencies": {
899899
"@eslint/js": "^9.10.0",
900-
"@tony.ganchev/eslint-plugin-header": "^3.1.2",
900+
"eslint-plugin-header": "github:tonyganchev/eslint-plugin-header#36161b3282e088ad2f19657ab0e377651b6886c2",
901901
"@types/find": "^0.2.4",
902902
"@types/glob": "^8.1.0",
903903
"@types/jest": "^29.5.12",

0 commit comments

Comments
 (0)