Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(2120 errors, 548 warnings)

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

enrol/waitlist/classes/privacy/provider.php
(#1) Moodle boilerplate not found
(#4) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#13) Missing @copyright tag
(#13) Missing @license tag
(#13) Missing docblock for class provider
(#13) The interface names in a "class implements" statement should be ordered alphabetically. Expected: \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider, \core_privacy\local\request\core_userlist_provider; Found: \core_privacy\local\request\core_userlist_provider, \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider
(#13) Line exceeds 132 characters; contains 162 characters
(#13) Opening brace must not be followed by a blank line
(#15) Missing docblock for function get_metadata
(#15) There must not be a space before the colon in a return type declaration
(#19) There should be a comma after the last array item in a multi-line array.
(#22) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#26) Missing docblock for function get_contexts_for_userid
(#26) There must not be a space before the colon in a return type declaration
(#37) Missing docblock for function get_users_in_context
(#56) Missing docblock for function export_user_data
(#66) Long list syntax is not allowed
(#84) Missing docblock for function delete_data_for_all_users_in_context
(#92) Short array syntax must be used to define arrays
(#94) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#96) Missing docblock for function delete_data_for_user
(#115) Long list syntax is not allowed
(#121) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#123) Missing docblock for function delete_data_for_users
(#135) Long list syntax is not allowed
(#142) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#143) Expected 1 newline at end of file; 0 found
enrol/waitlist/classes/task/update_enrolments.php
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#39) Opening brace must not be followed by a blank line
(#59) Expected "if (...) {\n"; found "if (...){\n"
(#59) Expected 1 space after closing parenthesis; found 0
(#68) Expected 1 newline at end of file; 0 found
enrol/waitlist/db/access.php
(#1) DocBlock missing a @package tag for file access.php. Expected @package enrol_waitlist
(#29) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#38) There should be a comma after the last array item in a multi-line array.
(#41) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#48) There should be a comma after the last array item in a multi-line array.
(#51) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#56) There should be a comma after the last array item in a multi-line array.
(#59) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#65) There should be a comma after the last array item in a multi-line array.
(#68) Expected 1 blank line at end of file; 3 found
enrol/waitlist/db/tasks.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file tasks.php
(#1) Moodle boilerplate not found
(#16) Expected 1 newline at end of file; 0 found
enrol/waitlist/db/upgrade.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for function xmldb_enrol_waitlist_upgrade
(#24) Line exceeds maximum limit of 180 characters; contains 511 characters
(#27) Line exceeds maximum limit of 180 characters; contains 244 characters
(#30) This comment is 65% valid code; is this commented out code?
(#38) Expected 1 newline at end of file; 0 found
enrol/waitlist/edit.php
(#1) DocBlock missing a @package tag for file edit.php. Expected @package enrol_waitlist
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Short array syntax must be used to define arrays
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) This comment is 53% valid code; is this commented out code?
(#63) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#71) Blank line found at start of control structure
(#74) Blank line found at end of control structure
(#83) Blank line found at start of control structure
(#85) Short array syntax must be used to define arrays
(#85) Line exceeds 132 characters; contains 136 characters
(#86) Blank line found at end of control structure
(#87) Blank line found at start of control structure
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Short array syntax must be used to define arrays
(#100) Blank line found at end of control structure
(#105) Short array syntax must be used to define arrays
(#109) Blank line found at start of control structure
(#114) Blank line found at end of control structure
(#115) Blank line found at start of control structure
(#117) Blank line found at start of control structure
(#150) Blank line found at end of control structure
(#151) Blank line found at start of control structure
(#153) Short array syntax must be used to define arrays
(#153) Line exceeds 132 characters; contains 174 characters
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space between the comma and "'customchar1'". Found: no spaces
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space between the comma and "'customchar2'". Found: no spaces
(#157) Line exceeds maximum limit of 180 characters; contains 242 characters
(#160) Blank line found at end of control structure
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Whitespace found at end of line
(#167) Short array syntax must be used to define arrays
(#168) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#168) Expected 1 space after FOREACH keyword; 0 found
(#168) Expected 1 space after closing parenthesis; found 0
(#169) Expected "if (...) {\n"; found "if(...){\n"
(#169) Expected 1 space after IF keyword; 0 found
(#169) No space found after comma in argument list
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space between the comma and "0". Found: no spaces
(#169) No space found after comma in argument list
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space between the comma and "13". Found: no spaces
(#169) Expected 1 space after closing parenthesis; found 0
(#170) No space found after comma in argument list
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space between the comma and "0". Found: no spaces
(#170) No space found after comma in argument list
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space between the comma and "13". Found: no spaces
(#170) No space found after comma in argument list
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space between the comma and "''". Found: no spaces
(#170) No space found after comma in argument list
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space between the comma and "$key". Found: no spaces
(#171) Short array syntax must be used to define arrays
(#173) Expected "if (...) {\n"; found "if(...){\n"
(#173) Expected 1 space after IF keyword; 0 found
(#173) Expected 1 space after closing parenthesis; found 0
(#179) Expected "if (...) {\n"; found "if(...){\n"
(#179) Expected 1 space after IF keyword; 0 found
(#179) Expected 1 space after closing parenthesis; found 0
(#180) Short array syntax must be used to define arrays
(#182) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#182) Expected 1 space after FOREACH keyword; 0 found
(#182) Expected 1 space after closing parenthesis; found 0
(#183) Variable "fieldData" must be all lower-case
(#184) Variable "fieldData" must be all lower-case
(#185) Variable "fieldData" must be all lower-case
(#186) Variable "fieldData" must be all lower-case
(#187) Variable "fieldData" must be all lower-case
(#189) Expected 1 space after closing brace; 0 found
(#189) Expected "} else {\n"; found "}else{\n"
(#189) Expected 1 space after ELSE keyword; 0 found
(#190) Short array syntax must be used to define arrays
(#194) Blank line found at end of control structure
(#211) Expected 1 blank line at end of file; 2 found
enrol/waitlist/edit_form.php
(#1) DocBlock missing a @package tag for file edit_form.php. Expected @package enrol_waitlist
(#41) Expected at least 1 space before "."; 0 found
(#41) Expected at least 1 space after "."; 0 found
(#45) Missing docblock for class enrol_waitlist_edit_form
(#45) Opening brace must not be followed by a blank line
(#49) Missing docblock for function definition
(#49) Visibility must be declared on method "definition"
(#53) Long list syntax is not allowed
(#61) Short array syntax must be used to define arrays
(#75) Logical operator "and" is prohibited; use "&&" instead
(#75) Blank line found at start of control structure
(#78) Blank line found at end of control structure
(#81) Short array syntax must be used to define arrays
(#91) Blank line found at start of control structure
(#94) Blank line found at end of control structure
(#95) Blank line found at start of control structure
(#98) Blank line found at end of control structure
(#105) Short array syntax must be used to define arrays
(#105) Line exceeds 132 characters; contains 150 characters
(#111) Short array syntax must be used to define arrays
(#111) Line exceeds 132 characters; contains 137 characters
(#117) Short array syntax must be used to define arrays
(#117) Line exceeds 132 characters; contains 133 characters
(#123) Variable "customchar1_val" must not contain underscores.
(#123) Variable "customchar1_val" must not contain underscores.
(#125) Variable "customchar2_val" must not contain underscores.
(#125) Variable "customchar2_val" must not contain underscores.
(#127) Short array syntax must be used to define arrays
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "'ac'". Found: no spaces
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "'esb'". Found: no spaces
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "'tec'". Found: no spaces
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "'td'". Found: no spaces
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "0". Found: no spaces
(#129) Variable "faculty_html" must not contain underscores.
(#129) Expected at least 1 space before "."; 0 found
(#129) Expected at least 1 space after "."; 0 found
(#129) Expected at least 1 space before "."; 0 found
(#129) Expected at least 1 space after "."; 0 found
(#129) Line exceeds maximum limit of 180 characters; contains 227 characters
(#131) Variable "faculty_html" must not contain underscores.
(#133) Blank line found at start of control structure
(#135) Expected "if (...) {\n"; found "if(...){\n"
(#135) Expected 1 space after IF keyword; 0 found
(#135) Variable "customchar1_val" must not contain underscores.
(#135) Expected 1 space after closing parenthesis; found 0
(#135) Blank line found at start of control structure
(#137) Variable "faculty_html" must not contain underscores.
(#137) Expected at least 1 space before "."; 0 found
(#137) Expected at least 1 space after "."; 0 found
(#137) Expected at least 1 space before "."; 0 found
(#137) Expected at least 1 space after "."; 0 found
(#137) Expected at least 1 space before "."; 0 found
(#137) Expected at least 1 space after "."; 0 found
(#137) Expected at least 1 space before "."; 0 found
(#137) Expected at least 1 space after "."; 0 found
(#138) Blank line found at end of control structure
(#139) Expected 1 space after closing brace; 0 found
(#139) Expected "} else {\n"; found "}else{\n"
(#139) Expected 1 space after ELSE keyword; 0 found
(#139) Blank line found at start of control structure
(#141) Variable "faculty_html" must not contain underscores.
(#141) Expected at least 1 space before "."; 0 found
(#141) Expected at least 1 space after "."; 0 found
(#141) Expected at least 1 space before "."; 0 found
(#141) Expected at least 1 space after "."; 0 found
(#141) Expected at least 1 space before "."; 0 found
(#141) Expected at least 1 space after "."; 0 found
(#141) Expected at least 1 space before "."; 0 found
(#141) Expected at least 1 space after "."; 0 found
(#142) Blank line found at end of control structure
(#144) Blank line found at end of control structure
(#147) Variable "faculty_html" must not contain underscores.
(#149) Variable "faculty_html" must not contain underscores.
(#149) Expected at least 1 space before "."; 0 found
(#149) Expected at least 1 space after "."; 0 found
(#149) Expected at least 1 space before "."; 0 found
(#149) Expected at least 1 space after "."; 0 found
(#151) Variable "faculty_html" must not contain underscores.
(#153) Variable "faculty_html" must not contain underscores.
(#153) Expected at least 1 space before "."; 0 found
(#153) Expected at least 1 space after "."; 0 found
(#153) Variable "customchar2_val" must not contain underscores.
(#153) Expected at least 1 space before "."; 0 found
(#153) Expected at least 1 space after "."; 0 found
(#155) Variable "faculty_html" must not contain underscores.
(#157) Variable "faculty_html" must not contain underscores.
(#159) No space found after comma in argument list
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space between the comma and "$faculty_html". Found: no spaces
(#159) Variable "faculty_html" must not contain underscores.
(#161) Variable "customchar1_val" must not contain underscores.
(#165) Variable "customchar2_val" must not contain underscores.
(#169) Short array syntax must be used to define arrays
(#215) Short array syntax must be used to define arrays
(#215) Line exceeds 132 characters; contains 146 characters
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) This comment is 71% valid code; is this commented out code?
(#220) No space found before comment text; expected "// $fields = $DB->get_records('waitlist_info_field');" but found "//$fields = $DB->get_records('waitlist_info_field');"
(#223) Expected "if (...) {\n"; found "if(...){\n"
(#223) Expected 1 space after IF keyword; 0 found
(#223) Expected 1 space after closing parenthesis; found 0
(#224) Variable "usedFields" must be all lower-case
(#224) Short array syntax must be used to define arrays
(#225) Variable "custom_data" must not contain underscores.
(#225) Short array syntax must be used to define arrays
(#226) Variable "usedFields" must be all lower-case
(#226) Variable "usedField" must be all lower-case
(#227) Variable "custom_data" must not contain underscores.
(#227) Variable "usedField" must be all lower-case
(#227) Variable "usedField" must be all lower-case
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) This comment is 82% valid code; is this commented out code?
(#233) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#233) Expected 1 space after FOREACH keyword; 0 found
(#233) Expected 1 space after closing parenthesis; found 0
(#234) Expected "if (...) {\n"; found "if(...){\n"
(#234) Expected 1 space after IF keyword; 0 found
(#234) Expected 1 space after closing parenthesis; found 0
(#235) Expected at least 1 space before "."; 0 found
(#235) Expected at least 1 space after "."; 0 found
(#238) Expected "if (...) {\n"; found "if(...){\n"
(#238) Expected 1 space after IF keyword; 0 found
(#238) Variable "custom_data" must not contain underscores.
(#238) Expected 1 space after closing parenthesis; found 0
(#239) Variable "custom_data" must not contain underscores.
(#241) Expected at least 1 space before "."; 0 found
(#241) Expected at least 1 space after "."; 0 found
(#244) Expected "if (...) {\n"; found "if(...){\n"
(#244) Expected 1 space after IF keyword; 0 found
(#244) Expected 1 space after closing parenthesis; found 0
(#245) Expected at least 1 space before "."; 0 found
(#245) Expected at least 1 space after "."; 0 found
(#246) Expected at least 1 space before "."; 0 found
(#246) Expected at least 1 space after "."; 0 found
(#249) Expected "if (...) {\n"; found "if(...){\n"
(#249) Expected 1 space after IF keyword; 0 found
(#249) Variable "custom_data" must not contain underscores.
(#249) Expected 1 space after closing parenthesis; found 0
(#250) Variable "custom_data" must not contain underscores.
(#252) Expected at least 1 space before "."; 0 found
(#252) Expected at least 1 space after "."; 0 found
(#255) Expected "if (...) {\n"; found "if(...){\n"
(#255) Expected 1 space after IF keyword; 0 found
(#255) Expected 1 space after closing parenthesis; found 0
(#256) Expected at least 1 space before "."; 0 found
(#256) Expected at least 1 space after "."; 0 found
(#256) Short array syntax must be used to define arrays
(#256) Line exceeds 132 characters; contains 138 characters
(#259) Expected "if (...) {\n"; found "if(...){\n"
(#259) Expected 1 space after IF keyword; 0 found
(#259) Variable "custom_data" must not contain underscores.
(#259) Expected 1 space after closing parenthesis; found 0
(#260) Variable "custom_data" must not contain underscores.
(#262) Expected at least 1 space before "."; 0 found
(#262) Expected at least 1 space after "."; 0 found
(#264) Blank line found at end of control structure
(#280) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#284) Missing docblock for function validation
(#284) Visibility must be declared on method "validation"
(#290) Long list syntax is not allowed
(#294) Blank line found at start of control structure
(#296) Blank line found at start of control structure
(#298) Blank line found at start of control structure
(#301) Blank line found at end of control structure
(#303) Blank line found at end of control structure
(#305) Blank line found at end of control structure
(#306) Blank line found at start of control structure
(#308) Blank line found at start of control structure
(#311) Blank line found at end of control structure
(#313) Blank line found at end of control structure
(#316) Blank line found at start of control structure
(#322) Logical operator "and" is prohibited; use "&&" instead
(#322) Blank line found at start of control structure
(#325) Blank line found at end of control structure
(#326) Blank line found at start of control structure
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Blank line found at start of control structure
(#333) Blank line found at end of control structure
(#335) Blank line found at end of control structure
(#337) Blank line found at end of control structure
(#340) Blank line found at start of control structure
(#342) Logical operator "and" is prohibited; use "&&" instead
(#342) Blank line found at start of control structure
(#345) Blank line found at end of control structure
(#347) Blank line found at end of control structure
(#352) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#354) Expected 1 newline at end of file; 0 found
(#354) The closing brace for the class must go on the next line after the body
enrol/waitlist/enroluser.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file enroluser.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) This comment is 53% valid code; is this commented out code?
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) This comment is 65% valid code; is this commented out code?
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Short array syntax must be used to define arrays
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Variable "enrol_manual" must not contain underscores.
(#59) Variable "enrol_manual" must not contain underscores.
(#61) Short array syntax must be used to define arrays
(#63) Variable "enrol_manual" must not contain underscores.
(#65) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Short array syntax must be used to define arrays
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#103) Expected 1 space after FOREACH keyword; 0 found
(#104) Expected 1 space after SWITCH keyword; 0 found
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) This comment is 85% valid code; is this commented out code?
(#120) Variable "enrol_manual" must not contain underscores.
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) This comment is 60% valid code; is this commented out code?
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#121) Line exceeds 132 characters; contains 145 characters
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#135) Expected 1 space after FOREACH keyword; 0 found
(#136) Variable "enrol_manual" must not contain underscores.
(#138) This comment is 41% valid code; is this commented out code?
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Line exceeds 132 characters; contains 158 characters
(#139) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Missing docblock for file enroluser.php
(#155) Missing docblock for file enroluser.php
(#160) Missing docblock for file enroluser.php
(#161) Missing docblock for file enroluser.php
(#165) Missing docblock for file enroluser.php
(#165) Expected at least 1 space before "."; 0 found
(#165) Expected at least 1 space after "."; 0 found
(#165) Expected at least 1 space before "."; 0 found
(#165) Expected at least 1 space after "."; 0 found
(#165) Missing docblock for file enroluser.php
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#165) Line exceeds 132 characters; contains 169 characters
(#169) Missing docblock for file enroluser.php
(#170) Missing docblock for file enroluser.php
(#172) Missing docblock for file enroluser.php
(#173) Missing docblock for file enroluser.php
(#175) Missing docblock for file enroluser.php
(#176) Missing docblock for file enroluser.php
(#182) Missing docblock for file enroluser.php
(#182) Expected at least 1 space before "."; 0 found
(#182) Expected at least 1 space after "."; 0 found
(#182) Expected at least 1 space before "."; 0 found
(#182) Expected at least 1 space after "."; 0 found
(#182) Missing docblock for file enroluser.php
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#182) Line exceeds 132 characters; contains 175 characters
(#186) Missing docblock for file enroluser.php
(#187) Missing docblock for file enroluser.php
(#192) Missing docblock for file enroluser.php
enrol/waitlist/faculty.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file faculty.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Short array syntax must be used to define arrays
(#17) Line exceeds maximum limit of 180 characters; contains 192 characters
(#18) Short array syntax must be used to define arrays
(#19) Short array syntax must be used to define arrays
(#25) Expected 1 blank line at end of file; 20 found
enrol/waitlist/lang/de/enrol_waitlist.php
(#1) DocBlock missing a @package tag for file enrol_waitlist.php. Expected @package enrol_waitlist
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#73) Whitespace found at end of line within string
(#91) The string key "sendcoursewelcomemessage" is not in the correct order, it should be before "waitlist:unenrolwaitlist"
(#110) The string key "confirmation" is not in the correct order, it should be before "welcometocoursetext"
(#112) The string key "confirmation_yes" is not in the correct order, it should be before "confirmationfull"
(#113) The string key "confirmation_no" is not in the correct order, it should be before "confirmation_yes"
(#115) The string key "waitlist:unenrolself" is not in the correct order, it should be before "waitlistinfo"
(#116) The string key "lineinfo" is not in the correct order, it should be before "waitlist:unenrolself"
(#117) The string key "lineconfirm" is not in the correct order, it should be before "lineinfo"
(#119) Unexpected string end, it should be a line feed after a semicolon
(#119) Expected 1 newline at end of file; 0 found
enrol/waitlist/lang/en/enrol_waitlist.php
(#1) DocBlock missing a @package tag for file enrol_waitlist.php. Expected @package enrol_waitlist
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#66) The string key "sendcoursewelcomemessage" is not in the correct order, it should be before "waitlist:unenrolwaitlist"
(#84) Whitespace found at end of line within string
(#87) The string key "confirmation" is not in the correct order, it should be before "welcometocoursetext"
(#89) The string key "confirmation_yes" is not in the correct order, it should be before "confirmationfull"
(#90) The string key "confirmation_no" is not in the correct order, it should be before "confirmation_yes"
(#92) The string key "waitlist:unenrolself" is not in the correct order, it should be before "waitlistinfo"
(#93) The string key "lineinfo" is not in the correct order, it should be before "waitlist:unenrolself"
(#94) The string key "lineconfirm" is not in the correct order, it should be before "lineinfo"
(#95) The string key "confirmation_cancel" is not in the correct order, it should be before "lineconfirm"
(#97) The string key "disable" is not in the correct order, it should be before "enrolusers"
(#98) The string key "continue" is not in the correct order, it should be before "disable"
(#102) The string key "faculty" is not in the correct order, it should be before "waitlisted_users"
(#107) The string key "manage::define" is not in the correct order, it should be before "profiledescription2"
(#108) The string key "manage::assign" is not in the correct order, it should be before "manage::define"
(#112) The string key "privacy:metadata:user_enrol_waitlist" is not in the correct order, it should be before "profilefield"
(#112) Expected at least 1 space before "="; 0 found
(#112) Expected at least 1 space after "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#113) Expected at least 1 space before "="; 0 found
(#113) Expected at least 1 space after "="; 0 found
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#115) Unexpected string end, it should be a line feed after a semicolon
(#115) Expected 1 newline at end of file; 0 found
enrol/waitlist/lib.php
(#1) DocBlock missing a @package tag for file lib.php. Expected @package enrol_waitlist
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class enrol_waitlist_plugin
(#30) Opening brace must not be followed by a blank line
(#45) Opening brace should be on the same line as the declaration
(#49) Logical operator "or" is prohibited; use "||" instead
(#55) Short array syntax must be used to define arrays
(#72) Opening brace should be on the same line as the declaration
(#76) Logical operator "and" is prohibited; use "&&" instead
(#76) Short array syntax must be used to define arrays
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) This comment is 50% valid code; is this commented out code?
(#89) Missing docblock for function roles_protected
(#90) Opening brace should be on the same line as the declaration
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Missing docblock for function allow_unenrol
(#96) Opening brace should be on the same line as the declaration
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Missing docblock for function allow_manage
(#102) Opening brace should be on the same line as the declaration
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Missing docblock for function show_enrolme_link
(#108) Opening brace should be on the same line as the declaration
(#118) This comment is 61% valid code; is this commented out code?
(#140) Opening brace should be on the same line as the declaration
(#147) Short array syntax must be used to define arrays
(#147) Line exceeds 132 characters; contains 134 characters
(#153) This comment is 67% valid code; is this commented out code?
(#163) Line exceeds 132 characters; contains 134 characters
(#176) Opening brace should be on the same line as the declaration
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) This comment is 58% valid code; is this commented out code?
(#185) Short array syntax must be used to define arrays
(#188) Short array syntax must be used to define arrays
(#189) Short array syntax must be used to define arrays
(#189) Line exceeds 132 characters; contains 170 characters
(#193) Short array syntax must be used to define arrays
(#194) Short array syntax must be used to define arrays
(#194) Line exceeds 132 characters; contains 138 characters
(#198) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#199) Line exceeds 132 characters; contains 174 characters
(#211) Opening brace should be on the same line as the declaration
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) This comment is 54% valid code; is this commented out code?
(#215) Logical operator "or" is prohibited; use "||" instead
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Short array syntax must be used to define arrays
(#230) Opening brace should be on the same line as the declaration
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Short array syntax must be used to define arrays
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Short array syntax must be used to define arrays
(#246) Logical operator "and" is prohibited; use "&&" instead
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) This comment is 56% valid code; is this commented out code?
(#271) This comment is 75% valid code; is this commented out code?
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) This comment is 70% valid code; is this commented out code?
(#291) Variable "enroledCount" must be all lower-case
(#291) Short array syntax must be used to define arrays
(#293) Variable "canEnrol" must be all lower-case
(#295) Variable "canEnrol" must be all lower-case
(#296) Variable "enroledCount" must be all lower-case
(#297) Variable "canEnrol" must be all lower-case
(#300) Variable "canEnrol" must be all lower-case
(#305) Variable "canEnrol" must be all lower-case
(#314) Line exceeds 132 characters; contains 173 characters
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) This comment is 60% valid code; is this commented out code?
(#316) Logical operator "and" is prohibited; use "&&" instead
(#316) Logical operator "and" is prohibited; use "&&" instead
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Short array syntax must be used to define arrays
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) This comment is 52% valid code; is this commented out code?
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Opening brace should be on the same line as the declaration
(#350) Short array syntax must be used to define arrays
(#358) There should be a comma after the last array item in a multi-line array.
(#376) Opening brace should be on the same line as the declaration
(#379) Short array syntax must be used to define arrays
(#389) Inline control structures are not allowed
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) This comment is 58% valid code; is this commented out code?
(#404) Short array syntax must be used to define arrays
(#415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) Opening brace should be on the same line as the declaration
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) Inline comments must start with a capital letter, digit or 3-dots sequence
(#438) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Short array syntax must be used to define arrays
(#449) Line exceeds 132 characters; contains 138 characters
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Short array syntax must be used to define arrays
(#464) Line exceeds 132 characters; contains 145 characters
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#474) Missing docblock for function get_user_enrolment_actions
(#475) Opening brace should be on the same line as the declaration
(#476) Short array syntax must be used to define arrays
(#483) Short array syntax must be used to define arrays
(#483) Line exceeds 132 characters; contains 170 characters
(#487) Short array syntax must be used to define arrays
(#487) Line exceeds 132 characters; contains 158 characters
(#499) Opening brace should be on the same line as the declaration
(#511) Opening brace should be on the same line as the declaration
(#516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#516) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Missing docblock for function process_wait_list
(#518) Opening brace should be on the same line as the declaration
(#526) Variable "userCount" must be all lower-case
(#526) Short array syntax must be used to define arrays
(#527) Variable "userCount" must be all lower-case
(#528) Short array syntax must be used to define arrays
(#532) Variable "instanceCount" must be all lower-case
(#532) Short array syntax must be used to define arrays
(#533) Variable "instanceCount" must be all lower-case
(#534) Short array syntax must be used to define arrays
(#543) Variable "enroledCount" must be all lower-case
(#543) Short array syntax must be used to define arrays
(#544) Variable "enroledCount" must be all lower-case
(#555) Short array syntax must be used to define arrays
(#585) The closing brace for the class must go on the next line after the body
(#593) DocBlock missing a @package tag for function enrol_waitlist_supports. Expected @package enrol_waitlist
(#594) Opening brace should be on the same line as the declaration
(#602) Expected 1 newline at end of file; 0 found
enrol/waitlist/library.php
(#21) Incorrect @package tag for file library.php. Expected enrol_waitlist, found core_enrol.
(#38) Opening brace must not be followed by a blank line
(#87) Short array syntax must be used to define arrays
(#94) Short array syntax must be used to define arrays
(#114) Property name "$_instancessql" should not be prefixed with an underscore to indicate visibility
(#115) Property name "$_instances" should not be prefixed with an underscore to indicate visibility
(#115) Missing member variable doc comment
(#116) Property name "$_inames" should not be prefixed with an underscore to indicate visibility
(#116) Missing member variable doc comment
(#117) Property name "$_plugins" should not be prefixed with an underscore to indicate visibility
(#117) Missing member variable doc comment
(#118) Property name "$_allplugins" should not be prefixed with an underscore to indicate visibility
(#118) Missing member variable doc comment
(#119) Property name "$_roles" should not be prefixed with an underscore to indicate visibility
(#119) Missing member variable doc comment
(#120) Property name "$_assignableroles" should not be prefixed with an underscore to indicate visibility
(#120) Missing member variable doc comment
(#121) Property name "$_assignablerolesothers" should not be prefixed with an underscore to indicate visibility
(#121) Missing member variable doc comment
(#122) Property name "$_groups" should not be prefixed with an underscore to indicate visibility
(#122) Missing member variable doc comment
(#136) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#136) Multi-line function declarations must define one parameter per line
(#136) Multi-line function declarations must define one parameter per line
(#137) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#137) Multi-line function declarations must define one parameter per line
(#137) Multi-line function declarations must define one parameter per line
(#137) Multi-line function declarations must define one parameter per line
(#137) The closing parenthesis of a multi-line function declaration must be on a new line
(#162) Docblock tag "@global" is not recommended.
(#168) Long list syntax is not allowed
(#169) Long list syntax is not allowed
(#188) Docblock tag "@global" is not recommended.
(#194) Long list syntax is not allowed
(#194) Line exceeds 132 characters; contains 135 characters
(#220) Docblock tag "@global" is not recommended.
(#234) Long list syntax is not allowed
(#235) Long list syntax is not allowed
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) This comment is 66% valid code; is this commented out code?
(#240) No space found before comment text; expected "// $ufields = user_picture::fields('u', $extrafields);" but found "//$ufields = user_picture::fields('u', $extrafields);"
(#241) No space found before comment text; expected "// $ufields = \core_user\fields::for_userpic($this->get_context())->get_sql('u', false, '', 'u.id');" but found "//$ufields = \core_user\fields::for_userpic($this->get_context())->get_sql('u', false, '', 'u.id');"
(#242) Line exceeds maximum limit of 180 characters; contains 203 characters
(#275) Long list syntax is not allowed
(#282) Long list syntax is not allowed
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Short array syntax must be used to define arrays
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Short array syntax must be used to define arrays
(#316) Short array syntax must be used to define arrays
(#325) Docblock tag "@global" is not recommended.
(#332) Incorrect spacing between argument "$direction" and equals sign; expected 1 but found 0
(#332) Incorrect spacing between default value and equals sign for argument "$direction"; expected 1 but found 0
(#332) Incorrect spacing between argument "$page" and equals sign; expected 1 but found 0
(#332) Incorrect spacing between default value and equals sign for argument "$page"; expected 1 but found 0
(#332) Incorrect spacing between argument "$perpage" and equals sign; expected 1 but found 0
(#332) Incorrect spacing between default value and equals sign for argument "$perpage"; expected 1 but found 0
(#339) Long list syntax is not allowed
(#339) Line exceeds 132 characters; contains 135 characters
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Short array syntax must be used to define arrays
(#376) Short array syntax must be used to define arrays
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#405) This comment is 66% valid code; is this commented out code?
(#405) No space found before comment text; expected "// $ufields = user_picture::fields('u', $extrafields);" but found "//$ufields = user_picture::fields('u', $extrafields);"
(#406) No space found before comment text; expected "// $ufields = \core_user\fields::for_userpic($this->get_context())->get_sql('u', false, '', 'u.id');" but found "//$ufields = \core_user\fields::for_userpic($this->get_context())->get_sql('u', false, '', 'u.id');"
(#407) Line exceeds maximum limit of 180 characters; contains 199 characters
(#410) Short array syntax must be used to define arrays
(#428) Incorrect spacing between argument "$addedenrollment" and equals sign; expected 1 but found 0
(#428) Incorrect spacing between default value and equals sign for argument "$addedenrollment"; expected 1 but found 0
(#428) Line exceeds 132 characters; contains 137 characters
(#431) Long list syntax is not allowed
(#435) Opening parenthesis of a multi-line function call must be the last content on the line
(#436) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#436) Only one argument is allowed per line in a multi-line function call
(#436) Only one argument is allowed per line in a multi-line function call
(#436) Closing parenthesis of a multi-line function call must be on a line by itself
(#438) Short array syntax must be used to define arrays
(#444) Docblock tag "@global" is not recommended.
(#453) Incorrect spacing between argument "$search" and equals sign; expected 1 but found 0
(#453) Incorrect spacing between default value and equals sign for argument "$search"; expected 1 but found 0
(#453) Incorrect spacing between argument "$searchanywhere" and equals sign; expected 1 but found 0
(#453) Incorrect spacing between default value and equals sign for argument "$searchanywhere"; expected 1 but found 0
(#453) Incorrect spacing between argument "$page" and equals sign; expected 1 but found 0
(#453) Incorrect spacing between default value and equals sign for argument "$page"; expected 1 but found 0
(#453) Incorrect spacing between argument "$perpage" and equals sign; expected 1 but found 0
(#453) Incorrect spacing between default value and equals sign for argument "$perpage"; expected 1 but found 0
(#453) Incorrect spacing between argument "$addedenrollment" and equals sign; expected 1 but found 0
(#453) Incorrect spacing between default value and equals sign for argument "$addedenrollment"; expected 1 but found 0
(#456) Long list syntax is not allowed
(#458) Expected at least 1 space before "."; 0 found
(#458) Expected at least 1 space after "."; 0 found
(#472) Docblock tag "@global" is not recommended.
(#479) Incorrect spacing between argument "$search" and equals sign; expected 1 but found 0
(#479) Incorrect spacing between default value and equals sign for argument "$search"; expected 1 but found 0
(#479) Incorrect spacing between argument "$searchanywhere" and equals sign; expected 1 but found 0
(#479) Incorrect spacing between default value and equals sign for argument "$searchanywhere"; expected 1 but found 0
(#479) Incorrect spacing between argument "$page" and equals sign; expected 1 but found 0
(#479) Incorrect spacing between default value and equals sign for argument "$page"; expected 1 but found 0
(#479) Incorrect spacing between argument "$perpage" and equals sign; expected 1 but found 0
(#479) Incorrect spacing between default value and equals sign for argument "$perpage"; expected 1 but found 0
(#482) Long list syntax is not allowed
(#499) Docblock tag "@global" is not recommended.
(#509) Short array syntax must be used to define arrays
(#513) Long list syntax is not allowed
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Short array syntax must be used to define arrays
(#521) Short array syntax must be used to define arrays
(#553) Inline comments must start with a capital letter, digit or 3-dots sequence
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#610) Line exceeds 132 characters; contains 138 characters
(#610) Inline comments must start with a capital letter, digit or 3-dots sequence
(#610) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Short array syntax must be used to define arrays
(#616) Long list syntax is not allowed
(#647) Docblock tag "@global" is not recommended.
(#653) Long list syntax is not allowed
(#654) Line exceeds 132 characters; contains 150 characters
(#671) Short array syntax must be used to define arrays
(#676) Short array syntax must be used to define arrays
(#680) Short array syntax must be used to define arrays
(#686) Docblock tag "@global" is not recommended.
(#694) Logical operator "and" is prohibited; use "&&" instead
(#700) Short array syntax must be used to define arrays
(#701) Short array syntax must be used to define arrays
(#701) Line exceeds 132 characters; contains 138 characters
(#756) Docblock tag "@global" is not recommended.
(#797) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Long list syntax is not allowed
(#799) Line exceeds 132 characters; contains 138 characters
(#824) Short array syntax must be used to define arrays
(#832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#832) Inline comments must end in full-stops, exclamation marks, or question marks
(#857) Docblock tag "@global" is not recommended.
(#863) Long list syntax is not allowed
(#894) Short array syntax must be used to define arrays
(#895) There should be a comma after the last array item in a multi-line array.
(#947) Line exceeds 132 characters; contains 137 characters
(#957) Whitespace found at end of line
(#958) Short array syntax must be used to define arrays
(#965) Parentheses must be used when instantiating a new class
(#982) There must be no space before the colon in a CASE statement
(#983) Inline comments must end in full-stops, exclamation marks, or question marks
(#986) There must be no space before the colon in a CASE statement
(#996) Short array syntax must be used to define arrays
(#998) Short array syntax must be used to define arrays
(#1000) There should be a comma after the last array item in a multi-line array.
(#1036) Whitespace found at end of line
(#1039) Short array syntax must be used to define arrays
(#1043) Inline comments must end in full-stops, exclamation marks, or question marks
(#1044) Short array syntax must be used to define arrays
(#1047) Logical operator "and" is prohibited; use "&&" instead
(#1050) Short array syntax must be used to define arrays
(#1053) Inline comments must end in full-stops, exclamation marks, or question marks
(#1055) Short array syntax must be used to define arrays
(#1056) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1056) Expected 1 space after FOREACH keyword; 0 found
(#1060) Inline comments must end in full-stops, exclamation marks, or question marks
(#1061) Short array syntax must be used to define arrays
(#1064) Short array syntax must be used to define arrays
(#1068) Short array syntax must be used to define arrays
(#1068) There should be a comma after the last array item in a multi-line array.
(#1071) Logical operator "and" is prohibited; use "&&" instead
(#1072) Short array syntax must be used to define arrays
(#1072) Line exceeds 132 characters; contains 145 characters
(#1085) Short array syntax must be used to define arrays
(#1088) Logical operator "or" is prohibited; use "||" instead
(#1088) Logical operator "or" is prohibited; use "||" instead
(#1088) Line exceeds 132 characters; contains 145 characters
(#1089) There should be a comma after the last array item in a multi-line array.
(#1113) Short array syntax must be used to define arrays
(#1130) Missing docblock for function get_manual_enrol_buttons
(#1133) Short array syntax must be used to define arrays
(#1145) Missing docblock for function has_instance
(#1146) Inline comments must end in full-stops, exclamation marks, or question marks
(#1180) Docblock tag "@global" is not recommended.
(#1190) Expected "if (...) {\n"; found "if (...) {\n"
(#1190) Expected 1 space after IF keyword; 2 found
(#1192) Short array syntax must be used to define arrays
(#1194) Long list syntax is not allowed
(#1197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1197) This comment is 66% valid code; is this commented out code?
(#1197) No space found before comment text; expected "// $ufields = user_picture::fields('u', $extrafields);" but found "//$ufields = user_picture::fields('u', $extrafields);"
(#1198) No space found before comment text; expected "// $ufields = \core_user\fields::for_userpic($this->get_context())->get_sql('u', false, '', 'u.id');" but found "//$ufields = \core_user\fields::for_userpic($this->get_context())->get_sql('u', false, '', 'u.id');"
(#1199) Line exceeds maximum limit of 180 characters; contains 199 characters
(#1201) Long list syntax is not allowed
(#1203) Long list syntax is not allowed
(#1205) Line exceeds 132 characters; contains 157 characters
(#1213) Short array syntax must be used to define arrays
(#1219) Short array syntax must be used to define arrays
(#1237) Each class must be in a file by itself
(#1237) Opening brace must not be followed by a blank line
(#1243) Short array syntax must be used to define arrays
(#1249) Short array syntax must be used to define arrays
(#1255) Short array syntax must be used to define arrays
(#1260) Docblock tag "@staticvar" is not recommended.
(#1267) Expected no spaces between $count and the increment operator; 1 found
(#1270) Expected at least 1 space before "."; 0 found
(#1270) Expected at least 1 space after "."; 0 found
(#1282) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $arguments.
(#1282) Line exceeds 132 characters; contains 145 characters
(#1283) Parentheses must be used when instantiating a new class
(#1300) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $extraarguments.
(#1300) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $module.
(#1301) Parentheses must be used when instantiating a new class
(#1317) Parentheses must be used when instantiating a new class
(#1351) Each class must be in a file by itself
(#1351) Opening brace must not be followed by a blank line
(#1375) Short array syntax must be used to define arrays
(#1384) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $attributes.
(#1427) Missing docblock for class enrol_ajax_exception
(#1427) Each class must be in a file by itself
(#1432) Line exceeds 132 characters; contains 151 characters
(#1447) Each class must be in a file by itself
(#1447) Opening brace must not be followed by a blank line
(#1466) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $plugin.
enrol/waitlist/locallib.php
(#1) DocBlock missing a @package tag for file locallib.php. Expected @package enrol_waitlist
(#31) Missing docblock for class enrol_waitlist_enrol_form
(#32) Missing member variable doc comment
(#34) Missing docblock for function get_form_identifier
(#35) Expected at least 1 space before "."; 0 found
(#35) Expected at least 1 space after "."; 0 found
(#35) Expected at least 1 space before "."; 0 found
(#35) Expected at least 1 space after "."; 0 found
(#45) Variable "elementName" must be all lower-case
(#45) Expected 1 space before opening brace; found 0
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#46) Variable "elementName" must be all lower-case
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#49) Missing docblock for function definition
(#56) Short array syntax must be used to define arrays
(#56) Expected at least 1 space before "=>"; 0 found
(#56) Expected at least 1 space after "=>"; 0 found
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#57) Whitespace found at end of line
(#59) Short array syntax must be used to define arrays
(#59) Expected at least 1 space before "=>"; 0 found
(#59) Expected at least 1 space after "=>"; 0 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Line exceeds 132 characters; contains 171 characters
(#60) Empty ELSE statement detected
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 85% valid code; is this commented out code?
(#64) Variable "currentTime" must be all lower-case
(#65) Variable "isDisabled" must be all lower-case
(#66) Variable "openTime" must be all lower-case
(#66) Variable "closeTime" must be all lower-case
(#67) Expected "if (...) {\n"; found "if(...) { "
(#67) Expected 1 space after IF keyword; 0 found
(#67) Newline required after opening brace
(#67) Variable "openTime" must be all lower-case
(#69) Expected "if (...) {\n"; found "if(...) { "
(#69) Expected 1 space after IF keyword; 0 found
(#69) Newline required after opening brace
(#69) Variable "closeTime" must be all lower-case
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Expected 1 space after IF keyword; 0 found
(#71) Variable "openTime" must be all lower-case
(#71) Expected at least 1 space before "&&"; 0 found
(#71) Expected at least 1 space after "&&"; 0 found
(#71) Variable "currentTime" must be all lower-case
(#71) Variable "openTime" must be all lower-case
(#71) Expected 1 space after closing parenthesis; found 0
(#72) Variable "isDisabled" must be all lower-case
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#75) Expected 1 space after IF keyword; 0 found
(#75) Variable "closeTime" must be all lower-case
(#75) Expected at least 1 space before "&&"; 0 found
(#75) Expected at least 1 space after "&&"; 0 found
(#75) Variable "currentTime" must be all lower-case
(#75) Variable "closeTime" must be all lower-case
(#75) Expected 1 space after closing parenthesis; found 0
(#76) Variable "isDisabled" must be all lower-case
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#80) Expected 1 space after IF keyword; 0 found
(#80) Expected 1 space after closing parenthesis; found 0
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#81) Expected 1 space after IF keyword; 0 found
(#81) Expected 1 space after closing parenthesis; found 0
(#82) Variable "isDisabled" must be all lower-case
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#85) Expected 1 space after IF keyword; 0 found
(#85) Expected 1 space after closing parenthesis; found 0
(#87) No space found after comma in argument list
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "1". Found: no spaces
(#87) No space found after comma in argument list
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "(". Found: no spaces
(#88) No space found after comma in argument list
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "0". Found: no spaces
(#88) No space found after comma in argument list
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "-". Found: no spaces
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#89) Expected 1 space after IF keyword; 0 found
(#89) Expected 1 space after closing parenthesis; found 0
(#90) Variable "isDisabled" must be all lower-case
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#94) Expected 1 space after IF keyword; 0 found
(#94) Variable "isDisabled" must be all lower-case
(#94) Expected 1 space after closing parenthesis; found 0
(#96) No space found after comma in argument list
(#96) Commas (,) must be followed by white space.
(#96) Expected 1 space between the comma and ""<br/><br/><p align='center'><input type='button' value='"". Found: no spaces
(#96) Expected at least 1 space before "."; 0 found
(#96) Expected at least 1 space after "."; 0 found
(#96) Expected at least 1 space before "."; 0 found
(#96) Expected at least 1 space after "."; 0 found
(#96) Line exceeds maximum limit of 180 characters; contains 183 characters
(#97) Expected 1 space after closing brace; 0 found
(#97) Expected "} else {\n"; found "}else{\n"
(#97) Expected 1 space after ELSE keyword; 0 found
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) This comment is 75% valid code; is this commented out code?
(#101) Variable "enroledCount" must be all lower-case
(#101) Short array syntax must be used to define arrays
(#102) Variable "lineCount" must be all lower-case
(#102) Short array syntax must be used to define arrays
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#103) Expected 1 space after IF keyword; 0 found
(#103) Expected 1 space after closing parenthesis; found 0
(#105) Expected 1 space after closing brace; 0 found
(#105) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Expected 1 space after IF keyword; 0 found
(#105) Variable "enroledCount" must be all lower-case
(#105) Expected 1 space after closing parenthesis; found 0
(#107) Expected 1 space after closing brace; 0 found
(#107) Expected "} else {\n"; found "}else{\n"
(#107) Expected 1 space after ELSE keyword; 0 found
(#109) Expected at least 1 space before "."; 0 found
(#109) Expected at least 1 space after "."; 0 found
(#109) Variable "lineCount" must be all lower-case
(#109) Expected at least 1 space before "."; 0 found
(#109) Expected at least 1 space after "."; 0 found
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) This comment is 75% valid code; is this commented out code?
(#114) Variable "htmlElementForSubmit" must be all lower-case
(#114) Expected at least 1 space before "."; 0 found
(#114) Expected at least 1 space after "."; 0 found
(#114) Expected at least 1 space before "."; 0 found
(#114) Expected at least 1 space after "."; 0 found
(#114) Expected at least 1 space before "."; 0 found
(#114) Expected at least 1 space after "."; 0 found
(#114) Expected at least 1 space before "."; 0 found
(#114) Expected at least 1 space after "."; 0 found
(#114) Line exceeds maximum limit of 180 characters; contains 372 characters
(#115) No space found after comma in argument list
(#115) Commas (,) must be followed by white space.
(#115) Expected 1 space between the comma and "$htmlElementForSubmit". Found: no spaces
(#115) Variable "htmlElementForSubmit" must be all lower-case
(#127) Missing docblock for function validation
(#136) Short array syntax must be used to define arrays
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Blank line found at end of control structure
(#167) Expected 1 newline at end of file; 0 found
enrol/waitlist/profile/assign.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file assign.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#18) Expected at least 1 space before "."; 0 found
(#18) Expected at least 1 space after "."; 0 found
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#20) Expected at least 1 space before "."; 0 found
(#20) Expected at least 1 space after "."; 0 found
(#25) Variable "categoryId" must be all lower-case
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#35) Expected 1 space after IF keyword; 0 found
(#35) Variable "categoryId" must be all lower-case
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Variable "categoryId" must be all lower-case
(#41) Short array syntax must be used to define arrays
(#42) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#42) Expected 1 space after FOREACH keyword; 0 found
(#42) Expected 1 space after closing parenthesis; found 0
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#43) Expected 1 space after IF keyword; 0 found
(#43) No space found after comma in argument list
(#43) Commas (,) must be followed by white space.
(#43) Expected 1 space between the comma and "0". Found: no spaces
(#43) No space found after comma in argument list
(#43) Commas (,) must be followed by white space.
(#43) Expected 1 space between the comma and "14". Found: no spaces
(#43) Expected 1 space after closing parenthesis; found 0
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "array". Found: no spaces
(#44) Short array syntax must be used to define arrays
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "0". Found: no spaces
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "14". Found: no spaces
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "''". Found: no spaces
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "$key". Found: no spaces
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#45) Expected 1 space after IF keyword; 0 found
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) This comment is 60% valid code; is this commented out code?
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#50) Expected 1 space after FOREACH keyword; 0 found
(#50) Expected 1 space after closing parenthesis; found 0
(#51) Short array syntax must be used to define arrays
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "'data'". Found: no spaces
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#57) Expected 1 space after IF keyword; 0 found
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#58) Expected 1 space after FOREACH keyword; 0 found
(#58) Expected 1 space after closing parenthesis; found 0
(#59) Short array syntax must be used to define arrays
(#60) Variable "fieldData" must be all lower-case
(#61) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#61) Expected 1 space after FOREACH keyword; 0 found
(#61) Expected 1 space after closing parenthesis; found 0
(#62) Variable "fieldData" must be all lower-case
(#63) Variable "fieldData" must be all lower-case
(#64) Variable "fieldData" must be all lower-case
(#65) Variable "fieldData" must be all lower-case
(#76) Missing docblock for file assign.php
(#76) Variable "categoryId" must be all lower-case
(#78) Missing docblock for file assign.php
(#102) Missing docblock for file assign.php
(#104) File is being unconditionally included; use "require_once" instead
(#110) Short array syntax must be used to define arrays
(#110) Line exceeds 132 characters; contains 134 characters
(#110) Line exceeds 132 characters; contains 134 characters
(#110) Line exceeds 132 characters; contains 134 characters
(#110) Line exceeds 132 characters; contains 134 characters
(#111) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#116) No space found after comma in argument list
(#116) Commas (,) must be followed by white space.
(#116) Expected 1 space between the comma and "array". Found: no spaces
(#116) Short array syntax must be used to define arrays
(#116) Variable "categoryId" must be all lower-case
(#119) Short array syntax must be used to define arrays
(#120) Variable "usedFields" must be all lower-case
(#120) Short array syntax must be used to define arrays
(#122) Variable "savedFields" must be all lower-case
(#122) Short array syntax must be used to define arrays
(#123) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#123) Expected 1 space after FOREACH keyword; 0 found
(#123) Variable "usedFields" must be all lower-case
(#123) Variable "usedField" must be all lower-case
(#123) Expected 1 space after closing parenthesis; found 0
(#124) Variable "savedFields" must be all lower-case
(#124) Variable "usedField" must be all lower-case
(#124) Variable "usedField" must be all lower-case
(#127) Expected "if (...) {\n"; found "if(...){\n"
(#127) Expected 1 space after IF keyword; 0 found
(#127) Expected 1 space after closing parenthesis; found 0
(#130) Expected at least 1 space before "."; 0 found
(#130) Expected at least 1 space after "."; 0 found
(#130) Expected at least 1 space before "."; 0 found
(#130) Expected at least 1 space after "."; 0 found
(#131) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#131) Expected 1 space after FOREACH keyword; 0 found
(#131) Expected 1 space after closing parenthesis; found 0
(#132) Short array syntax must be used to define arrays
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#133) Expected 1 space after IF keyword; 0 found
(#133) Expected 1 space after closing parenthesis; found 0
(#134) Variable "fieldCategory" must be all lower-case
(#134) Short array syntax must be used to define arrays
(#135) Expected at least 1 space before "."; 0 found
(#135) Expected at least 1 space after "."; 0 found
(#135) Variable "fieldCategory" must be all lower-case
(#135) Expected at least 1 space before "."; 0 found
(#135) Expected at least 1 space after "."; 0 found
(#136) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#136) Expected 1 space after FOREACH keyword; 0 found
(#136) Expected 1 space after closing parenthesis; found 0
(#138) Variable "checkedVal" must be all lower-case
(#139) Expected "if (...) {\n"; found "if(...){\n"
(#139) Expected 1 space after IF keyword; 0 found
(#139) Variable "savedFields" must be all lower-case
(#139) Expected 1 space after closing parenthesis; found 0
(#140) Expected "if (...) {\n"; found "if(...) { "
(#140) Expected 1 space after IF keyword; 0 found
(#140) Variable "savedFields" must be all lower-case
(#140) Newline required after opening brace
(#142) Variable "checkedVal" must be all lower-case
(#143) Expected 1 space after closing brace; 0 found
(#143) Expected "} else {\n"; found "}else{\n"
(#143) Expected 1 space after ELSE keyword; 0 found
(#144) Expected "if (...) {\n"; found "if(...){\n"
(#144) Expected 1 space after IF keyword; 0 found
(#144) Expected 1 space after closing parenthesis; found 0
(#146) Variable "checkedVal" must be all lower-case
(#150) Expected at least 1 space before "."; 0 found
(#150) Expected at least 1 space after "."; 0 found
(#150) Expected at least 1 space before "."; 0 found
(#150) Expected at least 1 space after "."; 0 found
(#152) Expected at least 1 space before "."; 0 found
(#152) Expected at least 1 space after "."; 0 found
(#152) Expected at least 1 space before "."; 0 found
(#152) Expected at least 1 space after "."; 0 found
(#152) Expected at least 1 space before "."; 0 found
(#152) Expected at least 1 space after "."; 0 found
(#152) Expected at least 1 space before "."; 0 found
(#152) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Variable "checkedVal" must be all lower-case
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Expected at least 1 space before "."; 0 found
(#155) Expected at least 1 space after "."; 0 found
(#155) Line exceeds maximum limit of 180 characters; contains 245 characters
(#155) Line exceeds maximum limit of 180 characters; contains 245 characters
(#155) Line exceeds maximum limit of 180 characters; contains 245 characters
(#155) Line exceeds maximum limit of 180 characters; contains 245 characters
(#162) Expected 1 space after closing brace; 0 found
(#162) Expected "} else {\n"; found "}else{\n"
(#162) Expected 1 space after ELSE keyword; 0 found
(#163) No space found after comma in argument list
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space between the comma and "'local_course_fields'". Found: no spaces
(#166) Short array syntax must be used to define arrays
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
enrol/waitlist/profile/assign_form.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#20) Expected at least 1 space before "."; 0 found
(#20) Expected at least 1 space after "."; 0 found
(#22) Missing @copyright tag
(#22) Missing @license tag
(#22) Missing docblock for class course_fields_assign_form
(#23) Missing docblock for function definition
(#23) Visibility must be declared on method "definition"
(#23) Expected "function abc(...)"; found "function abc (...)"
(#23) Expected 0 spaces after "definition"; 1 found
(#23) Expected 0 spaces before opening parenthesis; 1 found
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "$DB". Found: no spaces
(#28) Short array syntax must be used to define arrays
(#30) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#30) Expected 1 space after FOREACH keyword; 0 found
(#30) Expected 1 space after closing parenthesis; found 0
(#37) Expected 1 newline at end of file; 0 found
enrol/waitlist/profile/definelib.php
(#1) Missing docblock for file definelib.php
(#17) Missing docblock for class waitlist_fields_profile_define_base
(#17) Opening brace must not be followed by a blank line
(#23) Visibility must be declared on method "define_form"
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) This comment is 72% valid code; is this commented out code?
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) This comment is 72% valid code; is this commented out code?
(#39) Visibility must be declared on method "define_form_common"
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) This comment is 76% valid code; is this commented out code?
(#52) Variable "editorOptions" must be all lower-case
(#52) Short array syntax must be used to define arrays
(#53) Variable "editorOptions" must be all lower-case
(#54) Variable "editorOptions" must be all lower-case
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) This comment is 74% valid code; is this commented out code?
(#62) Short array syntax must be used to define arrays
(#63) This comment is 64% valid code; is this commented out code?
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) This comment is 68% valid code; is this commented out code?
(#74) This comment is 68% valid code; is this commented out code?
(#80) Missing docblock for function define_form_category
(#80) Visibility must be declared on method "define_form_category"
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#82) Expected 1 space after FOREACH keyword; 0 found
(#82) Expected 1 space after closing parenthesis; found 0
(#83) No space found after comma in argument list
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "'categoryid[]'". Found: no spaces
(#83) No space found after comma in argument list
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "$choice". Found: no spaces
(#83) No space found after comma in argument list
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "null". Found: no spaces
(#83) No space found after comma in argument list
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "null". Found: no spaces
(#83) No space found after comma in argument list
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "array". Found: no spaces
(#83) Short array syntax must be used to define arrays
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "$cid". Found: no spaces
(#92) Visibility must be declared on method "define_form_specific"
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 3 slashes comments are not allowed; use "// Comment." instead
(#103) Visibility must be declared on method "define_validate"
(#106) Short array syntax must be used to define arrays
(#121) Visibility must be declared on method "define_validate_common"
(#124) Short array syntax must be used to define arrays
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) 3 slashes comments are not allowed; use "// Comment." instead
(#129) Blank line found at end of control structure
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) 3 slashes comments are not allowed; use "// Comment." instead
(#132) Short array syntax must be used to define arrays
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) 3 slashes comments are not allowed; use "// Comment." instead
(#134) Logical operator "and" is prohibited; use "&&" instead
(#138) Line exceeds 132 characters; contains 149 characters
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) 3 slashes comments are not allowed; use "// Comment." instead
(#152) Visibility must be declared on method "define_validate_specific"
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) 3 slashes comments are not allowed; use "// Comment." instead
(#154) Short array syntax must be used to define arrays
(#161) Visibility must be declared on method "define_after_data"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#170) Visibility must be declared on method "define_save"
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 3 slashes comments are not allowed; use "// Comment." instead
(#177) Short array syntax must be used to define arrays
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) 3 slashes comments are not allowed; use "// Comment." instead
(#181) This comment is 60% valid code; is this commented out code?
(#189) No space found after comma in argument list
(#189) Commas (,) must be followed by white space.
(#189) Expected 1 space between the comma and "null". Found: no spaces
(#204) Visibility must be declared on method "define_save_preprocess"
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) 3 slashes comments are not allowed; use "// Comment." instead
(#217) Visibility must be declared on method "define_editors"
(#218) Short array syntax must be used to define arrays
(#228) DocBlock missing a @package tag for function profile_reorder_fields. Expected @package enrol_waitlist
(#241) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#247) DocBlock missing a @package tag for function profile_reorder_categories. Expected @package enrol_waitlist
(#266) DocBlock missing a @package tag for function profile_delete_category. Expected @package enrol_waitlist
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) 3 slashes comments are not allowed; use "// Comment." instead
(#270) Short array syntax must be used to define arrays
(#271) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#275) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#279) This comment is 65% valid code; is this commented out code?
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) 3 slashes comments are not allowed; use "// Comment." instead
(#285) Short array syntax must be used to define arrays
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Short array syntax must be used to define arrays
(#296) Short array syntax must be used to define arrays
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) This comment is 84% valid code; is this commented out code?
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) 3 slashes comments are not allowed; use "// Comment." instead
(#309) Short array syntax must be used to define arrays
(#310) Short array syntax must be used to define arrays
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) This comment is 75% valid code; is this commented out code?
(#316) Missing docblock for function profile_delete_field
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) 3 slashes comments are not allowed; use "// Comment." instead
(#320) Short array syntax must be used to define arrays
(#321) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) 3 slashes comments are not allowed; use "// Comment." instead
(#325) Short array syntax must be used to define arrays
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) 3 slashes comments are not allowed; use "// Comment." instead
(#337) DocBlock missing a @package tag for function profile_move_field. Expected @package enrol_waitlist
(#340) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) 3 slashes comments are not allowed; use "// Comment." instead
(#341) Short array syntax must be used to define arrays
(#344) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) 3 slashes comments are not allowed; use "// Comment." instead
(#345) No space found after comma in argument list
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space between the comma and "null". Found: no spaces
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) 3 slashes comments are not allowed; use "// Comment." instead
(#348) Expected 0 spaces after opening bracket; 1 found
(#348) Logical operator "and" is prohibited; use "&&" instead
(#350) Expected 0 spaces after opening bracket; 1 found
(#350) Logical operator "and" is prohibited; use "&&" instead
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) 3 slashes comments are not allowed; use "// Comment." instead
(#357) Short array syntax must be used to define arrays
(#357) Blank line found at start of control structure
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) 3 slashes comments are not allowed; use "// Comment." instead
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) 3 slashes comments are not allowed; use "// Comment." instead
(#377) DocBlock missing a @package tag for function profile_move_category. Expected @package enrol_waitlist
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) 3 slashes comments are not allowed; use "// Comment." instead
(#380) Short array syntax must be used to define arrays
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) 3 slashes comments are not allowed; use "// Comment." instead
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) 3 slashes comments are not allowed; use "// Comment." instead
(#388) Expected 0 spaces after opening bracket; 1 found
(#388) Logical operator "and" is prohibited; use "&&" instead
(#390) Expected 0 spaces after opening bracket; 1 found
(#390) Logical operator "and" is prohibited; use "&&" instead
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) 3 slashes comments are not allowed; use "// Comment." instead
(#397) Short array syntax must be used to define arrays
(#397) No space found after comma in argument list
(#397) Commas (,) must be followed by white space.
(#397) Expected 1 space between the comma and "'id, sortorder'". Found: no spaces
(#397) Blank line found at start of control structure
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) 3 slashes comments are not allowed; use "// Comment." instead
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) 3 slashes comments are not allowed; use "// Comment." instead
(#404) Logical operator "and" is prohibited; use "&&" instead
(#415) DocBlock missing a @package tag for function profile_list_datatypes. Expected @package enrol_waitlist
(#418) Short array syntax must be used to define arrays
(#422) Expected "if (...) {\n"; found "if(...){\n"
(#422) Expected 1 space after IF keyword; 0 found
(#422) Expected 1 space after closing parenthesis; found 0
(#423) Expected at least 1 space before "."; 0 found
(#423) Expected at least 1 space after "."; 0 found
(#426) Expected "if (...) {\n"; found "if(...){\n"
(#426) Expected 1 space after IF keyword; 0 found
(#426) Expected 1 space after closing parenthesis; found 0
(#427) Expected at least 1 space before "."; 0 found
(#427) Expected at least 1 space after "."; 0 found
(#430) Expected "if (...) {\n"; found "if(...){\n"
(#430) Expected 1 space after IF keyword; 0 found
(#430) Expected 1 space after closing parenthesis; found 0
(#431) Expected at least 1 space before "."; 0 found
(#431) Expected at least 1 space after "."; 0 found
(#443) DocBlock missing a @package tag for function profile_list_categories. Expected @package enrol_waitlist
(#446) Short array syntax must be used to define arrays
(#451) This comment is 64% valid code; is this commented out code?
(#461) 3 slashes comments are not allowed; use "// Comment." instead
(#462) Missing docblock for function profile_edit_category
(#468) Short array syntax must be used to define arrays
(#472) Variable "usedCategoryIds" must be all lower-case
(#472) Short array syntax must be used to define arrays
(#473) Variable "courseCategorys" must be all lower-case
(#473) Short array syntax must be used to define arrays
(#474) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#474) Expected 1 space after FOREACH keyword; 0 found
(#474) Variable "courseCategorys" must be all lower-case
(#474) Variable "courseCategory" must be all lower-case
(#474) Expected 1 space after closing parenthesis; found 0
(#475) Variable "usedCategoryIds" must be all lower-case
(#475) Variable "courseCategory" must be all lower-case
(#482) Variable "categoryIds" must be all lower-case
(#482) Short array syntax must be used to define arrays
(#485) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#485) Expected 1 space after FOREACH keyword; 0 found
(#485) Expected 1 space after closing parenthesis; found 0
(#486) Expected "if (...) {\n"; found "if(...){\n"
(#486) Expected 1 space after IF keyword; 0 found
(#486) Expected 1 space after closing parenthesis; found 0
(#487) Variable "categoryIds" must be all lower-case
(#495) Expected "if (...) {\n"; found "if(...){\n"
(#495) Expected 1 space after IF keyword; 0 found
(#495) Expected 1 space after closing parenthesis; found 0
(#496) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#496) Expected 1 space after FOREACH keyword; 0 found
(#496) Variable "categoryIds" must be all lower-case
(#496) Expected 1 space after closing parenthesis; found 0
(#504) Short array syntax must be used to define arrays
(#505) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#505) Expected 1 space after FOREACH keyword; 0 found
(#505) Variable "categoryIds" must be all lower-case
(#505) Expected 1 space after closing parenthesis; found 0
(#515) Blank line found at end of control structure
(#523) Variable "usedCategoryIds" must be all lower-case
(#523) No space found after comma in argument list
(#523) Commas (,) must be followed by white space.
(#523) Expected 1 space between the comma and "0". Found: no spaces
(#524) Expected "if (...) {\n"; found "if(...){\n"
(#524) Expected 1 space after IF keyword; 0 found
(#524) Expected 1 space after closing parenthesis; found 0
(#527) Expected at least 1 space before "."; 0 found
(#527) Expected at least 1 space after "."; 0 found
(#527) No space found after comma in argument list
(#527) Commas (,) must be followed by white space.
(#527) Expected 1 space between the comma and "$usedCategoryIds". Found: no spaces
(#527) Variable "usedCategoryIds" must be all lower-case
(#527) Expected at least 1 space before "."; 0 found
(#527) Expected at least 1 space after "."; 0 found
(#541) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) 3 slashes comments are not allowed; use "// Comment." instead
(#545) Expected "if (...) {\n"; found "if(...){\n"
(#545) Expected 1 space after IF keyword; 0 found
(#545) Expected 1 space after closing parenthesis; found 0
(#552) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#554) Missing docblock for function profile_edit_field
(#557) Short array syntax must be used to define arrays
(#567) This comment is 72% valid code; is this commented out code?
(#576) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Short array syntax must be used to define arrays
(#581) Short array syntax must be used to define arrays
(#586) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) Expected at least 1 space before "."; 0 found
(#590) Expected at least 1 space after "."; 0 found
(#591) Short array syntax must be used to define arrays
(#591) Expected at least 1 space before "."; 0 found
(#591) Expected at least 1 space after "."; 0 found
(#600) Blank line found at end of control structure
(#603) Expected at least 1 space before "."; 0 found
(#603) Expected at least 1 space after "."; 0 found
(#603) Expected at least 1 space before "."; 0 found
(#603) Expected at least 1 space after "."; 0 found
(#603) Expected at least 1 space before "."; 0 found
(#603) Expected at least 1 space after "."; 0 found
(#604) Expected at least 1 space before "."; 0 found
(#604) Expected at least 1 space after "."; 0 found
(#608) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) This comment is 62% valid code; is this commented out code?
(#628) Expected at least 1 space before "."; 0 found
(#628) Expected at least 1 space after "."; 0 found
(#633) Whitespace found at end of line
(#645) This comment is 81% valid code; is this commented out code?
(#663) Inline comments must end in full-stops, exclamation marks, or question marks
(#663) 3 slashes comments are not allowed; use "// Comment." instead
(#668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#668) This comment is 65% valid code; is this commented out code?
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#674) Expected 1 blank line at end of file; 4 found
enrol/waitlist/profile/field/checkbox/define.class.php
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#3) Missing @license tag
(#3) Missing docblock for class waitlist_fields_profile_define_checkbox
(#3) Opening brace must not be followed by a blank line
(#5) Missing docblock for function define_form_specific
(#5) Visibility must be declared on method "define_form_specific"
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 3 slashes comments are not allowed; use "// Comment." instead
(#7) This comment is 69% valid code; is this commented out code?
(#13) Expected 1 blank line at end of file; 3 found
enrol/waitlist/profile/field/checkbox/field.class.php
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#3) Missing @license tag
(#3) Missing docblock for class waitlist_fields_profile_field_checkbox
(#3) Opening brace must not be followed by a blank line
(#10) Visibility must be declared on method "waitlist_fields_profile_field_checkbox"
(#10) PHP4 style constructors are not allowed; use "__construct()" instead
(#10) Incorrect spacing between argument "$fieldid" and equals sign; expected 1 but found 0
(#10) Incorrect spacing between default value and equals sign for argument "$fieldid"; expected 1 but found 0
(#10) Incorrect spacing between argument "$courseid" and equals sign; expected 1 but found 0
(#10) Incorrect spacing between default value and equals sign for argument "$courseid"; expected 1 but found 0
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) Short array syntax must be used to define arrays
(#16) Line exceeds 132 characters; contains 138 characters
(#25) Missing docblock for function edit_field_add
(#25) Visibility must be declared on method "edit_field_add"
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Visibility must be declared on method "display_data"
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#47) Expected 1 blank line at end of file; 3 found
(#47) The closing brace for the class must go on the next line after the body
enrol/waitlist/profile/field/checkbox/lang/en/profilefield_checkbox.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file profilefield_checkbox.php. Expected enrol_waitlist, found profilefield_checkbox.
enrol/waitlist/profile/field/checkbox/version.php
(#1) No one-line description found in phpdocs for docblock of file version.php
(#18) Incorrect @package tag for file version.php. Expected enrol_waitlist, found profilefield.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
enrol/waitlist/profile/field/text/define.class.php
(#20) Incorrect @package tag for file define.class.php. Expected enrol_waitlist, found profilefield_text.
(#31) Opening brace must not be followed by a blank line
(#38) This comment is 60% valid code; is this commented out code?
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) This comment is 47% valid code; is this commented out code?
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) This comment is 47% valid code; is this commented out code?
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) This comment is 44% valid code; is this commented out code?
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) This comment is 52% valid code; is this commented out code?
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 64% valid code; is this commented out code?
(#73) Expected 1 newline at end of file; 0 found
enrol/waitlist/profile/field/text/field.class.php
(#20) Incorrect @package tag for file field.class.php. Expected enrol_waitlist, found profilefield_text.
(#31) Opening brace must not be followed by a blank line
(#41) Logical operator "and" is prohibited; use "&&" instead
(#41) Blank line found at start of control structure
(#45) Expected at least 1 space before "."; 0 found
(#45) Expected at least 1 space after "."; 0 found
(#45) Expected at least 1 space before "."; 0 found
(#45) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Line exceeds 132 characters; contains 138 characters
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#67) Line exceeds 132 characters; contains 140 characters
(#71) Expected 1 blank line at end of file; 3 found
(#71) The closing brace for the class must go on the next line after the body
enrol/waitlist/profile/field/text/lang/en/profilefield_text.php
(#20) Incorrect @package tag for file profilefield_text.php. Expected enrol_waitlist, found profilefield_text.
enrol/waitlist/profile/field/text/version.php
(#20) Incorrect @package tag for file version.php. Expected enrol_waitlist, found profilefield_text.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
enrol/waitlist/profile/field/textarea/define.class.php
(#20) Incorrect @package tag for file define.class.php. Expected enrol_waitlist, found profilefield_textarea.
(#31) Opening brace must not be followed by a blank line
(#38) This comment is 57% valid code; is this commented out code?
(#48) Short array syntax must be used to define arrays
(#50) Expected 1 newline at end of file; 0 found
enrol/waitlist/profile/field/textarea/field.class.php
(#20) Incorrect @package tag for file field.class.php. Expected enrol_waitlist, found profilefield_textarea.
(#31) Opening brace must not be followed by a blank line
(#72) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#84) Expected 1 blank line at end of file; 3 found
(#84) The closing brace for the class must go on the next line after the body
enrol/waitlist/profile/field/textarea/lang/en/profilefield_textarea.php
(#20) Incorrect @package tag for file profilefield_textarea.php. Expected enrol_waitlist, found profilefield_textarea.
enrol/waitlist/profile/field/textarea/version.php
(#20) Incorrect @package tag for file version.php. Expected enrol_waitlist, found profilefield_textarea.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
enrol/waitlist/profile/index.php
(#1) Missing docblock for file index.php
(#18) Expected at least 1 space before "."; 0 found
(#18) Expected at least 1 space after "."; 0 found
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#20) Expected at least 1 space before "."; 0 found
(#20) Expected at least 1 space after "."; 0 found
(#26) Expected at least 1 space before "."; 0 found
(#26) Expected at least 1 space after "."; 0 found
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) This comment is 67% valid code; is this commented out code?
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#45) No space found after comma in argument list
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space between the comma and "get_string". Found: no spaces
(#65) No space found after comma in argument list
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space between the comma and "get_string". Found: no spaces
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) 3 slashes comments are not allowed; use "// Comment." instead
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 74% valid code; is this commented out code?
(#84) File is being unconditionally included; use "require_once" instead
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) This comment is 48% valid code; is this commented out code?
(#87) 3 slashes comments are not allowed; use "// Comment." instead
(#88) This comment is 70% valid code; is this commented out code?
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) This comment is 71% valid code; is this commented out code?
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) This comment is 64% valid code; is this commented out code?
(#101) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#109) Short array syntax must be used to define arrays
(#112) This comment is 62% valid code; is this commented out code?
(#113) Line exceeds maximum limit of 180 characters; contains 205 characters
(#113) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) This comment is 64% valid code; is this commented out code?
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) 3 slashes comments are not allowed; use "// Comment." instead
(#139) Short array syntax must be used to define arrays
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found after comma in argument list
(#142) Commas (,) must be followed by white space.
(#142) Expected 1 space between the comma and "array". Found: no spaces
(#142) Short array syntax must be used to define arrays
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) This comment is 70% valid code; is this commented out code?
(#147) This comment is 54% valid code; is this commented out code?
(#147) 3 slashes comments are not allowed; use "// Comment." instead
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Missing docblock for function profile_category_icons
(#164) Short array syntax must be used to define arrays
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) 3 slashes comments are not allowed; use "// Comment." instead
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Expected at least 1 space before "."; 0 found
(#167) Expected at least 1 space after "."; 0 found
(#167) Line exceeds maximum limit of 180 characters; contains 194 characters
(#169) 3 slashes comments are not allowed; use "// Comment." instead
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) 3 slashes comments are not allowed; use "// Comment." instead
(#171) Expected 0 spaces after opening bracket; 1 found
(#171) Logical operator "or" is prohibited; use "||" instead
(#171) Expected 0 spaces before closing bracket; 1 found
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
(#172) Expected at least 1 space before "."; 0 found
(#172) Expected at least 1 space after "."; 0 found
(#172) Line exceeds 132 characters; contains 134 characters
(#173) Expected at least 1 space before "."; 0 found
(#173) Expected at least 1 space after "."; 0 found
(#173) Expected at least 1 space before "."; 0 found
(#173) Expected at least 1 space after "."; 0 found
(#173) Expected at least 1 space before "."; 0 found
(#173) Expected at least 1 space after "."; 0 found
(#175) Expected at least 1 space before "."; 0 found
(#175) Expected at least 1 space after "."; 0 found
(#177) This comment is 52% valid code; is this commented out code?
(#180) Line exceeds maximum limit of 180 characters; contains 236 characters
(#187) Line exceeds maximum limit of 180 characters; contains 244 characters
(#201) DocBlock missing a @package tag for function profile_field_icons. Expected @package enrol_waitlist
(#210) Short array syntax must be used to define arrays
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) 3 slashes comments are not allowed; use "// Comment." instead
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Expected at least 1 space before "."; 0 found
(#213) Expected at least 1 space after "."; 0 found
(#213) Line exceeds maximum limit of 180 characters; contains 188 characters
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) 3 slashes comments are not allowed; use "// Comment." instead
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#217) Expected at least 1 space before "."; 0 found
(#217) Expected at least 1 space after "."; 0 found
(#217) Expected at least 1 space before "."; 0 found
(#217) Expected at least 1 space after "."; 0 found
(#217) Expected at least 1 space before "."; 0 found
(#217) Expected at least 1 space after "."; 0 found
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) 3 slashes comments are not allowed; use "// Comment." instead
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#221) Line exceeds maximum limit of 180 characters; contains 232 characters
(#223) Expected at least 1 space before "."; 0 found
(#223) Expected at least 1 space after "."; 0 found
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) 3 slashes comments are not allowed; use "// Comment." instead
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Line exceeds maximum limit of 180 characters; contains 240 characters
(#230) Expected at least 1 space before "."; 0 found
(#230) Expected at least 1 space after "."; 0 found
(#234) Expected 1 blank line at end of file; 4 found
enrol/waitlist/profile/index_category_form.php
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#21) Missing @copyright tag
(#21) Missing @license tag
(#21) Missing docblock for class category_form
(#21) Opening brace must not be followed by a blank line
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Missing docblock for function definition
(#24) Visibility must be declared on method "definition"
(#24) Expected "function abc(...)"; found "function abc (...)"
(#24) Expected 0 spaces after "definition"; 1 found
(#24) Expected 0 spaces before opening parenthesis; 1 found
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#43) Expected 1 space after FOREACH keyword; 0 found
(#43) Expected 1 space after closing parenthesis; found 0
(#45) Short array syntax must be used to define arrays
(#46) Variable "marginLeft" must be all lower-case
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#47) Expected 1 space after IF keyword; 0 found
(#47) Variable "marginLeft" must be all lower-case
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Variable "marginLeft" must be all lower-case
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#50) No space found after comma in argument list
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "'<div'". Found: no spaces
(#50) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space after "."; 0 found
(#50) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space after "."; 0 found
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "'categoryid[]'". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "$choice". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "null". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "null". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "array". Found: no spaces
(#51) Short array syntax must be used to define arrays
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "$cid". Found: no spaces
(#52) No space found after comma in argument list
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space between the comma and "'</div>'". Found: no spaces
(#57) Closing brace must not be followed by any comment or statement on the same line
(#57) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) 3 slashes comments are not allowed; use "// Comment." instead
(#60) Missing docblock for function validation
(#60) Visibility must be declared on method "validation"
(#66) Short array syntax must be used to define arrays
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) 3 slashes comments are not allowed; use "// Comment." instead
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Short array syntax must be used to define arrays
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Expected 1 space after closing brace; newline found
(#74) Expected "} else {\n"; found "}\n else { // new profile category\n"
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Expected 0 spaces before closing bracket; 1 found
(#85) Missing docblock for function profile_list_categories
(#85) Visibility must be declared on method "profile_list_categories"
(#88) Short array syntax must be used to define arrays
(#92) Expected 1 blank line at end of file; 3 found
enrol/waitlist/profile/index_field_form.php
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#21) Missing @copyright tag
(#21) Missing @license tag
(#21) Missing docblock for class field_form
(#21) Opening brace must not be followed by a blank line
(#23) Missing member variable doc comment
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$field"
(#23) The var keyword must not be used to declare a property
(#23) Visibility must be declared on property "$field"
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Missing docblock for function definition
(#26) Visibility must be declared on method "definition"
(#26) Expected "function abc(...)"; found "function abc (...)"
(#26) Expected 0 spaces after "definition"; 1 found
(#26) Expected 0 spaces before opening parenthesis; 1 found
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) 3 slashes comments are not allowed; use "// Comment." instead
(#33) Expected at least 1 space before "."; 0 found
(#33) Expected at least 1 space after "."; 0 found
(#33) Expected at least 1 space before "."; 0 found
(#33) Expected at least 1 space after "."; 0 found
(#33) Expected at least 1 space before "."; 0 found
(#33) Expected at least 1 space after "."; 0 found
(#34) Expected at least 1 space before "."; 0 found
(#34) Expected at least 1 space after "."; 0 found
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#54) Missing docblock for function definition_after_data
(#54) Visibility must be declared on method "definition_after_data"
(#54) Expected "function abc(...)"; found "function abc (...)"
(#54) Expected 0 spaces after "definition_after_data"; 1 found
(#54) Expected 0 spaces before opening parenthesis; 1 found
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) 3 slashes comments are not allowed; use "// Comment." instead
(#61) Missing docblock for function validation
(#61) Visibility must be declared on method "validation"
(#65) Missing docblock for function editors
(#65) Visibility must be declared on method "editors"
(#68) Expected 1 blank line at end of file; 3 found
enrol/waitlist/profile/lib.php
(#1) Missing docblock for file lib.php
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) 3 slashes comments are not allowed; use "// Comment." instead
(#19) Space before opening parenthesis of function call prohibited
(#19) Expected 1 space after comma in argument list; 5 found
(#19) Expected 1 space between the comma and "'2'". Found: 5 spaces
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Space before opening parenthesis of function call prohibited
(#20) Line exceeds 132 characters; contains 136 characters
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Space before opening parenthesis of function call prohibited
(#21) Expected 1 space after comma in argument list; 4 found
(#21) Expected 1 space between the comma and "'0'". Found: 4 spaces
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) DocBlock missing a @package tag for class course_fields_profile_field_base. Expected @package enrol_waitlist
(#28) Opening brace must not be followed by a blank line
(#30) 3 slashes comments are not allowed; use "// Comment." instead
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) 3 slashes comments are not allowed; use "// Comment." instead
(#32) You must use "/**" style comments for a member variable comment
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$fieldid"
(#32) The var keyword must not be used to declare a property
(#32) Visibility must be declared on property "$fieldid"
(#33) Missing member variable doc comment
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$courseid"
(#33) The var keyword must not be used to declare a property
(#33) Visibility must be declared on property "$courseid"
(#35) Missing member variable doc comment
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$field"
(#35) The var keyword must not be used to declare a property
(#35) Visibility must be declared on property "$field"
(#36) Missing member variable doc comment
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$inputname"
(#36) The var keyword must not be used to declare a property
(#36) Visibility must be declared on property "$inputname"
(#37) Missing member variable doc comment
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$data"
(#37) The var keyword must not be used to declare a property
(#37) Visibility must be declared on property "$data"
(#38) Missing member variable doc comment
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$dataformat"
(#38) The var keyword must not be used to declare a property
(#38) Visibility must be declared on property "$dataformat"
(#45) This comment is 70% valid code; is this commented out code?
(#46) Missing docblock for function __construct
(#46) Visibility must be declared on method "__construct"
(#46) Incorrect spacing between argument "$fieldid" and equals sign; expected 1 but found 0
(#46) Incorrect spacing between default value and equals sign for argument "$fieldid"; expected 1 but found 0
(#46) Incorrect spacing between argument "$courseid" and equals sign; expected 1 but found 0
(#46) Incorrect spacing between default value and equals sign for argument "$courseid"; expected 1 but found 0
(#61) Visibility must be declared on method "edit_field_add"
(#62) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#71) Visibility must be declared on method "display_data"
(#82) Visibility must be declared on method "edit_field"
(#84) Blank line found at start of control structure
(#99) Visibility must be declared on method "edit_after_data"
(#101) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#102) Each line in a multi-line control structure must be indented at least once; expected at least 12 spaces, but found 10
(#102) Logical operator "or" is prohibited; use "||" instead
(#102) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#114) Visibility must be declared on method "edit_save_data"
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) This comment is 77% valid code; is this commented out code?
(#125) Variable "filedName" must be all lower-case
(#125) No space found after comma in argument list
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space between the comma and "''". Found: no spaces
(#125) No space found after comma in argument list
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space between the comma and "$this". Found: no spaces
(#126) No space found after comma in argument list
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space between the comma and "array". Found: no spaces
(#126) Short array syntax must be used to define arrays
(#126) Variable "filedName" must be all lower-case
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) This comment is 59% valid code; is this commented out code?
(#132) Short array syntax must be used to define arrays
(#132) Line exceeds 132 characters; contains 134 characters
(#144) Visibility must be declared on method "edit_validate_field"
(#147) Short array syntax must be used to define arrays
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) 3 slashes comments are not allowed; use "// Comment." instead
(#150) Logical operator "and" is prohibited; use "&&" instead
(#150) Line exceeds 132 characters; contains 180 characters
(#151) Opening parenthesis of a multi-line function call must be the last content on the line
(#156) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#156) Short array syntax must be used to define arrays
(#156) Closing parenthesis of a multi-line function call must be on a line by itself
(#177) Visibility must be declared on method "edit_field_set_default"
(#187) Visibility must be declared on method "edit_field_set_required"
(#198) Visibility must be declared on method "edit_field_set_locked"
(#202) Logical operator "and" is prohibited; use "&&" instead
(#214) Visibility must be declared on method "edit_save_data_preprocess"
(#223) Visibility must be declared on method "edit_load_course_data"
(#235) Visibility must be declared on method "is_user_object_data"
(#246) Visibility must be declared on method "set_courseid"
(#254) Visibility must be declared on method "set_fieldid"
(#262) Visibility must be declared on method "load_data"
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) 3 slashes comments are not allowed; use "// Comment." instead
(#266) Logical operator "or" is prohibited; use "||" instead
(#266) Short array syntax must be used to define arrays
(#271) Expected at least 1 space before "."; 0 found
(#271) Expected at least 1 space after "."; 0 found
(#275) Short array syntax must be used to define arrays
(#275) Line exceeds 132 characters; contains 150 characters
(#291) Visibility must be declared on method "is_visible"
(#301) Opening parenthesis of a multi-line function call must be the last content on the line
(#302) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#302) Closing parenthesis of a multi-line function call must be on a line by itself
(#305) Opening parenthesis of a multi-line function call must be the last content on the line
(#306) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#306) Closing parenthesis of a multi-line function call must be on a line by itself
(#314) Visibility must be declared on method "is_empty"
(#315) Logical operator "and" is prohibited; use "&&" instead
(#322) Visibility must be declared on method "is_required"
(#323) Short form type keywords must be used. Found: (boolean)
(#330) Visibility must be declared on method "is_locked"
(#331) Short form type keywords must be used. Found: (boolean)
(#338) Visibility must be declared on method "is_unique"
(#339) Short form type keywords must be used. Found: (boolean)
(#346) Visibility must be declared on method "is_signup_field"
(#347) Short form type keywords must be used. Found: (boolean)
(#351) Closing brace must not be followed by any comment or statement on the same line
(#351) The closing brace for the class must go on the next line after the body
(#356) Missing docblock for function local_course_profile_load_data
(#361) Expected at least 1 space before "."; 0 found
(#361) Expected at least 1 space after "."; 0 found
(#361) Expected at least 1 space before "."; 0 found
(#361) Expected at least 1 space after "."; 0 found
(#361) Expected at least 1 space before "."; 0 found
(#361) Expected at least 1 space after "."; 0 found
(#362) Expected at least 1 space before "."; 0 found
(#362) Expected at least 1 space after "."; 0 found
(#374) DocBlock missing a @package tag for function profile_course_fields_definition. Expected @package enrol_waitlist
(#374) Expected 1 space between comma and argument "$courseid"; 0 found
(#374) Commas (,) must be followed by white space.
(#374) Expected 1 space between the comma and "$courseid". Found: no spaces
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Short array syntax must be used to define arrays
(#382) Variable "categoryInfo" must be all lower-case
(#382) No space found after comma in argument list
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space between the comma and "array". Found: no spaces
(#382) Short array syntax must be used to define arrays
(#383) Short array syntax must be used to define arrays
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Logical operator "or" is prohibited; use "||" instead
(#394) Expected at least 1 space before "."; 0 found
(#394) Expected at least 1 space after "."; 0 found
(#394) Variable "categoryInfo" must be all lower-case
(#396) Expected at least 1 space before "."; 0 found
(#396) Expected at least 1 space after "."; 0 found
(#396) Expected at least 1 space before "."; 0 found
(#396) Expected at least 1 space after "."; 0 found
(#396) Expected at least 1 space before "."; 0 found
(#396) Expected at least 1 space after "."; 0 found
(#397) Expected at least 1 space before "."; 0 found
(#397) Expected at least 1 space after "."; 0 found
(#407) Missing docblock for function profile_course_fields_definition_after_data
(#414) Expected at least 1 space before "."; 0 found
(#414) Expected at least 1 space after "."; 0 found
(#414) Expected at least 1 space before "."; 0 found
(#414) Expected at least 1 space after "."; 0 found
(#414) Expected at least 1 space before "."; 0 found
(#414) Expected at least 1 space after "."; 0 found
(#415) Expected at least 1 space before "."; 0 found
(#415) Expected at least 1 space after "."; 0 found
(#422) Missing docblock for function profile_course_fields_validation
(#425) Short array syntax must be used to define arrays
(#428) Expected at least 1 space before "."; 0 found
(#428) Expected at least 1 space after "."; 0 found
(#428) Expected at least 1 space before "."; 0 found
(#428) Expected at least 1 space after "."; 0 found
(#428) Expected at least 1 space before "."; 0 found
(#428) Expected at least 1 space after "."; 0 found
(#429) Expected at least 1 space before "."; 0 found
(#429) Expected at least 1 space after "."; 0 found
(#437) Missing docblock for function profile_course_fields_save_data
(#439) Inline comments must start with a capital letter, digit or 3-dots sequence
(#439) Inline comments must end in full-stops, exclamation marks, or question marks
(#439) This comment is 85% valid code; is this commented out code?
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#450) Missing docblock for function profile_course_fields_display_fields
(#455) Short array syntax must be used to define arrays
(#457) Expected at least 1 space before "."; 0 found
(#457) Expected at least 1 space after "."; 0 found
(#457) Expected at least 1 space before "."; 0 found
(#457) Expected at least 1 space after "."; 0 found
(#457) Expected at least 1 space before "."; 0 found
(#457) Expected at least 1 space after "."; 0 found
(#458) Expected at least 1 space before "."; 0 found
(#458) Expected at least 1 space after "."; 0 found
(#460) Logical operator "and" is prohibited; use "&&" instead
(#461) Expected at least 1 space before "."; 0 found
(#461) Expected at least 1 space after "."; 0 found
(#474) DocBlock missing a @package tag for function profile_course_fields_signup_fields. Expected @package enrol_waitlist
(#477) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Expected 0 spaces after opening bracket; 1 found
(#487) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) Expected at least 1 space before "."; 0 found
(#490) Expected at least 1 space after "."; 0 found
(#492) Expected at least 1 space before "."; 0 found
(#492) Expected at least 1 space after "."; 0 found
(#492) Expected at least 1 space before "."; 0 found
(#492) Expected at least 1 space after "."; 0 found
(#492) Expected at least 1 space before "."; 0 found
(#492) Expected at least 1 space after "."; 0 found
(#493) Expected at least 1 space before "."; 0 found
(#493) Expected at least 1 space after "."; 0 found
(#505) DocBlock missing a @package tag for function profile_course_fields_user_record. Expected @package enrol_waitlist
(#512) Expected at least 1 space before "."; 0 found
(#512) Expected at least 1 space after "."; 0 found
(#512) Expected at least 1 space before "."; 0 found
(#512) Expected at least 1 space after "."; 0 found
(#512) Expected at least 1 space before "."; 0 found
(#512) Expected at least 1 space after "."; 0 found
(#513) Expected at least 1 space before "."; 0 found
(#513) Expected at least 1 space after "."; 0 found
(#534) DocBlock missing a @package tag for function profile_course_fields_load_custom_fields. Expected @package enrol_waitlist
(#536) Expected 1 blank line at end of file; 3 found
enrol/waitlist/profile/managetabs.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file managetabs.php
(#19) Short array syntax must be used to define arrays
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) This comment is 67% valid code; is this commented out code?
(#22) Short array syntax must be used to define arrays
(#24) Expected 1 newline at end of file; 0 found
enrol/waitlist/renderer.php
(#1) Missing docblock for file renderer.php
(#19) Missing docblock for class core_waitlist_renderer
(#19) Opening brace must not be followed by a blank line
(#28) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#29) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#29) The closing parenthesis of a multi-line function declaration must be on a new line
(#36) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#54) Line exceeds 132 characters; contains 135 characters
(#59) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#92) Short array syntax must be used to define arrays
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Short array syntax must be used to define arrays
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Short array syntax must be used to define arrays
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Short array syntax must be used to define arrays
(#154) Short array syntax must be used to define arrays
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Logical operator "and" is prohibited; use "&&" instead
(#181) Logical operator "or" is prohibited; use "||" instead
(#181) Logical operator "and" is prohibited; use "&&" instead
(#183) Short array syntax must be used to define arrays
(#184) Short array syntax must be used to define arrays
(#185) Short array syntax must be used to define arrays
(#185) Short array syntax must be used to define arrays
(#185) Expected at least 1 space before "."; 0 found
(#185) Expected at least 1 space after "."; 0 found
(#185) Line exceeds maximum limit of 180 characters; contains 225 characters
(#187) Short array syntax must be used to define arrays
(#201) Short array syntax must be used to define arrays
(#202) Short array syntax must be used to define arrays
(#203) Short array syntax must be used to define arrays
(#203) Short array syntax must be used to define arrays
(#203) Line exceeds maximum limit of 180 characters; contains 193 characters
(#206) Short array syntax must be used to define arrays
(#226) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#226) Expected 1 space after FOREACH keyword; 0 found
(#227) Logical operator "and" is prohibited; use "&&" instead
(#228) Short array syntax must be used to define arrays
(#228) Line exceeds 132 characters; contains 144 characters
(#229) Short array syntax must be used to define arrays
(#230) Short array syntax must be used to define arrays
(#230) Line exceeds 132 characters; contains 142 characters
(#232) Short array syntax must be used to define arrays
(#235) Short array syntax must be used to define arrays
(#237) Short array syntax must be used to define arrays
(#238) Short array syntax must be used to define arrays
(#239) Short array syntax must be used to define arrays
(#255) Expected at least 1 space before "."; 0 found
(#255) Expected at least 1 space after "."; 0 found
(#255) Expected at least 1 space before "."; 0 found
(#255) Expected at least 1 space after "."; 0 found
(#257) Short array syntax must be used to define arrays
(#264) Short array syntax must be used to define arrays
(#279) Missing docblock for class course_waitlist_table
(#279) Each class must be in a file by itself
(#279) Opening brace must not be followed by a blank line
(#382) Short array syntax must be used to define arrays
(#388) Short array syntax must be used to define arrays
(#392) Docblock tag "@static" is not recommended.
(#392) @static tag is not allowed in member variable comment
(#393) The @var tag must be the first tag in a member variable comment
(#395) Short array syntax must be used to define arrays
(#412) Short array syntax must be used to define arrays
(#427) Logical operator "and" is prohibited; use "&&" instead
(#466) Short array syntax must be used to define arrays
(#467) Short array syntax must be used to define arrays
(#468) Short array syntax must be used to define arrays
(#480) Short array syntax must be used to define arrays
(#488) Short array syntax must be used to define arrays
(#490) Short array syntax must be used to define arrays
(#490) Line exceeds maximum limit of 180 characters; contains 208 characters
(#492) Short array syntax must be used to define arrays
(#492) Expected at least 1 space before "."; 0 found
(#492) Expected at least 1 space after "."; 0 found
(#493) Blank line found at end of control structure
(#501) Short array syntax must be used to define arrays
(#503) Short array syntax must be used to define arrays
(#503) Line exceeds maximum limit of 180 characters; contains 217 characters
(#508) Expected at least 1 space before "."; 0 found
(#508) Expected at least 1 space after "."; 0 found
(#535) Short array syntax must be used to define arrays
(#536) Expected at least 1 space before "."; 0 found
(#536) Expected at least 1 space after "."; 0 found
(#537) Short array syntax must be used to define arrays
(#540) Short array syntax must be used to define arrays
(#545) Short array syntax must be used to define arrays
(#548) Short array syntax must be used to define arrays
(#548) Expected at least 1 space before "."; 0 found
(#548) Expected at least 1 space after "."; 0 found
(#566) Missing docblock for function initialise_javascript
(#568) Short array syntax must be used to define arrays
(#573) There should be a comma after the last array item in a multi-line array.
(#575) Short array syntax must be used to define arrays
(#577) Short array syntax must be used to define arrays
(#582) Short array syntax must be used to define arrays
(#593) Line exceeds 132 characters; contains 148 characters
(#611) Short array syntax must be used to define arrays
(#614) Short array syntax must be used to define arrays
(#625) Short array syntax must be used to define arrays
(#629) There should be a comma after the last array item in a multi-line array.
(#677) DocBlock missing a @package tag for class course_waitlist_users_table. Expected @package enrol_waitlist
(#677) Each class must be in a file by itself
(#677) Opening brace must not be followed by a blank line
(#681) Docblock tag "@static" is not recommended.
(#681) @static tag is not allowed in member variable comment
(#682) The @var tag must be the first tag in a member variable comment
(#684) Short array syntax must be used to define arrays
(#685) Expected 1 newline at end of file; 0 found
enrol/waitlist/selectlib.php
(#20) Incorrect @package tag for file selectlib.php. Expected enrol_waitlist, found enrol.
(#34) Missing member variable doc comment
(#36) Missing docblock for function __construct
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Long list syntax is not allowed
(#73) Short array syntax must be used to define arrays
(#82) Short array syntax must be used to define arrays
(#85) Missing docblock for function get_options
(#96) Each class must be in a file by itself
(#97) Missing member variable doc comment
(#98) Missing member variable doc comment
(#100) Missing docblock for function __construct
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Long list syntax is not allowed
(#135) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
(#147) Missing docblock for function get_options
enrol/waitlist/settings.php
(#1) DocBlock missing a @package tag for file settings.php. Expected @package enrol_waitlist
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#28) Blank line found at start of control structure
(#30) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (genral sti)
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#34) Only one argument is allowed per line in a multi-line function call
(#34) Only one argument is allowed per line in a multi-line function call
(#34) Closing parenthesis of a multi-line function call must be on a line by itself
(#36) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#37) Only one argument is allowed per line in a multi-line function call
(#37) Only one argument is allowed per line in a multi-line function call
(#37) Closing parenthesis of a multi-line function call must be on a line by itself
(#39) Opening parenthesis of a multi-line function call must be the last content on the line
(#40) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#40) Only one argument is allowed per line in a multi-line function call
(#40) Only one argument is allowed per line in a multi-line function call
(#40) Closing parenthesis of a multi-line function call must be on a line by itself
(#42) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (enrol istacdfu)
(#43) Opening parenthesis of a multi-line function call must be the last content on the line
(#44) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Closing parenthesis of a multi-line function call must be on a line by itself
(#46) Opening parenthesis of a multi-line function call must be the last content on the line
(#47) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#47) Only one argument is allowed per line in a multi-line function call
(#47) Only one argument is allowed per line in a multi-line function call
(#47) Closing parenthesis of a multi-line function call must be on a line by itself
(#49) Short array syntax must be used to define arrays
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#52) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#52) Only one argument is allowed per line in a multi-line function call
(#52) Only one argument is allowed per line in a multi-line function call
(#52) Only one argument is allowed per line in a multi-line function call
(#52) Closing parenthesis of a multi-line function call must be on a line by itself
(#54) Short array syntax must be used to define arrays
(#56) Opening parenthesis of a multi-line function call must be the last content on the line
(#57) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#57) Only one argument is allowed per line in a multi-line function call
(#57) Only one argument is allowed per line in a multi-line function call
(#57) Only one argument is allowed per line in a multi-line function call
(#57) Closing parenthesis of a multi-line function call must be on a line by itself
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) This comment is 59% valid code; is this commented out code?
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#65) Only one argument is allowed per line in a multi-line function call
(#65) Only one argument is allowed per line in a multi-line function call
(#65) Only one argument is allowed per line in a multi-line function call
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#69) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Closing parenthesis of a multi-line function call must be on a line by itself
(#71) Short array syntax must be used to define arrays
(#84) Opening parenthesis of a multi-line function call must be the last content on the line
(#85) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Closing parenthesis of a multi-line function call must be on a line by itself
(#87) Opening parenthesis of a multi-line function call must be the last content on the line
(#88) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#88) Only one argument is allowed per line in a multi-line function call
(#88) Only one argument is allowed per line in a multi-line function call
(#88) Only one argument is allowed per line in a multi-line function call
(#88) Closing parenthesis of a multi-line function call must be on a line by itself
(#90) Opening parenthesis of a multi-line function call must be the last content on the line
(#91) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#91) Only one argument is allowed per line in a multi-line function call
(#91) Only one argument is allowed per line in a multi-line function call
(#91) Closing parenthesis of a multi-line function call must be on a line by itself
(#91) Line exceeds 132 characters; contains 133 characters
(#93) Line exceeds 132 characters; contains 156 characters
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) This comment is 77% valid code; is this commented out code?
(#96) Line exceeds 132 characters; contains 157 characters
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) This comment is 68% valid code; is this commented out code?
(#96) No space found before comment text; expected "// $ADMIN->add('enrolments', new admin_externalpage('enrol_waitlist', 'Waitlist enrolment custom fields', $CFG->wwwroot.'/enrol/waitlist/profile/index.php'));" but found "//$ADMIN->add('enrolments', new admin_externalpage('enrol_waitlist', 'Waitlist enrolment custom fields', $CFG->wwwroot.'/enrol/waitlist/profile/index.php'));"
enrol/waitlist/unenrol.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file unenrol.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#32) Short array syntax must be used to define arrays
(#33) Short array syntax must be used to define arrays
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) This comment is 73% valid code; is this commented out code?
(#46) Short array syntax must be used to define arrays
(#46) Commas (,) must be followed by white space.
(#46) Expected 1 space between the comma and "'userid'". Found: no spaces
(#49) Logical operator "and" is prohibited; use "&&" instead
(#51) Line exceeds 132 characters; contains 139 characters
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) This comment is 60% valid code; is this commented out code?
(#56) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#58) Line exceeds 132 characters; contains 153 characters
enrol/waitlist/unenrolself.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file unenrolself.php
(#32) Short array syntax must be used to define arrays
(#33) Short array syntax must be used to define arrays
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) This comment is 53% valid code; is this commented out code?
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) This comment is 54% valid code; is this commented out code?
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Short array syntax must be used to define arrays
(#53) Logical operator "and" is prohibited; use "&&" instead
(#55) Line exceeds 132 characters; contains 139 characters
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) This comment is 60% valid code; is this commented out code?
(#55) No space found before comment text; expected "// add_to_log($course->id, 'course', 'unenrol', '../enrol/users.php?id='.$course->id, $course->id); // there should be userid somewhere!" but found "//add_to_log($course->id, 'course', 'unenrol', '../enrol/users.php?id='.$course->id, $course->id); // there should be userid somewhere!"
(#60) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
enrol/waitlist/users.php
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing docblock for class waitlist_renderer
(#23) Opening brace must not be followed by a blank line
(#25) Missing docblock for function render_course_enrolment_users_table
(#25) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#26) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#26) The closing parenthesis of a multi-line function declaration must be on a new line
(#36) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#60) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#100) Short array syntax must be used to define arrays
(#103) Expected at least 1 space before "."; 0 found
(#103) Expected at least 1 space after "."; 0 found
(#103) Expected at least 1 space before "."; 0 found
(#103) Expected at least 1 space after "."; 0 found
(#103) Expected at least 1 space before "."; 0 found
(#103) Expected at least 1 space after "."; 0 found
(#103) Expected at least 1 space before "."; 0 found
(#103) Expected at least 1 space after "."; 0 found
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) This comment is 75% valid code; is this commented out code?
(#117) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) This comment is 75% valid code; is this commented out code?
(#130) Blank line found at end of control structure
(#133) Short array syntax must be used to define arrays
(#138) Opening parenthesis of a multi-line function call must be the last content on the line
(#138) Only one argument is allowed per line in a multi-line function call
(#138) Short array syntax must be used to define arrays
(#139) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Short array syntax must be used to define arrays
(#139) Closing parenthesis of a multi-line function call must be on a line by itself
(#140) Short array syntax must be used to define arrays
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) This comment is 69% valid code; is this commented out code?
(#148) Expected at least 1 space before "."; 0 found
(#148) Expected at least 1 space after "."; 0 found
(#148) Expected at least 1 space before "."; 0 found
(#148) Expected at least 1 space after "."; 0 found
(#148) Expected at least 1 space before "."; 0 found
(#148) Expected at least 1 space after "."; 0 found
(#148) Expected at least 1 space before "."; 0 found
(#148) Expected at least 1 space after "."; 0 found
(#157) Line exceeds maximum limit of 180 characters; contains 281 characters
(#160) Expected 1 newline at end of file; 0 found
enrol/waitlist/users_forms.php
(#20) Incorrect @package tag for file users_forms.php. Expected enrol_waitlist, found core_enrol.
(#29) Missing docblock for class enrol_users_assign_form
(#30) Missing docblock for function definition
(#30) Visibility must be declared on method "definition"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found after comma in argument list
(#46) Commas (,) must be followed by white space.
(#46) Expected 1 space between the comma and "'general'". Found: no spaces
(#76) Short array syntax must be used to define arrays
(#80) Missing docblock for class enrol_users_addmember_form
(#80) Each class must be in a file by itself
(#81) Missing docblock for function definition
(#81) Visibility must be declared on method "definition"
(#92) Short array syntax must be used to define arrays
(#100) No space found after comma in argument list
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space between the comma and "'general'". Found: no spaces
(#130) Short array syntax must be used to define arrays
(#138) Each class must be in a file by itself
(#139) Missing docblock for function definition
(#139) Visibility must be declared on method "definition"
(#150) Short array syntax must be used to define arrays
enrol/waitlist/version.php
(#1) DocBlock missing a @package tag for file version.php. Expected @package enrol_waitlist
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
enrol/waitlist/waitlist.php
(#1) DocBlock missing a @package tag for file waitlist.php. Expected @package enrol_waitlist
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class waitlist
(#30) Missing docblock for function add_wait_list
(#41) No space found after comma in argument list
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "$waitlist". Found: no spaces
(#44) Missing docblock for function vaildate_wait_list
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Line exceeds 132 characters; contains 142 characters
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#49) Expected 1 space after IF keyword; 0 found
(#49) Expected 1 space after closing parenthesis; found 0
(#51) Expected 1 space after closing brace; 0 found
(#51) Expected "} else {\n"; found "}else{\n"
(#51) Expected 1 space after ELSE keyword; 0 found
(#56) Missing docblock for function get_wait_list
(#60) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space after "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space after "."; 0 found
(#62) Expected 1 newline at end of file; 0 found

Javascript coding style problems

(1823 errors, 15998 warnings)

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

enrol/waitlist/static/faculty.js
(#1) '$' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#4) '$' is not defined. (no-undef)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of function. (consistent-return)
(#4) Missing space before opening brace. (space-before-blocks)
(#7) '$' is not defined. (no-undef)
(#7) '$' is not defined. (no-undef)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) '$' is not defined. (no-undef)
(#8) Missing space before opening brace. (space-before-blocks)
(#9) '$' is not defined. (no-undef)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#13) '$' is not defined. (no-undef)
(#14) '$' is not defined. (no-undef)
(#18) '$' is not defined. (no-undef)
(#23) 'XMLHttpRequest' is defined but never used. (no-unused-vars)
(#23) Unexpected empty method 'beforeSend'. (no-empty-function)
(#23) Missing space before opening brace. (space-before-blocks)
(#24) 'textStatus' is defined but never used. (no-unused-vars)
(#24) Missing space before opening brace. (space-before-blocks)
(#25) '$' is not defined. (no-undef)
(#26) '$' is not defined. (no-undef)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Identifier 'customchar2_val' is not in camel case. (camelcase)
(#27) 'customchar2_val' is not defined. (no-undef)
(#27) '$' is not defined. (no-undef)
(#29) '$' is not defined. (no-undef)
(#32) Missing semicolon. (semi)
(#35) '$' is not defined. (no-undef)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#36) '$' is not defined. (no-undef)
(#36) '$' is not defined. (no-undef)
(#40) Missing space before opening brace. (space-before-blocks)
(#41) '$' is not defined. (no-undef)
(#42) Identifier 'customchar2_val' is not in camel case. (camelcase)
(#42) '$' is not defined. (no-undef)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) '$' is not defined. (no-undef)
(#49) 'XMLHttpRequest' is defined but never used. (no-unused-vars)
(#49) Unexpected empty method 'beforeSend'. (no-empty-function)
(#49) Missing space before opening brace. (space-before-blocks)
(#50) 'textStatus' is defined but never used. (no-unused-vars)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) '$' is not defined. (no-undef)
(#52) '$' is not defined. (no-undef)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing space before opening brace. (space-before-blocks)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Identifier 'customchar2_val' is not in camel case. (camelcase)
(#53) Missing space before opening brace. (space-before-blocks)
(#54) '$' is not defined. (no-undef)
(#55) Expected space(s) before "else". (keyword-spacing)
(#55) Expected space(s) after "else". (keyword-spacing)
(#56) '$' is not defined. (no-undef)
(#60) Missing semicolon. (semi)
enrol/waitlist/static/jquery.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#14) This line has a length of 32484. Maximum allowed is 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) 'module' is not defined. (no-undef)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) 'module' is not defined. (no-undef)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) This line has 724 statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "throw". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Function has a complexity of 30. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '>=' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected { after 'do'. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Function 'z' has a complexity of 24. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'toJSON'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Function 'z' expected no return value. (consistent-return)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "delete". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Expected to return a value at the end of function 'rt'. (consistent-return)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing space before value for key 'get'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Method 'get' expected no return value. (consistent-return)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '-=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '-=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '<=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Expected to return a value at the end of function 'fn'. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Function 'ln' has a complexity of 35. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator 'in' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator 'in' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator 'in' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator 'in' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '/' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'elem'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'props'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'opts'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'specialEasing'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'originalProperties'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'originalOptions'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'startTime'. (key-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'duration'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'tweens'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'createTween'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'stop'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'elem'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'anim'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'queue'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator 'in' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "else". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Function 'zn' has a complexity of 25. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) ["throws"] is better written in dot notation. (dot-notation)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing space before value for key 'state'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'error'. (key-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing space before value for key 'state'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'data'. (key-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'else'. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing '()' invoking a constructor. (new-parens)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Expected to return a value at the end of function 'er'. (consistent-return)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'jquery'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'constructor'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'selector'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'length'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'toArray'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'get'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'pushStack'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'each'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'map'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'slice'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'first'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'last'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'eq'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '>=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'end'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'push'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'sort'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'splice'. (key-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'expando'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isReady'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'error'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'noop'. (key-spacing)
(#14) Unexpected empty method 'noop'. (no-empty-function)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isFunction'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isArray'. (key-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isWindow'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isNumeric'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Operator '>=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isEmptyObject'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'isPlainObject'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'type'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'globalEval'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Unnecessary '.call()'. (no-useless-call)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'camelCase'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'nodeName'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'each'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'trim'. (key-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'makeArray'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'inArray'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'merge'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Comparing to itself is potentially pointless. (no-self-compare)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'grep'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'map'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'guid'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'proxy'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'now'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing '()' invoking a constructor. (new-parens)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'support'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Function 'rt' has a complexity of 39. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected space(s) after "else". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "try". (keyword-spacing)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) before "finally". (keyword-spacing)
(#14) Expected space(s) after "finally". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "finally". (keyword-spacing)
(#14) Expected space(s) after "finally". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of '~'. (no-bitwise)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Unexpected use of '~'. (no-bitwise)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Unexpected empty function 'pt'. (no-empty-function)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'value'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'type'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'value'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'type'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'matches'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "else". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'value'. (key-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Function has a complexity of 32. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Function 'xt' has a complexity of 22. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing '()' invoking a constructor. (new-parens)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of '<<'. (no-bitwise)
(#14) Operator '<<' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'ID'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'CLASS'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'TAG'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ATTR'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'PSEUDO'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'CHILD'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'bool'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'needsContext'. (key-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Comparing to itself is potentially pointless. (no-self-compare)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Unexpected use of '|'. (no-bitwise)
(#14) Unexpected use of '>>'. (no-bitwise)
(#14) Operator '>>' must be spaced. (space-infix-ops)
(#14) Operator '|' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of '|'. (no-bitwise)
(#14) Unexpected use of '&'. (no-bitwise)
(#14) Operator '&' must be spaced. (space-infix-ops)
(#14) Operator '|' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'apply'. (key-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of '&'. (no-bitwise)
(#14) Operator '&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Unexpected use of '&'. (no-bitwise)
(#14) Operator '&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Unexpected use of '&'. (no-bitwise)
(#14) Operator '&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "try". (keyword-spacing)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "while". (keyword-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'cacheLength'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'createPseudo'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'match'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'attrHandle'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'find'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'relative'. (key-spacing)
(#14) Missing space before value for key '>'. (key-spacing)
(#14) Missing space before value for key 'dir'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'first'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key ' '. (key-spacing)
(#14) Missing space before value for key 'dir'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '+'. (key-spacing)
(#14) Missing space before value for key 'dir'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'first'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '~'. (key-spacing)
(#14) Missing space before value for key 'dir'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'preFilter'. (key-spacing)
(#14) Missing space before value for key 'ATTR'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'CHILD'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '*' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'PSEUDO'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'filter'. (key-spacing)
(#14) Missing space before value for key 'TAG'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'CLASS'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ATTR'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'CHILD'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Expected to return a value at the end of function. (consistent-return)
(#14) Function has a complexity of 45. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "break". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '-=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '%' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '/' must be spaced. (space-infix-ops)
(#14) Operator '>=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'PSEUDO'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'pseudos'. (key-spacing)
(#14) Missing space before value for key 'not'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Expected { after 'while' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'has'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'contains'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'lang'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'do'. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "while". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'target'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'root'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'focus'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of '~'. (no-bitwise)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'enabled'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'disabled'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'checked'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'selected'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'empty'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'parent'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'header'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'input'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'button'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'text'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'first'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'last'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'eq'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'even'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'odd'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'lt'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '>=' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'gt'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#15) This line has a length of 32838. Maximum allowed is 132. (max-len)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected space(s) after "in". (keyword-spacing)
(#15) Missing space before value for key 'radio'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'checkbox'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'file'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'password'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'image'. (key-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) This line has 513 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Expected space(s) after "in". (keyword-spacing)
(#15) Missing space before value for key 'submit'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'reset'. (key-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing '()' invoking a constructor. (new-parens)
(#15) A constructor name should not start with a lowercase letter. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Unexpected use of '&'. (no-bitwise)
(#15) Operator '&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \[. (no-useless-escape)
(#15) Unnecessary escape character: \.. (no-useless-escape)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'find'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Array.prototype.filter() expects a value to be returned at the end of function. (array-callback-return)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'filter'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'not'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'is'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '>=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "for". (keyword-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'children'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'contents'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'next'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'prev'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Missing space before value for key 'dir'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) 'n' is not modified in this loop. (no-unmodified-loop-condition)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) 'undefined' is not modified in this loop. (no-unmodified-loop-condition)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'sibling'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'has'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Array.prototype.filter() expects a value to be returned at the end of function. (array-callback-return)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'closest'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "for". (keyword-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'index'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'add'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'addBack'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'parent'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'parents'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'parentsUntil'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'next'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'prev'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'nextAll'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'prevAll'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'nextUntil'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'prevUntil'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'siblings'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'children'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'contents'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) 'u' is not modified in this loop. (no-unmodified-loop-condition)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'add'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'remove'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '<=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '<=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'has'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'empty'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'disable'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'disabled'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'lock'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'locked'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fireWith'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fire'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fired'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Deferred'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'state'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'always'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'then'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'promise'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of '^'. (no-bitwise)
(#15) Operator '^' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'when'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'isReady'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'readyWait'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'holdReady'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'ready'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Method 'ready' expected no return value. (consistent-return)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Empty block statement. (no-empty)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Expected to return a value at the end of function 'i'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected space(s) before "break". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Missing space before value for key 'cache'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'noData'. (key-spacing)
(#15) Missing space before value for key 'applet '. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'embed '. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'object '. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'hasData'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'data'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'removeData'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_data'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_removeData'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'data'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'removeData'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'queue'. (key-spacing)
(#15) Expected to return a value at the end of method 'queue'. (consistent-return)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dequeue'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_queueHooks'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'empty'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'queue'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dequeue'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'clearQueue'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'promise'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "for". (keyword-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected space(s) after "in". (keyword-spacing)
(#15) Missing space before value for key 'submit'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'change'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'focusin'. (key-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'global'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'add'. (key-spacing)
(#15) Method 'add' has a complexity of 25. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "continue". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'type'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'origType'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'data'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handler'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'guid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'selector'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'needsContext'. (key-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'namespace'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'remove'. (key-spacing)
(#15) Method 'remove' has a complexity of 34. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'trigger'. (key-spacing)
(#15) Method 'trigger' has a complexity of 53. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '>=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Identifier 'namespace_re' is not in camel case. (camelcase)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Empty block statement. (no-empty)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Method 'trigger' expected no return value. (consistent-return)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dispatch'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Method 'dispatch' expected no return value. (consistent-return)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handlers'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "for". (keyword-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '>=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'elem'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handlers'. (key-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'elem'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handlers'. (key-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fix'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'props'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fixHooks'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'keyHooks'. (key-spacing)
(#15) Missing space before value for key 'props'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'filter'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'mouseHooks'. (key-spacing)
(#15) Missing space before value for key 'props'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'filter'. (key-spacing)
(#15) Method 'filter' has a complexity of 28. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Unexpected use of '&'. (no-bitwise)
(#15) Operator '&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Unexpected use of '&'. (no-bitwise)
(#15) Operator '&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of '&'. (no-bitwise)
(#15) Operator '&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'special'. (key-spacing)
(#15) Missing space before value for key 'load'. (key-spacing)
(#15) Missing space before value for key 'noBubble'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'focus'. (key-spacing)
(#15) Missing space before value for key 'trigger'. (key-spacing)
(#15) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "try". (keyword-spacing)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Empty block statement. (no-empty)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'delegateType'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'blur'. (key-spacing)
(#15) Missing space before value for key 'trigger'. (key-spacing)
(#15) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'delegateType'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'click'. (key-spacing)
(#15) Missing space before value for key 'trigger'. (key-spacing)
(#15) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_default'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'beforeunload'. (key-spacing)
(#15) Missing space before value for key 'postDispatch'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'simulate'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing '()' invoking a constructor. (new-parens)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'type'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'isSimulated'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'originalEvent'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'isDefaultPrevented'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'preventDefault'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'stopPropagation'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'mouseenter'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'mouseleave'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'delegateType'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'bindType'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handle'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'setup'. (key-spacing)
(#15) Expected to return a value at the end of method 'setup'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Identifier '_submit_bubble' is not in camel case. (camelcase)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'postDispatch'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'teardown'. (key-spacing)
(#15) Expected to return a value at the end of method 'teardown'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'setup'. (key-spacing)
(#15) Expected to return a value at the end of method 'setup'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Identifier '_just_changed' is not in camel case. (camelcase)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Identifier '_just_changed' is not in camel case. (camelcase)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handle'. (key-spacing)
(#15) Expected to return a value at the end of method 'handle'. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'teardown'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'focus'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'blur'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'setup'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'teardown'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'on'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'one'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'off'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'trigger'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'triggerHandler'. (key-spacing)
(#15) Expected to return a value at the end of method 'triggerHandler'. (consistent-return)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'option'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'legend'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'area'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'param'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'thead'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'tr'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'col'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'td'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_default'. (key-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'clone'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected { after 'else'. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'buildFragment'. (key-spacing)
(#15) Method 'buildFragment' has a complexity of 33. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "continue". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected { after 'while' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cleanData'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "for". (keyword-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'text'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'append'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'prepend'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'before'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'after'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'remove'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'empty'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "while". (keyword-spacing)
(#15) Expected { after 'while' condition. (curly)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'clone'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'html'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected to return a value at the end of function. (consistent-return)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Empty block statement. (no-empty)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'replaceWith'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'detach'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'domManip'. (key-spacing)
(#15) Method 'domManip' has a complexity of 23. Maximum allowed is 20. (complexity)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'appendTo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'prependTo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'insertBefore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'insertAfter'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'replaceAll'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '-' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '<=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) 's' is assigned a value but never used. (no-unused-vars)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Function expected no return value. (consistent-return)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Use '===' to compare with null. (no-eq-null)
(#15) Operator '!=' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'zoom'. (key-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'width'. (key-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "var". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#16) This line has a length of 31660. Maximum allowed is 132. (max-len)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'reliableHiddenOffsets'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) This line has 455 statements. Maximum allowed is 2. (max-statements-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Method 'reliableHiddenOffsets' expected a return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'boxSizing'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'boxSizingReliable'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'pixelPosition'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'reliableMarginRight'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Method 'reliableMarginRight' expected no return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'visibility'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'display'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'letterSpacing'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fontWeight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'cssHooks'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Expected to return a value at the end of method 'get'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssNumber'. (key-spacing)
(#16) Missing space before value for key 'columnCount'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fillOpacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fontWeight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lineHeight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'order'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'orphans'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'widows'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'zIndex'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'zoom'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssProps'. (key-spacing)
(#16) Missing space before value for key 'float'. (key-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'style'. (key-spacing)
(#16) Method 'style' has a complexity of 24. Maximum allowed is 20. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Method 'style' expected no return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Comparing to itself is potentially pointless. (no-self-compare)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "try". (keyword-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'css'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Expected to return a value at the end of method 'get'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'display'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'margin'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'padding'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'border'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'expand'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'css'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'show'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hide'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'toggle'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'constructor'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'init'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cur'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'run'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key '_default'. (key-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'linear'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'swing'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) Operator '/' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key '*'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'do'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '/=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '/' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '*' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'tweener'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prefilter'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'complete'. (key-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'duration'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'easing'. (key-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeTo'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'animate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stop'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'finish'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'slideDown'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'slideUp'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'slideToggle'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeIn'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeOut'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeToggle'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'slow'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fast'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_default'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'val'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Method 'val' expected a return value. (consistent-return)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'valHooks'. (key-spacing)
(#16) Missing space before value for key 'option'. (key-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'select'. (key-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "try". (keyword-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Expected to return a value at the end of method 'set'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'attr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeAttr'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'attr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Method 'attr' expected no return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Method 'attr' expected no return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Method 'attr' expected no return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeAttr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "while". (keyword-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'attrHooks'. (key-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Expected to return a value at the end of method 'set'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Expected to return a value at the end of method 'set'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Expected to return a value at the end of method 'set'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Expected to return a value at the end of method 'get'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Expected to return a value at the end of method 'set'. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'prop'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeProp'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'propFix'. (key-spacing)
(#16) Missing space before value for key 'for'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'class'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prop'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Method 'prop' expected no return value. (consistent-return)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'propHooks'. (key-spacing)
(#16) Missing space before value for key 'tabIndex'. (key-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'addClass'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeClass'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) before "while". (keyword-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'toggleClass'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hasClass'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hover'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'bind'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'unbind'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'delegate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'undelegate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unnecessary escape character: \/. (no-useless-escape)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) The Function constructor is eval. (no-new-func)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing '()' invoking a constructor. (new-parens)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) 'ActiveXObject' is not defined. (no-undef)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unnecessary escape character: \/. (no-useless-escape)
(#16) Unnecessary escape character: \/. (no-useless-escape)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'active'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lastModified'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'etag'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isLocal'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'global'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'processData'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'async'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contentType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'accepts'. (key-spacing)
(#16) Missing space before value for key '*'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contents'. (key-spacing)
(#16) Missing space before value for key 'xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'responseFields'. (key-spacing)
(#16) Missing space before value for key 'xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'converters'. (key-spacing)
(#16) Missing space before value for key '* text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'flatOptions'. (key-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'context'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxSetup'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxPrefilter'. (key-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxTransport'. (key-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajax'. (key-spacing)
(#16) Method 'ajax' has a complexity of 56. Maximum allowed is 20. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Function 'x' has a complexity of 25. Maximum allowed is 20. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "typeof". (keyword-spacing)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'readyState'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getResponseHeader'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getAllResponseHeaders'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'setRequestHeader'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'overrideMimeType'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'statusCode'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) after "in". (keyword-spacing)
(#16) Missing space before value for key 'success'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'error'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'complete'. (key-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "throw". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getJSON'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getScript'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dataType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'success'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dataType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'async'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'global'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'throws'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'wrapAll'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'wrapInner'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'wrap'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'unwrap'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '<=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '<=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'serialize'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'serializeArray'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'name'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'name'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'send'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'accepts'. (key-spacing)
(#16) Missing space before value for key 'script'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contents'. (key-spacing)
(#16) Missing space before value for key 'script'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'converters'. (key-spacing)
(#16) Missing space before value for key 'text script'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'send'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'jsonp'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'jsonpCallback'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dataType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'setOffset'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Use '===' to compare with null. (no-eq-null)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator 'in' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'offset'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Method 'offset' expected a return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Method 'position' expected no return value. (consistent-return)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'offsetParent'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'scrollLeft'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'scrollTop'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'Height'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'Width'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing space before value for key 'padding'. (key-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'content'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key ''. (key-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '!=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(105 errors, 0 warnings)

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

enrol/waitlist/library.php
(#221) Phpdocs for function course_enrolment_manager::get_users has incomplete parameters list
(#603) Phpdocs for function course_enrolment_manager::get_assignable_roles has incomplete parameters list
(#1010) Phpdocs for function course_enrolment_manager::get_users_for_display has incomplete parameters list
(#1312) Phpdocs for function enrol_user_button::strings_for_js has incomplete parameters list
(#1430) Phpdocs for function enrol_ajax_exception::__construct has incomplete parameters list
(#1463) Phpdocs for function enrol_bulk_enrolment_operation::__construct has incomplete parameters list
(#362) Inline phpdocs tag {@link get_potential_users()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#362) Inline phpdocs tag {@link search_other_users()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#414) Inline phpdocs tag {@link get_potential_users()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#414) Inline phpdocs tag {@link search_other_users()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1100) Inline phpdocs tag {@link get_users_for_display} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1100) Inline phpdocs tag {@link get_other_users_for_display} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
enrol/waitlist/locallib.php
(#42) Phpdocs for function enrol_waitlist_enrol_form::create_element_unique_id has incomplete parameters list
enrol/waitlist/profile/definelib.php
(#93) Found comment starting with three or more slashes
(#126) Found comment starting with three or more slashes
(#131) Found comment starting with three or more slashes
(#133) Found comment starting with three or more slashes
(#141) Found comment starting with three or more slashes
(#153) Found comment starting with three or more slashes
(#162) Found comment starting with three or more slashes
(#173) Found comment starting with three or more slashes
(#180) Found comment starting with three or more slashes
(#205) Found comment starting with three or more slashes
(#269) Found comment starting with three or more slashes
(#284) Found comment starting with three or more slashes
(#308) Found comment starting with three or more slashes
(#319) Found comment starting with three or more slashes
(#324) Found comment starting with three or more slashes
(#327) Found comment starting with three or more slashes
(#340) Found comment starting with three or more slashes
(#344) Found comment starting with three or more slashes
(#347) Found comment starting with three or more slashes
(#356) Found comment starting with three or more slashes
(#359) Found comment starting with three or more slashes
(#363) Found comment starting with three or more slashes
(#379) Found comment starting with three or more slashes
(#384) Found comment starting with three or more slashes
(#387) Found comment starting with three or more slashes
(#396) Found comment starting with three or more slashes
(#399) Found comment starting with three or more slashes
(#403) Found comment starting with three or more slashes
(#461) Found comment starting with three or more slashes
(#541) Found comment starting with three or more slashes
(#663) Found comment starting with three or more slashes
(#21) Phpdocs for function waitlist_fields_profile_define_base::define_form has incomplete parameters list
(#37) Phpdocs for function waitlist_fields_profile_define_base::define_form_common has incomplete parameters list
(#90) Phpdocs for function waitlist_fields_profile_define_base::define_form_specific has incomplete parameters list
(#100) Phpdocs for function waitlist_fields_profile_define_base::define_validate has incomplete parameters list
(#118) Phpdocs for function waitlist_fields_profile_define_base::define_validate_common has incomplete parameters list
(#148) Phpdocs for function waitlist_fields_profile_define_base::define_validate_specific has incomplete parameters list
(#159) Phpdocs for function waitlist_fields_profile_define_base::define_after_data has incomplete parameters list
(#167) Phpdocs for function waitlist_fields_profile_define_base::define_save has incomplete parameters list
(#201) Phpdocs for function waitlist_fields_profile_define_base::define_save_preprocess has incomplete parameters list
(#263) Phpdocs for function profile_delete_category has incomplete parameters list
(#333) Phpdocs for function profile_move_field has incomplete parameters list
(#373) Phpdocs for function profile_move_category has incomplete parameters list
enrol/waitlist/profile/field/checkbox/define.class.php
(#6) Found comment starting with three or more slashes
enrol/waitlist/profile/field/checkbox/field.class.php
(#26) Found comment starting with three or more slashes
(#5) Phpdocs for function waitlist_fields_profile_field_checkbox::waitlist_fields_profile_field_checkbox has incomplete parameters list
enrol/waitlist/profile/index.php
(#36) Found comment starting with three or more slashes
(#79) Found comment starting with three or more slashes
(#87) Found comment starting with three or more slashes
(#136) Found comment starting with three or more slashes
(#147) Found comment starting with three or more slashes
(#166) Found comment starting with three or more slashes
(#169) Found comment starting with three or more slashes
(#170) Found comment starting with three or more slashes
(#212) Found comment starting with three or more slashes
(#215) Found comment starting with three or more slashes
(#219) Found comment starting with three or more slashes
(#226) Found comment starting with three or more slashes
(#198) Phpdocs for function profile_field_icons has incomplete parameters list
enrol/waitlist/profile/index_category_form.php
(#31) Found comment starting with three or more slashes
(#57) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#68) Found comment starting with three or more slashes
enrol/waitlist/profile/index_field_form.php
(#25) Found comment starting with three or more slashes
(#31) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#60) Found comment starting with three or more slashes
enrol/waitlist/profile/lib.php
(#17) Found comment starting with three or more slashes
(#30) Found comment starting with three or more slashes
(#31) Found comment starting with three or more slashes
(#148) Found comment starting with three or more slashes
(#265) Found comment starting with three or more slashes
(#351) Found comment starting with three or more slashes
(#59) Phpdocs for function course_fields_profile_field_base::edit_field_add has incomplete parameters list
(#79) Phpdocs for function course_fields_profile_field_base::edit_field has incomplete parameters list
(#96) Phpdocs for function course_fields_profile_field_base::edit_after_data has incomplete parameters list
(#111) Phpdocs for function course_fields_profile_field_base::edit_save_data has incomplete parameters list
(#140) Phpdocs for function course_fields_profile_field_base::edit_validate_field has incomplete parameters list
(#175) Phpdocs for function course_fields_profile_field_base::edit_field_set_default has incomplete parameters list
(#185) Phpdocs for function course_fields_profile_field_base::edit_field_set_required has incomplete parameters list
(#196) Phpdocs for function course_fields_profile_field_base::edit_field_set_locked has incomplete parameters list
(#221) Phpdocs for function course_fields_profile_field_base::edit_load_course_data has incomplete parameters list
(#244) Phpdocs for function course_fields_profile_field_base::set_courseid has incomplete parameters list
(#252) Phpdocs for function course_fields_profile_field_base::set_fieldid has incomplete parameters list
(#371) Phpdocs for function profile_course_fields_definition has incomplete parameters list
(#472) Phpdocs for function profile_course_fields_signup_fields has incomplete parameters list
(#502) Phpdocs for function profile_course_fields_user_record has incomplete parameters list
enrol/waitlist/renderer.php
(#24) Phpdocs for function core_waitlist_renderer::render_course_waitlist_users_table has incomplete parameters list
(#142) Phpdocs for function core_waitlist_renderer::render_course_enrolment_other_users_table has incomplete parameters list
(#168) Phpdocs for function core_waitlist_renderer::user_roles_and_actions has incomplete parameters list
(#247) Phpdocs for function core_waitlist_renderer::user_enrolments_and_actions has incomplete parameters list

Update savepoints problems

(1 errors, 0 warnings)

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

enrol/waitlist/db/upgrade.php
'return true;' not found

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

(0 errors, 0 warnings)

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


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

(0 errors, 0 warnings)

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