Some checks failed
Continuous Integration / GitHub Actions Test (push) Successful in 23s
CodeQL / Analyze (TypeScript) (push) Failing after 5m27s
Check Transpiled JavaScript / Check dist/ (push) Has been cancelled
Continuous Integration / TypeScript Tests (push) Has been cancelled
Lint Codebase / Lint Codebase (push) Has been cancelled
11 lines
215 B
YAML
11 lines
215 B
YAML
rules:
|
|
document-end: disable
|
|
document-start:
|
|
level: warning
|
|
present: false
|
|
line-length:
|
|
level: warning
|
|
max: 80
|
|
allow-non-breakable-words: true
|
|
allow-non-breakable-inline-mappings: true
|