We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a407b commit b20c50aCopy full SHA for b20c50a
eslint.config.js
@@ -8,7 +8,7 @@ import react from 'eslint-plugin-react';
8
const compat = new FlatCompat();
9
10
export default tseslint.config(
11
- { ignores: ['dist/'] },
+ { ignores: ['dist/', 'website/'] },
12
eslint.configs.recommended,
13
tseslint.configs.recommended,
14
importPlugin.flatConfigs.recommended,
0 commit comments