mirror of
https://github.com/jorenn92/Maintainerr.git
synced 2026-06-01 18:48:13 +02:00
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
extends: default
|
|
|
|
ignore: |
|
|
**/node_modules/**
|
|
**/.yarn/**
|
|
|
|
rules:
|
|
document-start: disable
|
|
truthy: disable
|
|
line-length:
|
|
max: 160
|
|
allow-non-breakable-words: true
|