Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import { includeIgnoreFile } from '@eslint/compat';
import tseslint from 'typescript-eslint';
import eslintPrettier from 'eslint-plugin-prettier/recommended';
import unicornPlugin from 'eslint-plugin-unicorn';
import headerPlugin from 'eslint-plugin-header';

// https://github.com/Stuk/eslint-plugin-header/issues/57
headerPlugin.rules.header.meta.schema = false;
import headerPlugin from '@tony.ganchev/eslint-plugin-header';

export default tseslint.config(
includeIgnoreFile(path.resolve('.gitignore')),
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@testing-library/jest-dom": "^6.6.3",
"@tony.ganchev/eslint-plugin-header": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@vitest/coverage-istanbul": "^4.0.10",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unicorn": "^57.0.0",
"husky": "^9.1.7",
Expand Down
Loading