Skip to content

Commit b95a96c

Browse files
authored
chore: switch to @tony.ganchev/eslint-plugin-header (#73)
1 parent a957ff0 commit b95a96c

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import { includeIgnoreFile } from '@eslint/compat';
66
import tseslint from 'typescript-eslint';
77
import eslintPrettier from 'eslint-plugin-prettier/recommended';
88
import unicornPlugin from 'eslint-plugin-unicorn';
9-
import headerPlugin from 'eslint-plugin-header';
10-
11-
// https://github.com/Stuk/eslint-plugin-header/issues/57
12-
headerPlugin.rules.header.meta.schema = false;
9+
import headerPlugin from '@tony.ganchev/eslint-plugin-header';
1310

1411
export default tseslint.config(
1512
includeIgnoreFile(path.resolve('.gitignore')),

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@eslint/compat": "^1.2.6",
3333
"@eslint/js": "^9.20.0",
3434
"@testing-library/jest-dom": "^6.6.3",
35+
"@tony.ganchev/eslint-plugin-header": "^3.3.1",
3536
"@typescript-eslint/eslint-plugin": "^8.24.1",
3637
"@vitest/coverage-istanbul": "^4.0.10",
3738
"eslint": "^9.20.1",
3839
"eslint-config-prettier": "^10.1.8",
39-
"eslint-plugin-header": "^3.1.1",
4040
"eslint-plugin-prettier": "^5.5.4",
4141
"eslint-plugin-unicorn": "^57.0.0",
4242
"husky": "^9.1.7",

0 commit comments

Comments
 (0)