blob: 565358489b4b3c2d7b0214e4f99b53b9fb609539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
ignore: |
*node_modules*
extends: default
rules:
document-end:
present: false
document-start:
present: true
indentation:
spaces: 4
# Checks currently failing
line-length: disable
|