From caba1fd5bfd87ed529919ad9eb4e6f04c42e1873 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 21 Jan 2021 23:40:45 -0800 Subject: [PATCH] chore: remove old plugin --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index f176438..041a9b7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,6 @@ module.exports = { ignorePatterns: ['**/*.d.ts', '**/*.test.ts', '**/*.js'], parser: '@typescript-eslint/parser', extends: ['plugin:@typescript-eslint/recommended'], - plugins: ['header'], parserOptions: { ecmaVersion: 2018, sourceType: 'module',