summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-20 19:18:38 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-20 19:19:16 +0100
commit4b76fea62959e9f18f2b7800d50761804fa6aeba (patch)
tree549651425520a8d61f406f39353dacd365727199
parent86edee88d66af187b111e94225b63d5c2b1bb2d2 (diff)
downloadqutebrowser-4b76fea62959e9f18f2b7800d50761804fa6aeba.tar.gz
qutebrowser-4b76fea62959e9f18f2b7800d50761804fa6aeba.zip
lint: Bump up eslint/yamllint line length to 88
To agree with what we do via Black for Python (cherry picked from commit c02c98a0aa6b2d15a08631df6cd5205a04903594)
-rw-r--r--.yamllint1
-rw-r--r--qutebrowser/javascript/.eslintrc.yaml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.yamllint b/.yamllint
index 638c16210..8e4d4a388 100644
--- a/.yamllint
+++ b/.yamllint
@@ -9,6 +9,7 @@ ignore: |
rules:
document-start: disable
line-length:
+ max: 88
ignore: |
/.github/*.yml
/.github/workflows/*.yml
diff --git a/qutebrowser/javascript/.eslintrc.yaml b/qutebrowser/javascript/.eslintrc.yaml
index b84dbeb96..939500aa3 100644
--- a/qutebrowser/javascript/.eslintrc.yaml
+++ b/qutebrowser/javascript/.eslintrc.yaml
@@ -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"