Reconfigure linters for ESM

This commit is contained in:
Nick Alteen
2024-11-15 11:38:36 -05:00
parent 7c73dd15ca
commit d6b1edd724
14 changed files with 158 additions and 139 deletions

12
.yaml-lint.yml Normal file
View File

@ -0,0 +1,12 @@
# See: https://yamllint.readthedocs.io/en/stable/
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