Skip to content

Commit b20c50a

Browse files
committed
tweak ignores
1 parent 08a407b commit b20c50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import react from 'eslint-plugin-react';
88
const compat = new FlatCompat();
99

1010
export default tseslint.config(
11-
{ ignores: ['dist/'] },
11+
{ ignores: ['dist/', 'website/'] },
1212
eslint.configs.recommended,
1313
tseslint.configs.recommended,
1414
importPlugin.flatConfigs.recommended,

0 commit comments

Comments
 (0)