summaryrefslogtreecommitdiff
path: root/qutebrowser/javascript
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-23 11:21:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-23 11:21:04 +0200
commit1daa863218623fd0ea14f6a00d983cc109445ac7 (patch)
tree97dccc4cfe4708fbf04a01ffd661bc99449b1e57 /qutebrowser/javascript
parenta9c8f9270b21f66850987560364e6189a9fd0253 (diff)
downloadqutebrowser-1daa863218623fd0ea14f6a00d983cc109445ac7.tar.gz
qutebrowser-1daa863218623fd0ea14f6a00d983cc109445ac7.zip
Add yamllint
Diffstat (limited to 'qutebrowser/javascript')
-rw-r--r--qutebrowser/javascript/.eslintrc.yaml86
1 files changed, 43 insertions, 43 deletions
diff --git a/qutebrowser/javascript/.eslintrc.yaml b/qutebrowser/javascript/.eslintrc.yaml
index 23456e801..cbb8e17c0 100644
--- a/qutebrowser/javascript/.eslintrc.yaml
+++ b/qutebrowser/javascript/.eslintrc.yaml
@@ -20,46 +20,46 @@ extends:
"eslint:all"
rules:
- strict: ["error", "global"]
- one-var: "off"
- padded-blocks: ["error", "never"]
- space-before-function-paren: ["error", "never"]
- no-underscore-dangle: "off"
- camelcase: "off"
- require-jsdoc: "off"
- func-style: ["error", "declaration"]
- init-declarations: "off"
- no-plusplus: "off"
- no-extra-parens: off
- id-length: ["error", {"exceptions": ["i", "k", "x", "y"]}]
- object-shorthand: "off"
- max-statements: ["error", {"max": 40}]
- quotes: ["error", "double", {"avoidEscape": true}]
- object-property-newline: ["error", {"allowMultiplePropertiesPerLine": true}]
- comma-dangle: ["error", "always-multiline"]
- no-magic-numbers: "off"
- no-undefined: "off"
- wrap-iife: ["error", "inside"]
- func-names: "off"
- sort-keys: "off"
- no-warning-comments: "off"
- max-len: ["error", {"ignoreUrls": true}]
- capitalized-comments: "off"
- prefer-destructuring: "off"
- line-comment-position: "off"
- no-inline-comments: "off"
- array-bracket-newline: "off"
- array-element-newline: "off"
- no-multi-spaces: ["error", {"ignoreEOLComments": true}]
- function-paren-newline: "off"
- multiline-comment-style: "off"
- no-bitwise: "off"
- no-ternary: "off"
- max-lines: "off"
- multiline-ternary: ["error", "always-multiline"]
- max-lines-per-function: "off"
- require-unicode-regexp: "off"
- max-params: "off"
- prefer-named-capture-group: "off"
- function-call-argument-newline: "off"
- no-negated-condition: "off"
+ strict: ["error", "global"]
+ one-var: "off"
+ padded-blocks: ["error", "never"]
+ space-before-function-paren: ["error", "never"]
+ no-underscore-dangle: "off"
+ camelcase: "off"
+ require-jsdoc: "off"
+ func-style: ["error", "declaration"]
+ init-declarations: "off"
+ no-plusplus: "off"
+ no-extra-parens: "off"
+ id-length: ["error", {"exceptions": ["i", "k", "x", "y"]}]
+ object-shorthand: "off"
+ max-statements: ["error", {"max": 40}]
+ quotes: ["error", "double", {"avoidEscape": true}]
+ object-property-newline: ["error", {"allowMultiplePropertiesPerLine": true}]
+ comma-dangle: ["error", "always-multiline"]
+ no-magic-numbers: "off"
+ no-undefined: "off"
+ wrap-iife: ["error", "inside"]
+ func-names: "off"
+ sort-keys: "off"
+ no-warning-comments: "off"
+ max-len: ["error", {"ignoreUrls": true}]
+ capitalized-comments: "off"
+ prefer-destructuring: "off"
+ line-comment-position: "off"
+ no-inline-comments: "off"
+ array-bracket-newline: "off"
+ array-element-newline: "off"
+ no-multi-spaces: ["error", {"ignoreEOLComments": true}]
+ function-paren-newline: "off"
+ multiline-comment-style: "off"
+ no-bitwise: "off"
+ no-ternary: "off"
+ max-lines: "off"
+ multiline-ternary: ["error", "always-multiline"]
+ max-lines-per-function: "off"
+ require-unicode-regexp: "off"
+ max-params: "off"
+ prefer-named-capture-group: "off"
+ function-call-argument-newline: "off"
+ no-negated-condition: "off"