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
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:
parent
4ca670a6a2
commit
88384e7d21
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ export default antfu({
|
|||
ignoresTypeAware: [
|
||||
'.config/**/*',
|
||||
'e2e/**',
|
||||
'docs/**',
|
||||
],
|
||||
overrides: {
|
||||
'ts/consistent-type-imports': 'off',
|
||||
|
|
Loading…
Reference in a new issue