Modernize docs/assets/js/search.js (#10621)

- reformated file with eslint's --fix
- did some minor rule adjustments
- removed unneccesary console debug
- fixed a typo
This commit is contained in:
2020-03-09 01:41:52 +01:00
committed by GitHub
parent 11f7fc5621
commit d6657644a9
2 changed files with 137 additions and 137 deletions

View File

@ -36,6 +36,8 @@ rules:
max-len: [0]
newline-per-chained-call: [0]
no-alert: [0]
no-cond-assign: [2, except-parens]
no-console: [1, {allow: [info, warn, error]}]
no-continue: [0]
no-mixed-operators: [0]
no-multi-assign: [0]

File diff suppressed because it is too large Load Diff