diff --git a/eslint.config.js b/eslint.config.js index e95e9869..89b14389 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -9,6 +9,7 @@ export default antfu({ ignoresTypeAware: [ '.config/**/*', 'e2e/**', + 'docs/**', ], overrides: { 'ts/consistent-type-imports': 'off',