From e98516df8a886b05359050f62510404ec49acacf Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 2 Apr 2025 08:54:10 +0200 Subject: [PATCH] chore(eslint): remove leftover plugin --- eslint.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 648af36bd..88656cf8a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -17,9 +17,6 @@ export default tseslint.config( } }, { - plugins: { - "@stylistic": stylistic - }, rules: { // add rule overrides here "no-undef": "off",