Skip to content

Commit dc085f1

Browse files
author
Ioan Moldovan
authored
feat: use original eslint header plugin (#5987)
1 parent eecebe5 commit dc085f1

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import tseslint from 'typescript-eslint';
33
import noOnlyTestsPlugin from 'eslint-plugin-no-only-tests';
44
import headerPlugin from 'eslint-plugin-header';
5+
headerPlugin.rules.header.meta.schema = false;
56
import jsdocPlugin from 'eslint-plugin-jsdoc';
67
import preferArrowPlugin from 'eslint-plugin-prefer-arrow';
78
import noNullPlugin from 'eslint-plugin-no-null';

package-lock.json

Lines changed: 3 additions & 2 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
@@ -17,7 +17,7 @@
1717
"chai-as-promised": "7.1.2",
1818
"eslint": "9.26.0",
1919
"eslint-config-prettier": "^10.1.2",
20-
"eslint-plugin-header": "github:FlowCrypt/eslint-plugin-header",
20+
"eslint-plugin-header": "^3.1.1",
2121
"eslint-plugin-jsdoc": "^50.6.11",
2222
"eslint-plugin-local-rules": "^3.0.2",
2323
"eslint-plugin-no-null": "^1.0.2",

0 commit comments

Comments
 (0)