Add yamllint (#149)

This commit is contained in:
Joshua Spence
2023-06-22 11:28:45 +10:00
committed by GitHub
parent 2f40c2d150
commit 5f0ca38414
3 changed files with 21 additions and 0 deletions

14
.yamllint Normal file
View File

@@ -0,0 +1,14 @@
---
extends: 'default'
ignore: |-
/dist/
rules:
empty-values: 'enable'
indentation:
spaces: 2
line-length: 'disable'
quoted-strings: 'enable'
truthy:
check-keys: false