Files
web/.stickler.yml
Adam Warner da0b905fbf Add yamllint config, fix some indentation
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-07-07 19:12:02 +01:00

10 lines
133 B
YAML

---
linters:
yamllint:
config: ./.yamllint.conf
remarklint:
files:
ignore:
- 'scripts/vendor/*'
- 'style/vendor/*'