Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(189 errors, 35 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

mod/quiz/accessrule/wifiresilience/attempt.php
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#60) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#66) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#109) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#181) Line exceeds 132 characters; contains 133 characters
(#205) Line exceeds 132 characters; contains 133 characters
(#271) Line exceeds 132 characters; contains 133 characters
(#275) Line exceeds 132 characters; contains 133 characters
(#339) Inline doc block comments are not allowed; use "// Comment." instead
(#352) Line exceeds 132 characters; contains 150 characters
(#396) Inline doc block comments are not allowed; use "// Comment." instead
mod/quiz/accessrule/wifiresilience/checkhbstatus.php
(#27) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#82) Line exceeds maximum limit of 180 characters; contains 198 characters
(#96) Expected "if (...) {\n"; found "if(...){\n"
(#97) Line indented incorrectly; expected at least 4 spaces, found 2
(#98) Line indented incorrectly; expected at least 4 spaces, found 2
(#100) Commas (,) must be followed by white space.
(#100) Line exceeds maximum limit of 180 characters; contains 247 characters
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#105) Line indented incorrectly; expected at least 4 spaces, found 2
(#105) Line exceeds maximum limit of 180 characters; contains 251 characters
(#106) Line indented incorrectly; expected 4 spaces, found 2
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#108) Line indented incorrectly; expected 4 spaces, found 2
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Line exceeds 132 characters; contains 169 characters
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#111) Line indented incorrectly; expected 4 spaces, found 2
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#113) Line indented incorrectly; expected 4 spaces, found 0
(#113) Expected "if (...) {\n"; found "if(...){\n"
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Line indented incorrectly; expected 4 spaces, found 0
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Line indented incorrectly; expected 4 spaces, found 0
(#119) Line indented incorrectly; expected at least 4 spaces, found 0
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) This comment is 75% valid code; is this commented out code?
(#124) No space found before comment text; expected "// $usages = $DB->get_records_sql("select * from mdl_question_attempts where questionusageid=?", array(300));" but found "//$usages = $DB->get_records_sql("select * from mdl_question_attempts where questionusageid=?", array(300));"
mod/quiz/accessrule/wifiresilience/classes/form/inspect_responses.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/quiz/accessrule/wifiresilience/classes/form/upload_responses.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/quiz/accessrule/wifiresilience/db/install.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/quiz/accessrule/wifiresilience/examfile.php
(#28) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
mod/quiz/accessrule/wifiresilience/heartbeat.php
(#23) Expected 1 space(s) before asterisk; 0 found
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
mod/quiz/accessrule/wifiresilience/lib.php
(#83) Logical operator "or" is prohibited; use "||" instead
mod/quiz/accessrule/wifiresilience/relogin.php
(#38) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/quiz/accessrule/wifiresilience/rule.php
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#26) "require_once" must be immediately followed by an open parenthesis
(#34) Whitespace found at end of line
(#39) Whitespace found at end of line
(#45) Whitespace found at end of line
(#61) Whitespace found at end of line
(#67) Whitespace found at end of line
(#68) Whitespace found at end of line
(#69) Whitespace found at end of line
(#73) Whitespace found at end of line
(#75) Whitespace found at end of line
(#77) Whitespace found at end of line
(#78) Whitespace found at end of line
(#80) Whitespace found at end of line
(#82) Whitespace found at end of line
(#84) Whitespace found at end of line
(#86) Whitespace found at end of line
(#88) Whitespace found at end of line
(#90) Whitespace found at end of line
(#92) Whitespace found at end of line
(#94) Whitespace found at end of line
(#96) Whitespace found at end of line
(#98) Whitespace found at end of line
(#100) Whitespace found at end of line
(#102) Whitespace found at end of line
(#104) Whitespace found at end of line
(#106) Whitespace found at end of line
(#108) Whitespace found at end of line
(#111) Whitespace found at end of line
(#112) Whitespace found at end of line
(#114) Whitespace found at end of line
(#116) Whitespace found at end of line
(#118) Whitespace found at end of line
(#119) Whitespace found at end of line
(#121) Whitespace found at end of line
(#123) Whitespace found at end of line
(#125) Whitespace found at end of line
(#126) Whitespace found at end of line
(#128) Whitespace found at end of line
(#130) Whitespace found at end of line
(#132) Whitespace found at end of line
(#133) Whitespace found at end of line
(#135) Whitespace found at end of line
(#137) Whitespace found at end of line
(#139) Whitespace found at end of line
(#140) Whitespace found at end of line
(#142) Whitespace found at end of line
(#144) Whitespace found at end of line
(#146) Whitespace found at end of line
(#156) Whitespace found at end of line
(#177) Whitespace found at end of line
(#191) Whitespace found at end of line
(#198) Whitespace found at end of line
(#232) Whitespace found at end of line
(#245) Whitespace found at end of line
(#252) Whitespace found at end of line
(#264) Whitespace found at end of line
(#269) Whitespace found at end of line
(#278) Whitespace found at end of line
(#280) Whitespace found at end of line
(#284) Whitespace found at end of line
(#289) Whitespace found at end of line
(#294) Whitespace found at end of line
(#299) Whitespace found at end of line
(#304) Whitespace found at end of line
(#309) Whitespace found at end of line
(#312) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#314) Whitespace found at end of line
(#317) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#319) Whitespace found at end of line
(#321) Whitespace found at end of line
(#324) Whitespace found at end of line
(#328) Whitespace found at end of line
(#330) Whitespace found at end of line
(#331) Whitespace found at end of line
(#332) Whitespace found at end of line
(#333) Whitespace found at end of line
(#334) Whitespace found at end of line
(#335) Line exceeds 132 characters; contains 134 characters
(#335) Whitespace found at end of line
(#337) Whitespace found at end of line
(#338) Whitespace found at end of line
(#339) Whitespace found at end of line
(#341) Whitespace found at end of line
(#343) Whitespace found at end of line
(#345) Whitespace found at end of line
(#349) Whitespace found at end of line
(#352) Whitespace found at end of line
(#354) Whitespace found at end of line
(#358) Whitespace found at end of line
(#359) Whitespace found at end of line
(#365) Whitespace found at end of line
(#373) Whitespace found at end of line
(#376) Whitespace found at end of line
(#377) Whitespace found at end of line
(#380) Whitespace found at end of line
(#384) Whitespace found at end of line
(#386) Whitespace found at end of line
(#389) Line exceeds 132 characters; contains 138 characters
(#389) Whitespace found at end of line
(#392) Whitespace found at end of line
(#395) Whitespace found at end of line
(#396) Whitespace found at end of line
(#399) Whitespace found at end of line
(#404) Whitespace found at end of line
(#408) Line exceeds 132 characters; contains 133 characters
(#412) Line exceeds 132 characters; contains 134 characters
(#413) Line exceeds 132 characters; contains 135 characters
(#416) Whitespace found at end of line
(#421) Whitespace found at end of line
(#422) Whitespace found at end of line
(#423) Line exceeds 132 characters; contains 133 characters
(#424) Whitespace found at end of line
(#430) Whitespace found at end of line
mod/quiz/accessrule/wifiresilience/serviceworker.php
(#27) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
mod/quiz/accessrule/wifiresilience/tests/rule_test.php
(#38) PHPUnit testcase name "quizaccess_wifiresilience_rule_testcase" does not match file name "rule_test"
(#38) PHPUnit class "quizaccess_wifiresilience_rule_testcase" does not have any namespace. It is recommended to add it to the "quizaccess_wifiresilience" namespace, using more levels if needed, in order to match the code being tested
(#43) Test method test_is_compatible_behaviour() is missing any coverage information, own or at class level
(#51) Test method test_wifiresilience_rule_creation() is missing any coverage information, own or at class level
mod/quiz/accessrule/wifiresilience/upload.php
(#211) Line indented incorrectly; expected 24 spaces, found 40
(#211) Closing brace indented incorrectly; expected 24 spaces, found 40
(#214) Line indented incorrectly; expected 24 spaces, found 40
(#243) Line indented incorrectly; expected 12 spaces, found 28
(#252) Line indented incorrectly; expected 16 spaces, found 32
(#254) Line indented incorrectly; expected 16 spaces, found 32
(#257) Line indented incorrectly; expected 16 spaces, found 32
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Line indented incorrectly; expected 16 spaces, found 32
(#274) Expected "if (...) {\n"; found "if(...) {\n"
(#275) Line indented incorrectly; expected 20 spaces, found 36
(#277) Line indented incorrectly; expected 20 spaces, found 36
(#279) Line indented incorrectly; expected 20 spaces, found 36
(#280) Line indented incorrectly; expected 16 spaces, found 32
(#281) Line indented incorrectly; expected 16 spaces, found 32
(#281) Expected "if (...) {\n"; found "if(...) {\n"
(#283) Line indented incorrectly; expected 16 spaces, found 33
(#283) Closing brace indented incorrectly; expected 32 spaces, found 33
(#285) Line exceeds 132 characters; contains 140 characters
(#300) Line indented incorrectly; expected 16 spaces, found 32
(#301) Line indented incorrectly; expected 20 spaces, found 36
(#306) Line indented incorrectly; expected 20 spaces, found 36
(#307) Line indented incorrectly; expected 16 spaces, found 32
(#308) This comment is 63% valid code; is this commented out code?
(#308) Line indented incorrectly; expected at least 16 spaces, found 0
(#326) Line indented incorrectly; expected at least 16 spaces, found 0
(#327) Line indented incorrectly; expected 16 spaces, found 32
(#328) Line indented incorrectly; expected 20 spaces, found 36
(#332) Line indented incorrectly; expected 20 spaces, found 36
(#333) Line indented incorrectly; expected 16 spaces, found 32
(#335) The use of function print_r() is forbidden
(#343) Line indented incorrectly; expected 12 spaces, found 28
(#345) Line indented incorrectly; expected 12 spaces, found 28
(#346) Line indented incorrectly; expected 16 spaces, found 32
(#346) Expected "if (...) {\n"; found "if(...) {\n"
(#348) Line indented incorrectly; expected 16 spaces, found 32
(#350) Line indented incorrectly; expected 12 spaces, found 28
(#351) Line indented incorrectly; expected 16 spaces, found 32
(#353) Line indented incorrectly; expected 16 spaces, found 32
(#355) Line indented incorrectly; expected 16 spaces, found 32
(#357) Line indented incorrectly; expected 12 spaces, found 28
(#366) Line exceeds 132 characters; contains 152 characters

Javascript coding style problems

(767 errors, 5557 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

mod/quiz/accessrule/wifiresilience/js/localforage.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#7) This line has a length of 29350. Maximum allowed is 132. (max-len)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) 'module' is not defined. (no-undef)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) This line has 818 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) 'global' is not defined. (no-undef)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) 'f' used outside of binding context. (block-scoped-var)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'f' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'exports'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unquoted number literal '1' used as key. (quote-props)
(#7) Missing space before value for key '1'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'c' is defined but never used. (no-unused-vars)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'characterData'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '%' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator 'in' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator 'in' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing '()' invoking a constructor. (new-parens)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) 'global' is not defined. (no-undef)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unquoted number literal '2' used as key. (quote-props)
(#7) Missing space before value for key '2'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'c' is defined but never used. (no-unused-vars)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Unexpected empty function 'd'. (no-empty-function)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "throw". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Expected to return a value at the end of function 'h'. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) 'h' used outside of binding context. (block-scoped-var)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'j' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected catch,fail() or return (promise/catch-or-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'j' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'j' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected catch,fail() or return (promise/catch-or-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'h' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'h' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'h' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected { after 'else'. (curly)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Unquoted number literal '1' used as key. (quote-props)
(#7) Missing space before value for key '1'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unquoted number literal '3' used as key. (quote-props)
(#7) Missing space before value for key '3'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'b' is defined but never used. (no-unused-vars)
(#7) A space is required after ','. (comma-spacing)
(#7) 'c' is defined but never used. (no-unused-vars)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) 'global' is not defined. (no-undef)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Unquoted number literal '2' used as key. (quote-props)
(#7) Missing space before value for key '2'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unquoted number literal '4' used as key. (quote-props)
(#7) Missing space before value for key '4'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'c' is defined but never used. (no-unused-vars)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "throw". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Expected to return a value at the end of function 'e'. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'webkitIndexedDB' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'mozIndexedDB' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'OIndexedDB' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'msIndexedDB' is not defined. (no-undef)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Function 'e' expected a return value. (consistent-return)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "throw". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) 'BlobBuilder' is not defined. (no-undef)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) 'MSBlobBuilder' is not defined. (no-undef)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) 'MozBlobBuilder' is not defined. (no-undef)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) 'WebKitBlobBuilder' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing '()' invoking a constructor. (new-parens)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'd' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected console statement. (no-console)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Expected to return a value at the end of function 'k'. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'ArrayBuffer' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'Uint8Array' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'c' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Expected to return a value at the end of function 'p'. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Expected to return a value at the end of function 'q'. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '<=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "throw". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Unexpected console statement. (no-console)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected console statement. (no-console)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing '()' invoking a constructor. (new-parens)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Identifier '__local_forage_encoded_blob' is not in camel case. (camelcase)
(#7) Missing space before value for key '__local_forage_encoded_blob'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'data'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'type'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'type'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'b' used outside of binding context. (block-scoped-var)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) 'c' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'c' used outside of binding context. (block-scoped-var)
(#7) Expected { after 'for' condition. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '<=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing space before value for key 'forages'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'db'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'dbReady'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'deferredOperations'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'db'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected { after 'else'. (curly)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "throw". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected empty function. (no-empty-function)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "throw". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected empty function. (no-empty-function)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected { after 'else'. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'ArrayBuffer' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'Uint8Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '|'. (no-bitwise)
(#7) Unexpected use of '<<'. (no-bitwise)
(#7) Operator '<<' must be spaced. (space-infix-ops)
(#7) Operator '|' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>'. (no-bitwise)
(#7) Operator '>>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '|'. (no-bitwise)
(#7) Unexpected use of '<<'. (no-bitwise)
(#7) Unexpected use of '&'. (no-bitwise)
(#7) Operator '&' must be spaced. (space-infix-ops)
(#7) Operator '<<' must be spaced. (space-infix-ops)
(#7) Operator '|' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>'. (no-bitwise)
(#7) Operator '>>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '|'. (no-bitwise)
(#7) Unexpected use of '<<'. (no-bitwise)
(#7) Unexpected use of '&'. (no-bitwise)
(#7) Operator '&' must be spaced. (space-infix-ops)
(#7) Operator '<<' must be spaced. (space-infix-ops)
(#7) Operator '|' must be spaced. (space-infix-ops)
(#7) Unexpected use of '&'. (no-bitwise)
(#7) Operator '&' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'Uint8Array' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>'. (no-bitwise)
(#7) Operator '>>' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '|'. (no-bitwise)
(#7) Unexpected use of '<<'. (no-bitwise)
(#7) Unexpected use of '&'. (no-bitwise)
(#7) Operator '&' must be spaced. (space-infix-ops)
(#7) Operator '<<' must be spaced. (space-infix-ops)
(#7) Operator '|' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>'. (no-bitwise)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '>>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '|'. (no-bitwise)
(#7) Unexpected use of '<<'. (no-bitwise)
(#7) Unexpected use of '&'. (no-bitwise)
(#7) Operator '&' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '<<' must be spaced. (space-infix-ops)
(#7) Operator '|' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>'. (no-bitwise)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '>>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '&'. (no-bitwise)
(#7) Operator '&' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '%' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '%' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) 'ArrayBuffer' is not defined. (no-undef)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing '()' invoking a constructor. (new-parens)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected { after 'else'. (curly)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected console statement. (no-console)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "switch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'type'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Int8Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Uint8Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Uint8ClampedArray' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Int16Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Uint16Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Int32Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Uint32Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Float32Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'Float64Array' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'db'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'd' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing space before value for key 'db'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'e' used outside of binding context. (block-scoped-var)
(#7) Missing space before value for key 'storeNames'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'db'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'storeNames'. (key-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'f' used outside of binding context. (block-scoped-var)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator 'in' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '+=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '>' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'd' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'else'. (curly)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '>=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) 'Symbol' is not defined. (no-undef)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) 'Symbol' is not defined. (no-undef)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) 'Symbol' is not defined. (no-undef)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) "Promise" is not defined. (promise/no-native)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) 'Promise' is not defined. (no-undef)
(#7) "Promise" is not defined. (promise/no-native)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key '_driver'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_initStorage'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_support'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'iterate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'getItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'setItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'removeItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'clear'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'length'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'key'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'keys'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'dropInstance'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'serialize'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'deserialize'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'stringToBuffer'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bufferToString'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key '_driver'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_initStorage'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_support'. (key-spacing)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'iterate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'getItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'setItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'removeItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'clear'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'length'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'key'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'keys'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'dropInstance'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key '_driver'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_initStorage'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key '_support'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'iterate'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'getItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'setItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'removeItem'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'clear'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'length'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'key'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'keys'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'dropInstance'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'INDEXEDDB'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'WEBSQL'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'LOCALSTORAGE'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'description'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'driver'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'name'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'size'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'storeName'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'version'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Expected { after 'for-in'. (curly)
(#7) Expected space(s) before "if". (keyword-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Expected space(s) before "this". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Unexpected empty function. (no-empty-function)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator 'in' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Unexpected console statement. (no-console)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Do not nest ternary expressions. (no-nested-ternary)
(#7) Operator 'in' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "function". (keyword-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Each then() should return a value or throw (promise/always-return)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) 'b' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing '()' invoking a constructor. (new-parens)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Unquoted number literal '3' used as key. (quote-props)
(#7) Missing space before value for key '3'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
mod/quiz/accessrule/wifiresilience/js/module.js
(#25) Identifier 'mod_quiz' is not in camel case. (camelcase)
(#27) Identifier 'init_attempt_form' is not in camel case. (camelcase)
(#33) Identifier 'init_review_form' is not in camel case. (camelcase)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Identifier 'init_comment_popup' is not in camel case. (camelcase)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#58) Identifier 'start_time' is not in camel case. (camelcase)
(#66) Identifier 'timer_offline_counter' is not in camel case. (camelcase)
(#69) Missing JSDoc parameter type for 'Y'. (valid-jsdoc)
(#70) Missing JSDoc parameter type for 'start'. (valid-jsdoc)
(#71) Missing JSDoc parameter type for 'preview'. (valid-jsdoc)
(#75) Identifier 'page_loaded_time' is not in camel case. (camelcase)
(#79) Identifier 'registered_end_time' is not in camel case. (camelcase)
(#81) Identifier 'registered_end_time' is not in camel case. (camelcase)
(#81) Use '===' to compare with null. (no-eq-null)
(#81) Identifier 'registered_end_time' is not in camel case. (camelcase)
(#89) Identifier 'page_loaded_time' is not in camel case. (camelcase)
(#91) Identifier 'start_time' is not in camel case. (camelcase)
(#95) '$' is not defined. (no-undef)
(#96) Identifier 'exam_extra_page_load_time' is not in camel case. (camelcase)
(#96) 'exam_extra_page_load_time' is not defined. (no-undef)
(#96) Identifier 'page_loaded_time' is not in camel case. (camelcase)
(#97) Identifier 'exam_extra_page_load_time' is not in camel case. (camelcase)
(#97) 'exam_extra_page_load_time' is not defined. (no-undef)
(#100) This line has a length of 165. Maximum allowed is 132. (max-len)
(#100) Identifier 'exam_extra_page_load_time' is not in camel case. (camelcase)
(#100) 'exam_extra_page_load_time' is not defined. (no-undef)
(#104) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#107) 'e' is defined but never used. (no-unused-vars)
(#112) Comments should not begin with a lowercase character. (capitalized-comments)
(#112) Missing JSDoc for parameter 'attemptid'. (valid-jsdoc)
(#115) Identifier 'process_offline_refresh_attempt_time' is not in camel case. (camelcase)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#120) Identifier 'last_calculated_end_time' is not in camel case. (camelcase)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Identifier 'last_calculated_end_time' is not in camel case. (camelcase)
(#121) Identifier 'last_calculated_end_time' is not in camel case. (camelcase)
(#121) Use '===' to compare with null. (no-eq-null)
(#121) Identifier 'last_calculated_end_time' is not in camel case. (camelcase)
(#121) Missing space before opening brace. (space-before-blocks)
(#123) This line has a length of 133. Maximum allowed is 132. (max-len)
(#134) Missing JSDoc @returns for function. (valid-jsdoc)
(#134) Missing JSDoc for parameter 'num'. (valid-jsdoc)
(#137) Identifier 'two_digit' is not in camel case. (camelcase)
(#166) '$' is not defined. (no-undef)
(#167) '$' is not defined. (no-undef)
(#168) '$' is not defined. (no-undef)
(#169) '$' is not defined. (no-undef)
(#170) '$' is not defined. (no-undef)
(#171) '$' is not defined. (no-undef)
(#172) '$' is not defined. (no-undef)
(#173) '$' is not defined. (no-undef)
(#174) '$' is not defined. (no-undef)
(#175) '$' is not defined. (no-undef)
(#177) '$' is not defined. (no-undef)
(#177) Unexpected space before function parentheses. (space-before-function-paren)
(#182) '$' is not defined. (no-undef)
(#222) Identifier 'update_flag_state' is not in camel case. (camelcase)
(#241) Move function declaration to function body root. (no-inner-declarations)
(#241) Missing JSDoc comment. (require-jsdoc)
(#241) Identifier 'nav_to_page' is not in camel case. (camelcase)
(#249) Unnecessary semicolon. (no-extra-semi)
(#287) Identifier 'secure_window' is not in camel case. (camelcase)
(#293) Multiple spaces found before 'M'. (no-multi-spaces)
(#294) Multiple spaces found before 'M'. (no-multi-spaces)
(#295) Multiple spaces found before 'M'. (no-multi-spaces)
(#297) Multiple spaces found before 'M'. (no-multi-spaces)
(#298) Multiple spaces found before 'M'. (no-multi-spaces)
(#299) Multiple spaces found before 'M'. (no-multi-spaces)
(#314) Identifier 'is_content_editable' is not in camel case. (camelcase)
(#325) Identifier 'prevent_selection' is not in camel case. (camelcase)
(#325) 'e' is defined but never used. (no-unused-vars)
(#330) Unexpected alert. (no-alert)
(#334) Identifier 'prevent_mouse' is not in camel case. (camelcase)
(#346) Identifier 'init_close_button' is not in camel case. (camelcase)
(#347) 'e' is defined but never used. (no-unused-vars)
(#348) Missing semicolon. (semi)
mod/quiz/accessrule/wifiresilience/js/startswith.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) 'exports' is not defined. (no-undef)
(#4) A space is required after ','. (comma-spacing)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#5) A space is required after ','. (comma-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#7) ["default"] is better written in dot notation. (dot-notation)
(#9) Missing JSDoc comment. (require-jsdoc)
(#14) 'Promise' is not defined. (no-undef)
(#14) "Promise" is not defined. (promise/no-native)
(#20) Missing JSDoc comment. (require-jsdoc)
(#22) Expected catch,fail() or return (promise/catch-or-return)
(#22) Each then() should return a value or throw (promise/always-return)
(#22) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Avoid calling back inside of a promise. (promise/no-callback-in-promise)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Avoid calling back inside of a promise. (promise/no-callback-in-promise)
(#30) Missing JSDoc comment. (require-jsdoc)
(#31) Unexpected 'this'. (no-invalid-this)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Expected to return a value at the end of function 'getIDBKeyRange'. (consistent-return)
(#43) 'IDBKeyRange' is already defined as a built-in global variable. (no-redeclare)
(#57) Missing JSDoc comment. (require-jsdoc)
(#58) Unexpected 'this'. (no-invalid-this)
(#59) Avoid creating new promises. (promise/avoid-new)
(#59) 'Promise' is not defined. (no-undef)
(#59) "Promise" is not defined. (promise/no-native)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Each then() should return a value or throw (promise/always-return)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#86) Unexpected space before function parentheses. (space-before-function-paren)
(#95) Missing JSDoc comment. (require-jsdoc)
(#96) Unexpected 'this'. (no-invalid-this)
(#97) Avoid creating new promises. (promise/avoid-new)
(#97) 'Promise' is not defined. (no-undef)
(#97) "Promise" is not defined. (promise/no-native)
(#97) Unexpected space before function parentheses. (space-before-function-paren)
(#98) Unexpected space before function parentheses. (space-before-function-paren)
(#107) Each then() should return a value or throw (promise/always-return)
(#108) Unexpected space before function parentheses. (space-before-function-paren)
(#110) Unexpected space before function parentheses. (space-before-function-paren)
(#114) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Unexpected space before function parentheses. (space-before-function-paren)
(#121) Unexpected space before function parentheses. (space-before-function-paren)
(#133) Unexpected space before function parentheses. (space-before-function-paren)
(#144) Missing JSDoc comment. (require-jsdoc)
(#145) Unexpected 'this'. (no-invalid-this)
(#146) Avoid creating new promises. (promise/avoid-new)
(#146) 'Promise' is not defined. (no-undef)
(#146) "Promise" is not defined. (promise/no-native)
(#146) Unexpected space before function parentheses. (space-before-function-paren)
(#147) Unexpected space before function parentheses. (space-before-function-paren)
(#149) Each then() should return a value or throw (promise/always-return)
(#149) Unexpected space before function parentheses. (space-before-function-paren)
(#151) Unexpected space before function parentheses. (space-before-function-paren)
(#152) This line has a length of 133. Maximum allowed is 132. (max-len)
(#152) Unexpected space before function parentheses. (space-before-function-paren)
(#170) Unexpected space before function parentheses. (space-before-function-paren)
(#180) Missing JSDoc comment. (require-jsdoc)
(#181) Unexpected 'this'. (no-invalid-this)
(#182) Avoid creating new promises. (promise/avoid-new)
(#182) 'Promise' is not defined. (no-undef)
(#182) "Promise" is not defined. (promise/no-native)
(#182) Unexpected space before function parentheses. (space-before-function-paren)
(#183) Each then() should return a value or throw (promise/always-return)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#185) Unexpected space before function parentheses. (space-before-function-paren)
(#186) This line has a length of 135. Maximum allowed is 132. (max-len)
(#186) Unexpected space before function parentheses. (space-before-function-paren)
(#198) Unexpected space before function parentheses. (space-before-function-paren)
(#208) Missing JSDoc comment. (require-jsdoc)
(#209) Unexpected 'this'. (no-invalid-this)
(#210) Avoid creating new promises. (promise/avoid-new)
(#210) 'Promise' is not defined. (no-undef)
(#210) "Promise" is not defined. (promise/no-native)
(#210) Unexpected space before function parentheses. (space-before-function-paren)
(#211) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Each then() should return a value or throw (promise/always-return)
(#224) 'Promise' is not defined. (no-undef)
(#224) "Promise" is not defined. (promise/no-native)
(#224) Unexpected space before function parentheses. (space-before-function-paren)
(#226) Each then() should return a value or throw (promise/always-return)
(#239) Missing JSDoc comment. (require-jsdoc)
(#240) Unexpected 'this'. (no-invalid-this)
(#241) Avoid creating new promises. (promise/avoid-new)
(#241) 'Promise' is not defined. (no-undef)
(#241) "Promise" is not defined. (promise/no-native)
(#241) Unexpected space before function parentheses. (space-before-function-paren)
(#242) Unexpected space before function parentheses. (space-before-function-paren)
(#247) Each then() should return a value or throw (promise/always-return)
(#262) Missing JSDoc comment. (require-jsdoc)
(#263) Unexpected 'this'. (no-invalid-this)
(#275) Missing JSDoc comment. (require-jsdoc)
(#276) Unexpected 'this'. (no-invalid-this)
(#288) Missing JSDoc comment. (require-jsdoc)
mod/quiz/accessrule/wifiresilience/js/workbox/workbox-cache-expiration.prod.v2.0.0.js
(#20) Parsing error: The keyword 'let' is reserved
mod/quiz/accessrule/wifiresilience/js/workbox/workbox-routing.prod.v2.0.0.js
(#20) Parsing error: The keyword 'class' is reserved
mod/quiz/accessrule/wifiresilience/js/workbox/workbox-runtime-caching.js
(#21) Parsing error: The keyword 'class' is reserved
mod/quiz/accessrule/wifiresilience/js/workbox/workbox-sw.prod.v2.0.1.js
(#19) Parsing error: The keyword 'class' is reserved
mod/quiz/accessrule/wifiresilience/yui/src/autosave/js/autosave.js
(#1196) Parsing error: Unexpected token =
mod/quiz/accessrule/wifiresilience/yui/src/download/js/download.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#71) Missing JSDoc for parameter 'filename'. (valid-jsdoc)
(#71) Missing JSDoc for parameter 'publicKey'. (valid-jsdoc)
(#78) Identifier 'quizaccess_wifiresilience_progress_step' is not in camel case. (camelcase)
(#79) Identifier 'quizaccess_wifiresilience_progress_step_txt' is not in camel case. (camelcase)
(#97) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
(#98) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
(#103) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#130) Missing JSDoc @returns for function. (valid-jsdoc)
(#149) Missing JSDoc return type. (valid-jsdoc)
(#158) Missing JSDoc comment. (require-jsdoc)
(#174) Missing JSDoc comment. (require-jsdoc)
(#181) There should be no space before this paren. (space-in-parens)
(#184) Missing JSDoc return type. (valid-jsdoc)
(#184) Missing JSDoc for parameter 'data'. (valid-jsdoc)
(#195) There should be no space after '{'. (object-curly-spacing)
(#195) There should be no space before '}'. (object-curly-spacing)
mod/quiz/accessrule/wifiresilience/yui/src/initialiseattempt/js/initialiseattempt.js
(#117) Parsing error: The keyword 'const' is reserved
mod/quiz/accessrule/wifiresilience/yui/src/initialiseinspect/js/initialiseinspect.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#40) Missing JSDoc comment. (require-jsdoc)
(#40) Identifier 'download_emergency_file_wifi_exam' is not in camel case. (camelcase)
(#45) Identifier 'which_textarea' is not in camel case. (camelcase)
(#45) A space is required after ','. (comma-spacing)
(#51) Identifier 'which_textarea' is not in camel case. (camelcase)
mod/quiz/accessrule/wifiresilience/yui/src/initialiselocal/js/initialiselocal.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#32) Identifier 'delete_indb_record' is not in camel case. (camelcase)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#34) Unexpected confirm. (no-alert)
(#36) Identifier 'responses_store' is not in camel case. (camelcase)
(#41) Identifier 'delete_localstorage_record' is not in camel case. (camelcase)
(#41) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Unexpected confirm. (no-alert)
(#45) Identifier 'status_store' is not in camel case. (camelcase)
(#54) Expected JSDoc for 'startwithkey' but found 'keyname'. (valid-jsdoc)
(#58) Missing JSDoc comment. (require-jsdoc)
(#58) Identifier 'quizaccess_wifiresilience_create_rows' is not in camel case. (camelcase)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#62) ["key"] is better written in dot notation. (dot-notation)
(#65) ["key"] is better written in dot notation. (dot-notation)
(#68) ["key"] is better written in dot notation. (dot-notation)
(#71) ["key"] is better written in dot notation. (dot-notation)
(#77) Identifier 'dlink_element' is not in camel case. (camelcase)
(#79) ["responses"] is better written in dot notation. (dot-notation)
(#82) Identifier 'dlink_element' is not in camel case. (camelcase)
(#83) Identifier 'dlink_element' is not in camel case. (camelcase)
(#83) ["key"] is better written in dot notation. (dot-notation)
(#88) ["key"] is better written in dot notation. (dot-notation)
(#92) Missing JSDoc comment. (require-jsdoc)
(#92) Identifier 'quizaccess_wifiresilience_localstorage_create_rows' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#96) ["key"] is better written in dot notation. (dot-notation)
(#99) ["key"] is better written in dot notation. (dot-notation)
(#102) ["key"] is better written in dot notation. (dot-notation)
(#105) ["key"] is better written in dot notation. (dot-notation)
(#111) Identifier 'dlink_element' is not in camel case. (camelcase)
(#113) ["responses"] is better written in dot notation. (dot-notation)
(#116) Identifier 'dlink_element' is not in camel case. (camelcase)
(#117) Identifier 'dlink_element' is not in camel case. (camelcase)
(#117) ["key"] is better written in dot notation. (dot-notation)
(#122) ["key"] is better written in dot notation. (dot-notation)
(#126) Identifier 'responses_store' is not in camel case. (camelcase)
(#129) Identifier 'status_store' is not in camel case. (camelcase)
(#133) Identifier 'responses_store' is not in camel case. (camelcase)
(#133) Expected catch,fail() or return (promise/catch-or-return)
(#135) 'row' used outside of binding context. (block-scoped-var)
(#141) Unexpected space before unary operator '++'. (space-unary-ops)
(#141) 'row' used outside of binding context. (block-scoped-var)
(#142) 'row' used outside of binding context. (block-scoped-var)
(#145) Each then() should return a value or throw (promise/always-return)
(#147) 'row' is already defined. (no-redeclare)
(#154) Identifier 'status_store' is not in camel case. (camelcase)
(#154) Expected catch,fail() or return (promise/catch-or-return)
(#156) 'row' used outside of binding context. (block-scoped-var)
(#162) Unexpected space before unary operator '++'. (space-unary-ops)
(#162) 'row' used outside of binding context. (block-scoped-var)
(#163) This line has a length of 137. Maximum allowed is 132. (max-len)
(#163) 'row' used outside of binding context. (block-scoped-var)
(#166) Each then() should return a value or throw (promise/always-return)
(#168) 'row' is already defined. (no-redeclare)
mod/quiz/accessrule/wifiresilience/yui/src/initialiserule/js/initialiserule.js
(#97) Parsing error: Unexpected token registration
mod/quiz/accessrule/wifiresilience/yui/src/initialisesyncedfiles/js/initialisesyncedfiles.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#49) Expected JSDoc for 'tableData' but found 'keyname'. (valid-jsdoc)
(#53) Missing semicolon. (semi)
(#112) Identifier 'search_table' is not in camel case. (camelcase)
(#112) Unexpected space before function parentheses. (space-before-function-paren)
mod/quiz/accessrule/wifiresilience/yui/src/isoffline/js/isoffline.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#57) Identifier 'quizaccess_wifiresilience_progress_step' is not in camel case. (camelcase)
(#58) Identifier 'quizaccess_wifiresilience_progress_step_txt' is not in camel case. (camelcase)
(#67) Missing JSDoc comment. (require-jsdoc)
(#67) Identifier 'quizaccess_wifiresilience_onlinestatus' is not in camel case. (camelcase)
(#70) Identifier 'cxn_hidden' is not in camel case. (camelcase)
(#73) Identifier 'cxn_hidden' is not in camel case. (camelcase)
(#82) Identifier 'cxn_hidden' is not in camel case. (camelcase)
(#96) Expected space(s) after "if". (keyword-spacing)
(#99) This line has a length of 143. Maximum allowed is 132. (max-len)
(#101) Identifier 'stringified_data' is not in camel case. (camelcase)
(#133) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
(#134) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
mod/quiz/accessrule/wifiresilience/yui/src/navigation/js/navigation.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#101) Expected JSDoc for 'currentpage' but found 'delay'. (valid-jsdoc)
(#112) Identifier 'quizaccess_wifiresilience_progress_step' is not in camel case. (camelcase)
(#116) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Missing space before opening brace. (space-before-blocks)
(#163) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
(#164) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
(#172) Identifier 'preload_images' is not in camel case. (camelcase)
(#175) Missing JSDoc comment. (require-jsdoc)
(#175) Identifier 'preload_image' is not in camel case. (camelcase)
(#183) A space is required after ','. (comma-spacing)
(#193) Identifier 'preload_images_base64' is not in camel case. (camelcase)
(#195) Identifier 'preload_wifi_canvas' is not in camel case. (camelcase)
(#196) Identifier 'preload_wifi_canvas' is not in camel case. (camelcase)
(#197) Identifier 'preload_wifi_canvas' is not in camel case. (camelcase)
(#200) Identifier 'preload_wifi_canvas' is not in camel case. (camelcase)
(#209) Identifier 'preload_wifi_canvas' is not in camel case. (camelcase)
(#220) Identifier 'nav_button_click' is not in camel case. (camelcase)
(#231) Missing JSDoc @returns for function. (valid-jsdoc)
(#237) Identifier 'finish_attempt_click' is not in camel case. (camelcase)
(#249) Identifier 'next_button_click' is not in camel case. (camelcase)
(#260) Identifier 'previous_button_click' is not in camel case. (camelcase)
(#271) Identifier 'summary_button_click' is not in camel case. (camelcase)
(#279) Missing JSDoc return type. (valid-jsdoc)
(#283) Expected JSDoc for 'anchor' but found 'The'. (valid-jsdoc)
(#286) Identifier 'page_number_from_link' is not in camel case. (camelcase)
(#289) Unexpected space after unary operator '+'. (space-unary-ops)
(#295) Unexpected space after unary operator '+'. (space-unary-ops)
(#302) Identifier 'scroll_to_fragment_from_link' is not in camel case. (camelcase)
(#323) 'target' used outside of binding context. (block-scoped-var)
(#324) 'target' used outside of binding context. (block-scoped-var)
(#325) 'target' used outside of binding context. (block-scoped-var)
(#326) A space is required after ','. (comma-spacing)
(#327) 'target' is already defined. (no-redeclare)
(#327) A space is required after ','. (comma-spacing)
(#339) Identifier 'navigate_to_page' is not in camel case. (camelcase)
(#376) Unexpected space before function parentheses. (space-before-function-paren)
(#394) Multiple spaces found before '-'. (no-multi-spaces)
(#417) Identifier 'update_flag_on_summary_page' is not in camel case. (camelcase)
mod/quiz/accessrule/wifiresilience/yui/src/watching/js/watching.js
(#29) Identifier 'quizaccess_wifiresilience' is not in camel case. (camelcase)
(#47) Expected JSDoc for 'watchlist' but found 'keyname'. (valid-jsdoc)
(#58) Identifier 'quizaccess_wifiresilience_progress_step' is not in camel case. (camelcase)
(#59) Identifier 'quizaccess_wifiresilience_progress_step_txt' is not in camel case. (camelcase)
(#66) Identifier 'wifi_xhr_args' is not in camel case. (camelcase)
(#68) Missing JSDoc comment. (require-jsdoc)
(#68) Identifier 'wifi_get_xhr_args' is not in camel case. (camelcase)
(#69) Identifier 'wifi_xhr_args' is not in camel case. (camelcase)
(#71) Missing JSDoc comment. (require-jsdoc)
(#71) Identifier 'wifi_set_xhr_args' is not in camel case. (camelcase)
(#72) Identifier 'wifi_xhr_args' is not in camel case. (camelcase)
(#74) Missing JSDoc comment. (require-jsdoc)
(#74) Identifier 'wifi_get_watch_list' is not in camel case. (camelcase)
(#85) Identifier 'wifi_args' is not in camel case. (camelcase)
(#88) Identifier 'wifi_args' is not in camel case. (camelcase)
(#97) Missing semicolon. (semi)
(#112) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)
(#113) Identifier 'quizaccess_wifiresilience_progress' is not in camel case. (camelcase)

CSS problems

(19 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]

mod/quiz/accessrule/wifiresilience/styles.css
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#151) Expected single space after "," in a single-line function (function-comma-space-after)
(#151) Expected single space after "," in a single-line function (function-comma-space-after)
(#154) Expected single space after "," in a single-line function (function-comma-space-after)
(#154) Expected single space after "," in a single-line function (function-comma-space-after)
(#184) Expected single space after "," in a single-line function (function-comma-space-after)
(#184) Expected single space after "," in a single-line function (function-comma-space-after)
(#187) Expected single space after "," in a single-line function (function-comma-space-after)
(#187) Expected single space after "," in a single-line function (function-comma-space-after)
(#190) Expected single space after "," in a single-line function (function-comma-space-after)
(#190) Expected single space after "," in a single-line function (function-comma-space-after)
(#220) Expected single space after "," in a single-line function (function-comma-space-after)
(#220) Expected single space after "," in a single-line function (function-comma-space-after)
(#223) Expected single space after "," in a single-line function (function-comma-space-after)
(#223) Expected single space after "," in a single-line function (function-comma-space-after)
(#226) Expected single space after "," in a single-line function (function-comma-space-after)
(#226) Expected single space after "," in a single-line function (function-comma-space-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(1 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

mod/quiz/accessrule/wifiresilience/rule.php
(#28) No one-line description found in phpdocs for class quizaccess_wifiresilience

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "gherkinlint" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]


Gherkin .feature problems

(2 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]

mod/quiz/accessrule/wifiresilience/tests/behat/quiz_setting.feature
(#22) Multiple empty lines are not allowed
mod/quiz/accessrule/wifiresilience/tests/behat/session_lost_handling.feature
(#42) Trailing spaces are not allowed