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:18:38 +0100
commitc02c98a0aa6b2d15a08631df6cd5205a04903594 (patch)
tree6ad3253f5f4bd0eafc3dd6822468051cc1062dd5
parentecabdd911cfc525816394c4b7f3832daae3f7d6f (diff)
downloadqutebrowser-c02c98a0aa6b2d15a08631df6cd5205a04903594.tar.gz
qutebrowser-c02c98a0aa6b2d15a08631df6cd5205a04903594.zip
lint: Bump up eslint/yamllint line length to 88
To agree with what we do via Black for Python
-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"