From cdc47ebe6994f95f35cc4bccdef7f1709b7b1f5d Mon Sep 17 00:00:00 2001 From: Tony Ganchev Date: Sun, 29 Mar 2026 18:57:28 +0300 Subject: [PATCH] chore: removing unnecessary eslint-plugin-header workaround The schema turn-off was only necessary with the _original eslint-plugin-header_ and was addressed in _@tony.ganchev/eslint-plugin-header_ fork. --- eslint.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 523fffc..e286248 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -7,9 +7,6 @@ const headerPlugin = require('@tony.ganchev/eslint-plugin-header'); const prettierPlugin = require('eslint-plugin-prettier'); const prettierConfig = require('eslint-config-prettier'); -// https://github.com/Stuk/eslint-plugin-header/issues/57 -headerPlugin.rules.header.meta.schema = false; - module.exports = [ { ignores: ['node_modules/**', 'lib/**', '**/dist/**', 'src/converter/test/outputs/**', 'test/mock-test-utils/**'],