lint: Bump up eslint/yamllint line length to 88
To agree with what we do via Black for Python
This commit is contained in:
parent
ecabdd911c
commit
c02c98a0aa
|
|
@ -9,6 +9,7 @@ ignore: |
|
||||||
rules:
|
rules:
|
||||||
document-start: disable
|
document-start: disable
|
||||||
line-length:
|
line-length:
|
||||||
|
max: 88
|
||||||
ignore: |
|
ignore: |
|
||||||
/.github/*.yml
|
/.github/*.yml
|
||||||
/.github/workflows/*.yml
|
/.github/workflows/*.yml
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ rules:
|
||||||
func-names: "off"
|
func-names: "off"
|
||||||
sort-keys: "off"
|
sort-keys: "off"
|
||||||
no-warning-comments: "off"
|
no-warning-comments: "off"
|
||||||
max-len: ["error", {"ignoreUrls": true}]
|
max-len: ["error", {"ignoreUrls": true, "code": 88}]
|
||||||
capitalized-comments: "off"
|
capitalized-comments: "off"
|
||||||
prefer-destructuring: "off"
|
prefer-destructuring: "off"
|
||||||
line-comment-position: "off"
|
line-comment-position: "off"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue