lint: Bump up eslint/yamllint line length to 88

To agree with what we do via Black for Python
This commit is contained in:
Florian Bruhin 2020-11-20 19:18:38 +01:00
parent ecabdd911c
commit c02c98a0aa
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ ignore: |
rules:
document-start: disable
line-length:
max: 88
ignore: |
/.github/*.yml
/.github/workflows/*.yml

View File

@ -41,7 +41,7 @@ rules:
func-names: "off"
sort-keys: "off"
no-warning-comments: "off"
max-len: ["error", {"ignoreUrls": true}]
max-len: ["error", {"ignoreUrls": true, "code": 88}]
capitalized-comments: "off"
prefer-destructuring: "off"
line-comment-position: "off"