diff --git a/eslint.config.mjs b/eslint.config.mjs index f70ef7c709..38c5390201 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -25,15 +25,7 @@ const compat = new FlatCompat({ export default tseslint.config( // Global { - ignores: [ - '**/node_modules/', - '**/vendor/', - '**/build/', - '**/coverage/', - '**/dist/', - '**/tmp/', - 'proprietary/react-icons', - ], + ignores: ['**/vendor/', '**/build/', '**/coverage/', '**/dist/', '**/tmp/', 'proprietary/react-icons'], }, { languageOptions: {