From c8ad71a1fd2b2a983f42551f6a861fa3ce2e2018 Mon Sep 17 00:00:00 2001 From: Alex Plischke Date: Wed, 28 Aug 2024 14:22:59 -0700 Subject: [PATCH] obsolete ignore --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index a54cbf32ca..2c304c97fa 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -13,7 +13,7 @@ export default [ ...react.configs.flat.recommended, }, { - ignores: ['.docusaurus/', '**/*tests/', '**/*webdriver/', '**/*build/'], + ignores: ['.docusaurus/', '**/*tests/', '**/*build/'], }, { languageOptions: {