build: exclude docs from type-aware linting
Some checks failed
Tests / test-bun (push) Successful in 1m53s
Tests / test-deno (push) Successful in 1m56s
Tests / test-node (node18) (push) Successful in 2m5s
Tests / test-node (node20) (push) Successful in 2m4s
Tests / test-node (node22) (push) Successful in 2m3s
Tests / test-web (chromium) (push) Successful in 2m4s
Tests / test-web (firefox) (push) Successful in 2m13s
Tests / lint (push) Failing after 5m57s
Tests / e2e-deno (push) Has been skipped
Tests / e2e (push) Has been skipped
Build and deploy typedoc / build (push) Failing after 12m12s

This commit is contained in:
alina 🌸 2025-01-18 11:18:43 +03:00
parent 4ca670a6a2
commit 88384e7d21
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -9,6 +9,7 @@ export default antfu({
ignoresTypeAware: [
'.config/**/*',
'e2e/**',
'docs/**',
],
overrides: {
'ts/consistent-type-imports': 'off',