Skip to content

Commit

Permalink
Lint: Fix eslint-plugin-header dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
deribaucourt committed Sep 18, 2024
1 parent 8c0a407 commit 8da2ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import header from "@tony.ganchev/eslint-plugin-header";
import header from "eslint-plugin-header";
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@tony.ganchev/eslint-plugin-header": "^3.1.2",
"eslint-plugin-header": "github:tonyganchev/eslint-plugin-header#36161b3282e088ad2f19657ab0e377651b6886c2",
"@types/find": "^0.2.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 8da2ca0

Please sign in to comment.