Skip to content

Commit 84a3bc6

Browse files
committed
Create .yamllint.yml
1 parent 5cf666e commit 84a3bc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.yamllint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extends: default
2+
ignore: |
3+
node_modules
4+
rules:
5+
comments-indentation: disable
6+
line-length: disable
7+
document-start: disable
8+
brackets: disable
9+
truthy: disable

0 commit comments

Comments
 (0)