Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(606 errors, 783 warnings)

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

enrol/waitlist/classes/privacy/provider.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Missing doc comment for class provider
(#13) Line exceeds 132 characters; contains 162 characters
(#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.
(#26) There must not be a space before the colon in a return type declaration
(#92) Short array syntax must be used to define arrays
(#143) File must end with a newline character
enrol/waitlist/classes/task/update_enrolments.php
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#59) Expected "if (...) {\n"; found "if (...){\n"
(#68) File must end with a newline character
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.
enrol/waitlist/db/tasks.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) File must end with a newline character
enrol/waitlist/db/upgrade.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing doc comment 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
(#32) File must end with a newline character
enrol/waitlist/edit.php
(#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
(#85) Short array syntax must be used to define arrays
(#85) Line exceeds 132 characters; contains 136 characters
(#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
(#105) Short array syntax must be used to define arrays
(#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) Commas (,) must be followed by white space.
(#157) Line exceeds maximum limit of 180 characters; contains 242 characters
(#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"
(#169) Expected "if (...) {\n"; found "if(...){\n"
(#169) Commas (,) must be followed by white space.
(#169) Commas (,) must be followed by white space.
(#170) Commas (,) must be followed by white space.
(#170) Commas (,) must be followed by white space.
(#170) Commas (,) must be followed by white space.
(#170) Commas (,) must be followed by white space.
(#171) Short array syntax must be used to define arrays
(#173) Expected "if (...) {\n"; found "if(...){\n"
(#179) Expected "if (...) {\n"; found "if(...){\n"
(#180) Short array syntax must be used to define arrays
(#182) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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 "} else {\n"; found "}else{\n"
(#190) Short array syntax must be used to define arrays
enrol/waitlist/edit_form.php
(#1) DocBlock missing a @package tag for file edit_form.php. Expected @package enrol_waitlist
(#45) Missing doc comment for class enrol_waitlist_edit_form
(#49) Visibility must be declared on method "definition"
(#61) Short array syntax must be used to define arrays
(#75) Logical operator "and" is prohibited; use "&&" instead
(#81) Short array syntax must be used to define arrays
(#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) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#129) Variable "faculty_html" must not contain underscores.
(#129) Line exceeds maximum limit of 180 characters; contains 227 characters
(#131) Variable "faculty_html" must not contain underscores.
(#135) Expected "if (...) {\n"; found "if(...){\n"
(#135) Variable "customchar1_val" must not contain underscores.
(#137) Variable "faculty_html" must not contain underscores.
(#139) Expected "} else {\n"; found "}else{\n"
(#141) Variable "faculty_html" must not contain underscores.
(#147) Variable "faculty_html" must not contain underscores.
(#149) Variable "faculty_html" must not contain underscores.
(#151) Variable "faculty_html" must not contain underscores.
(#153) Variable "faculty_html" must not contain underscores.
(#153) Variable "customchar2_val" must not contain underscores.
(#155) Variable "faculty_html" must not contain underscores.
(#157) Variable "faculty_html" must not contain underscores.
(#159) Commas (,) must be followed by white space.
(#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
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) This comment is 82% valid code; is this commented out code?
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#223) Variable "usedFields" must be all lower-case
(#223) Short array syntax must be used to define arrays
(#224) Variable "custom_data" must not contain underscores.
(#224) Short array syntax must be used to define arrays
(#225) Variable "usedFields" must be all lower-case
(#225) Variable "usedField" must be all lower-case
(#226) Variable "custom_data" must not contain underscores.
(#226) Variable "usedField" must be all lower-case
(#226) Variable "usedField" must be all lower-case
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) This comment is 82% valid code; is this commented out code?
(#232) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#233) Expected "if (...) {\n"; found "if(...){\n"
(#237) Expected "if (...) {\n"; found "if(...){\n"
(#237) Variable "custom_data" must not contain underscores.
(#238) Variable "custom_data" must not contain underscores.
(#243) Expected "if (...) {\n"; found "if(...){\n"
(#248) Expected "if (...) {\n"; found "if(...){\n"
(#248) Variable "custom_data" must not contain underscores.
(#249) Variable "custom_data" must not contain underscores.
(#254) Expected "if (...) {\n"; found "if(...){\n"
(#255) Short array syntax must be used to define arrays
(#255) Line exceeds 132 characters; contains 138 characters
(#258) Expected "if (...) {\n"; found "if(...){\n"
(#258) Variable "custom_data" must not contain underscores.
(#259) Variable "custom_data" must not contain underscores.
(#283) Visibility must be declared on method "validation"
(#321) Logical operator "and" is prohibited; use "&&" instead
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Logical operator "and" is prohibited; use "&&" instead
(#353) File must end with a newline character
enrol/waitlist/enroluser.php
(#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"
(#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"
(#136) Variable "enrol_manual" must not contain underscores.
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#137) Line exceeds 132 characters; contains 145 characters
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#163) Line exceeds 132 characters; contains 169 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
(#180) Line exceeds 132 characters; contains 175 characters
enrol/waitlist/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
enrol/waitlist/lang/de/enrol_waitlist.php
(#1) DocBlock missing a @package tag for file enrol_waitlist.php. Expected @package enrol_waitlist
(#73) Whitespace found at end of line within string
(#119) File must end with a newline character
enrol/waitlist/lang/en/enrol_waitlist.php
(#1) DocBlock missing a @package tag for file enrol_waitlist.php. Expected @package enrol_waitlist
(#84) Whitespace found at end of line within string
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#115) File must end with a newline character
enrol/waitlist/lib.php
(#1) DocBlock missing a @package tag for file lib.php. Expected @package enrol_waitlist
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing doc comment for class enrol_waitlist_plugin
(#47) Logical operator "or" is prohibited; use "||" instead
(#53) Short array syntax must be used to define arrays
(#73) Logical operator "and" is prohibited; use "&&" instead
(#73) Short array syntax must be used to define arrays
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) This comment is 50% valid code; is this commented out code?
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#111) This comment is 61% valid code; is this commented out code?
(#139) Short array syntax must be used to define arrays
(#139) Line exceeds 132 characters; contains 134 characters
(#145) This comment is 67% valid code; is this commented out code?
(#155) Line exceeds 132 characters; contains 134 characters
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) This comment is 58% valid code; is this commented out code?
(#176) Short array syntax must be used to define arrays
(#179) Short array syntax must be used to define arrays
(#180) Short array syntax must be used to define arrays
(#180) Line exceeds 132 characters; contains 173 characters
(#184) Short array syntax must be used to define arrays
(#185) Short array syntax must be used to define arrays
(#185) Line exceeds 132 characters; contains 138 characters
(#189) Short array syntax must be used to define arrays
(#190) Commas (,) must be followed by white space.
(#190) Short array syntax must be used to define arrays
(#190) Line exceeds 132 characters; contains 173 characters
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) This comment is 54% valid code; is this commented out code?
(#205) Logical operator "or" is prohibited; use "||" instead
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Short array syntax must be used to define arrays
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Short array syntax must be used to define arrays
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Expected "if (...) {\n"; found "if(...){\n"
(#232) Short array syntax must be used to define arrays
(#236) Logical operator "and" is prohibited; use "&&" instead
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) This comment is 56% valid code; is this commented out code?
(#261) This comment is 75% valid code; is this commented out code?
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) This comment is 70% valid code; is this commented out code?
(#281) Variable "enroledCount" must be all lower-case
(#281) Short array syntax must be used to define arrays
(#283) Variable "canEnrol" must be all lower-case
(#284) Expected "if (...) {\n"; found "if(...){\n"
(#285) Variable "canEnrol" must be all lower-case
(#286) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#286) Expected "if (...) {\n"; found "if(...){\n"
(#286) Variable "enroledCount" must be all lower-case
(#287) Variable "canEnrol" must be all lower-case
(#288) Expected "if (...) {\n"; found "if(...){\n"
(#289) Expected "if (...) {\n"; found "if(...){\n"
(#290) Variable "canEnrol" must be all lower-case
(#295) Expected "if (...) {\n"; found "if(...){\n"
(#295) Variable "canEnrol" must be all lower-case
(#301) Expected "} else {\n"; found "}else{\n"
(#304) Line exceeds 132 characters; contains 173 characters
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) This comment is 60% valid code; is this commented out code?
(#306) Logical operator "and" is prohibited; use "&&" instead
(#306) Logical operator "and" is prohibited; use "&&" instead
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Short array syntax must be used to define arrays
(#319) Inline comments must start with a capital letter, digit or 3-dots sequence
(#319) This comment is 52% valid code; is this commented out code?
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Short array syntax must be used to define arrays
(#365) Short array syntax must be used to define arrays
(#372) Expected "if (...) {\n"; found "if(...){\n"
(#373) Commas (,) must be followed by white space.
(#388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#388) This comment is 58% valid code; is this commented out code?
(#390) Short array syntax must be used to define arrays
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Commas (,) must be followed by white space.
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) Short array syntax must be used to define arrays
(#434) Line exceeds 132 characters; contains 138 characters
(#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 145 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
(#460) Short array syntax must be used to define arrays
(#467) Short array syntax must be used to define arrays
(#467) Line exceeds 132 characters; contains 170 characters
(#471) Short array syntax must be used to define arrays
(#471) Line exceeds 132 characters; contains 158 characters
(#498) Inline comments must start with a capital letter, digit or 3-dots sequence
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#507) Variable "userCount" must be all lower-case
(#507) Short array syntax must be used to define arrays
(#507) Commas (,) must be followed by white space.
(#508) Expected "if (...) {\n"; found "if(...){\n"
(#508) Variable "userCount" must be all lower-case
(#509) Commas (,) must be followed by white space.
(#509) Short array syntax must be used to define arrays
(#513) Variable "instanceCount" must be all lower-case
(#513) Short array syntax must be used to define arrays
(#514) Expected "if (...) {\n"; found "if(...){\n"
(#514) Variable "instanceCount" must be all lower-case
(#515) Commas (,) must be followed by white space.
(#515) Short array syntax must be used to define arrays
(#520) Expected "if (...) {\n"; found "if(...){\n"
(#521) Expected "if (...) {\n"; found "if(...){\n"
(#524) Variable "enroledCount" must be all lower-case
(#524) Short array syntax must be used to define arrays
(#525) Expected "if (...) {\n"; found "if(...){\n"
(#525) Variable "enroledCount" must be all lower-case
(#526) Expected "if (...) {\n"; found "if(...){\n"
(#527) Expected "if (...) {\n"; found "if(...){\n"
(#536) Commas (,) must be followed by white space.
(#536) Short array syntax must be used to define arrays
(#549) DocBlock missing a @package tag for function enrol_waitlist_supports. Expected @package enrol_waitlist
enrol/waitlist/library.php
(#21) Incorrect @package tag for file library.php. Expected enrol_waitlist, found core_enrol.
(#86) Short array syntax must be used to define arrays
(#93) Short array syntax must be used to define arrays
(#193) Line exceeds 132 characters; contains 135 characters
(#226) Commas (,) must be followed by white space.
(#226) Declaring a required parameter after an optional one is deprecated since PHP 8.0. Parameter $direction is optional, while parameter $instance is required.
(#295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#304) Short array syntax must be used to define arrays
(#310) Short array syntax must be used to define arrays
(#333) Line exceeds 132 characters; contains 135 characters
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#369) Short array syntax must be used to define arrays
(#370) Short array syntax must be used to define arrays
(#391) Short array syntax must be used to define arrays
(#396) Short array syntax must be used to define arrays
(#414) Line exceeds 132 characters; contains 137 characters
(#424) Short array syntax must be used to define arrays
(#495) Short array syntax must be used to define arrays
(#501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Short array syntax must be used to define arrays
(#507) Short array syntax must be used to define arrays
(#539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Line exceeds 132 characters; contains 138 characters
(#596) Inline comments must start with a capital letter, digit or 3-dots sequence
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) Short array syntax must be used to define arrays
(#640) Line exceeds 132 characters; contains 150 characters
(#657) Short array syntax must be used to define arrays
(#662) Short array syntax must be used to define arrays
(#666) Short array syntax must be used to define arrays
(#680) Logical operator "and" is prohibited; use "&&" instead
(#686) Short array syntax must be used to define arrays
(#687) Short array syntax must be used to define arrays
(#687) Line exceeds 132 characters; contains 138 characters
(#783) Inline comments must end in full-stops, exclamation marks, or question marks
(#785) Line exceeds 132 characters; contains 138 characters
(#810) Short array syntax must be used to define arrays
(#818) Inline comments must start with a capital letter, digit or 3-dots sequence
(#818) Inline comments must end in full-stops, exclamation marks, or question marks
(#880) Short array syntax must be used to define arrays
(#881) There should be a comma after the last array item in a multi-line array.
(#933) Line exceeds 132 characters; contains 137 characters
(#943) Short array syntax must be used to define arrays
(#968) Inline comments must end in full-stops, exclamation marks, or question marks
(#981) Short array syntax must be used to define arrays
(#983) Short array syntax must be used to define arrays
(#985) There should be a comma after the last array item in a multi-line array.
(#1023) Short array syntax must be used to define arrays
(#1027) Inline comments must end in full-stops, exclamation marks, or question marks
(#1028) Short array syntax must be used to define arrays
(#1031) Logical operator "and" is prohibited; use "&&" instead
(#1034) Short array syntax must be used to define arrays
(#1037) Inline comments must end in full-stops, exclamation marks, or question marks
(#1039) Short array syntax must be used to define arrays
(#1040) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1044) Inline comments must end in full-stops, exclamation marks, or question marks
(#1045) Short array syntax must be used to define arrays
(#1048) Short array syntax must be used to define arrays
(#1052) Short array syntax must be used to define arrays
(#1052) There should be a comma after the last array item in a multi-line array.
(#1055) Logical operator "and" is prohibited; use "&&" instead
(#1056) Short array syntax must be used to define arrays
(#1056) Line exceeds 132 characters; contains 145 characters
(#1069) Short array syntax must be used to define arrays
(#1072) Logical operator "or" is prohibited; use "||" instead
(#1072) Logical operator "or" is prohibited; use "||" instead
(#1072) Line exceeds 132 characters; contains 145 characters
(#1073) There should be a comma after the last array item in a multi-line array.
(#1097) Short array syntax must be used to define arrays
(#1117) Short array syntax must be used to define arrays
(#1130) Inline comments must end in full-stops, exclamation marks, or question marks
(#1174) Expected "if (...) {\n"; found "if (...) {\n"
(#1176) Short array syntax must be used to define arrays
(#1186) Line exceeds 132 characters; contains 157 characters
(#1194) Short array syntax must be used to define arrays
(#1200) Short array syntax must be used to define arrays
(#1224) Short array syntax must be used to define arrays
(#1230) Short array syntax must be used to define arrays
(#1236) Short array syntax must be used to define arrays
(#1263) Line exceeds 132 characters; contains 145 characters
(#1356) Short array syntax must be used to define arrays
(#1413) Line exceeds 132 characters; contains 151 characters
enrol/waitlist/locallib.php
(#1) DocBlock missing a @package tag for file locallib.php. Expected @package enrol_waitlist
(#31) Missing doc comment for class enrol_waitlist_enrol_form
(#45) Variable "elementName" must be all lower-case
(#45) Expected 1 space before opening brace; found 0
(#46) Variable "elementName" must be all lower-case
(#56) Short array syntax must be used to define arrays
(#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 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) Variable "openTime" must be all lower-case
(#69) Expected "if (...) {\n"; found "if(...) { "
(#69) Variable "closeTime" must be all lower-case
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Variable "openTime" must be all lower-case
(#71) Variable "currentTime" must be all lower-case
(#71) Variable "openTime" must be all lower-case
(#72) Variable "isDisabled" must be all lower-case
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#75) Variable "closeTime" must be all lower-case
(#75) Variable "currentTime" must be all lower-case
(#75) Variable "closeTime" must be all lower-case
(#76) Variable "isDisabled" must be all lower-case
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#82) Variable "isDisabled" must be all lower-case
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#87) Commas (,) must be followed by white space.
(#87) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#90) Variable "isDisabled" must be all lower-case
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#94) Variable "isDisabled" must be all lower-case
(#96) Commas (,) must be followed by white space.
(#96) Line exceeds maximum limit of 180 characters; contains 183 characters
(#97) Expected "} else {\n"; found "}else{\n"
(#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"
(#105) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Variable "enroledCount" must be all lower-case
(#107) Expected "} else {\n"; found "}else{\n"
(#109) Variable "lineCount" must be all lower-case
(#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) Line exceeds maximum limit of 180 characters; contains 372 characters
(#115) Commas (,) must be followed by white space.
(#115) Variable "htmlElementForSubmit" must be all lower-case
(#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
(#167) File must end with a newline character
enrol/waitlist/profile/assign.php
(#25) Variable "categoryId" must be all lower-case
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#35) Variable "categoryId" must be all lower-case
(#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"
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Short array syntax must be used to define arrays
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#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"
(#51) Short array syntax must be used to define arrays
(#51) Commas (,) must be followed by white space.
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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"
(#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) Variable "categoryId" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#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) Variable "usedFields" must be all lower-case
(#123) Variable "usedField" must be all lower-case
(#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"
(#131) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#132) Short array syntax must be used to define arrays
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#134) Variable "fieldCategory" must be all lower-case
(#134) Short array syntax must be used to define arrays
(#135) Variable "fieldCategory" must be all lower-case
(#136) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#138) Variable "checkedVal" must be all lower-case
(#139) Expected "if (...) {\n"; found "if(...){\n"
(#139) Variable "savedFields" must be all lower-case
(#140) Expected "if (...) {\n"; found "if(...) { "
(#140) Variable "savedFields" must be all lower-case
(#142) Variable "checkedVal" must be all lower-case
(#143) Expected "} else {\n"; found "}else{\n"
(#144) Expected "if (...) {\n"; found "if(...){\n"
(#146) Variable "checkedVal" must be all lower-case
(#155) Variable "checkedVal" must be all lower-case
(#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 "} else {\n"; found "}else{\n"
(#163) Commas (,) must be followed by white space.
(#166) Short array syntax must be used to define arrays
enrol/waitlist/profile/assign_form.php
(#22) Missing doc comment for class course_fields_assign_form
(#23) Visibility must be declared on method "definition"
(#23) Expected 0 spaces after "definition"; 1 found
(#24) Commas (,) must be followed by white space.
(#28) Short array syntax must be used to define arrays
(#30) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#37) File must end with a newline character
enrol/waitlist/profile/definelib.php
(#17) Missing doc comment for class waitlist_fields_profile_define_base
(#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) Visibility must be declared on method "define_form_category"
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Short array syntax must be used to define arrays
(#83) Commas (,) must be followed by white space.
(#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
(#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) Commas (,) must be followed by white space.
(#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
(#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 doc comment 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) Commas (,) must be followed by white space.
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) 3 slashes comments are not allowed; use "// Comment." instead
(#348) Logical operator "and" is prohibited; use "&&" instead
(#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
(#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) Logical operator "and" is prohibited; use "&&" instead
(#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) Commas (,) must be followed by white space.
(#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"
(#426) Expected "if (...) {\n"; found "if(...){\n"
(#430) Expected "if (...) {\n"; found "if(...){\n"
(#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 doc comment 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) Variable "courseCategorys" must be all lower-case
(#474) Variable "courseCategory" must be all lower-case
(#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"
(#486) Expected "if (...) {\n"; found "if(...){\n"
(#487) Variable "categoryIds" must be all lower-case
(#495) Expected "if (...) {\n"; found "if(...){\n"
(#496) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#496) Variable "categoryIds" must be all lower-case
(#504) Short array syntax must be used to define arrays
(#505) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#505) Variable "categoryIds" must be all lower-case
(#523) Variable "usedCategoryIds" must be all lower-case
(#523) Commas (,) must be followed by white space.
(#524) Expected "if (...) {\n"; found "if(...){\n"
(#527) Commas (,) must be followed by white space.
(#527) Variable "usedCategoryIds" must be all lower-case
(#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"
(#554) Missing doc comment 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
(#591) Short array syntax must be used to define arrays
(#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?
(#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
enrol/waitlist/profile/field/checkbox/define.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Missing doc comment for class waitlist_fields_profile_define_checkbox
(#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?
enrol/waitlist/profile/field/checkbox/field.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Missing doc comment for class waitlist_fields_profile_field_checkbox
(#10) PHP4 style constructors are not allowed; use "__construct()" instead
(#10) Visibility must be declared on method "waitlist_fields_profile_field_checkbox"
(#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) 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"
enrol/waitlist/profile/field/checkbox/lang/en/profilefield_checkbox.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Incorrect @package tag for file profilefield_checkbox.php. Expected enrol_waitlist, found profilefield_checkbox.
enrol/waitlist/profile/field/checkbox/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.
(#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) File must end with a newline character
enrol/waitlist/profile/field/text/field.class.php
(#20) Incorrect @package tag for file field.class.php. Expected enrol_waitlist, found profilefield_text.
(#41) Logical operator "and" is prohibited; use "&&" instead
(#51) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 140 characters
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.
(#38) This comment is 57% valid code; is this commented out code?
(#48) Short array syntax must be used to define arrays
(#50) File must end with a newline character
enrol/waitlist/profile/field/textarea/field.class.php
(#20) Incorrect @package tag for file field.class.php. Expected enrol_waitlist, found profilefield_textarea.
(#72) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
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
(#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) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#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 202 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) Commas (,) must be followed by white space.
(#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 doc comment 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) 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) Logical operator "or" is prohibited; use "||" instead
(#172) Line exceeds 132 characters; contains 134 characters
(#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) 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
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) 3 slashes comments are not allowed; use "// Comment." instead
(#221) Line exceeds maximum limit of 180 characters; contains 232 characters
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) 3 slashes comments are not allowed; use "// Comment." instead
(#228) Line exceeds maximum limit of 180 characters; contains 240 characters
enrol/waitlist/profile/index_category_form.php
(#21) Missing doc comment for class category_form
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Visibility must be declared on method "definition"
(#24) Expected 0 spaces after "definition"; 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"
(#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) Variable "marginLeft" must be all lower-case
(#48) Variable "marginLeft" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Short array syntax must be used to define arrays
(#51) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#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) 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
(#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
(#85) Visibility must be declared on method "profile_list_categories"
(#88) Short array syntax must be used to define arrays
enrol/waitlist/profile/index_field_form.php
(#21) Missing doc comment for class field_form
(#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"
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Visibility must be declared on method "definition"
(#26) Expected 0 spaces after "definition"; 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
(#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) Visibility must be declared on method "definition_after_data"
(#54) Expected 0 spaces after "definition_after_data"; 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) Visibility must be declared on method "validation"
(#65) Visibility must be declared on method "editors"
enrol/waitlist/profile/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) 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) 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) 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
(#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) 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"
(#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"
(#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"
(#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"
(#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"
(#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"
(#45) This comment is 70% valid code; is this commented out code?
(#46) Visibility must be declared on method "__construct"
(#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"
(#99) Visibility must be declared on method "edit_after_data"
(#102) Logical operator "or" is prohibited; use "||" instead
(#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) Commas (,) must be followed by white space.
(#125) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#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
(#156) Short array syntax must be used to define arrays
(#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
(#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"
(#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"
(#330) Visibility must be declared on method "is_locked"
(#338) Visibility must be declared on method "is_unique"
(#346) Visibility must be declared on method "is_signup_field"
(#356) DocBlock missing a @package tag for function local_course_profile_load_data. Expected @package enrol_waitlist
(#374) DocBlock missing a @package tag for function profile_course_fields_definition. Expected @package enrol_waitlist
(#374) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#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) Variable "categoryInfo" must be all lower-case
(#407) Missing doc comment for function profile_course_fields_definition_after_data
(#422) Missing doc comment for function profile_course_fields_validation
(#425) Short array syntax must be used to define arrays
(#437) Missing doc comment 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?
(#450) Missing doc comment for function profile_course_fields_display_fields
(#455) Short array syntax must be used to define arrays
(#460) Logical operator "and" is prohibited; use "&&" instead
(#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
(#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
(#505) DocBlock missing a @package tag for function profile_course_fields_user_record. Expected @package enrol_waitlist
(#534) DocBlock missing a @package tag for function profile_course_fields_load_custom_fields. Expected @package enrol_waitlist
enrol/waitlist/profile/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) File must end with a newline character
enrol/waitlist/renderer.php
(#19) Missing doc comment for class core_waitlist_renderer
(#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) 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"
(#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
(#257) Short array syntax must be used to define arrays
(#264) Short array syntax must be used to define arrays
(#279) Missing doc comment for class course_waitlist_table
(#382) Short array syntax must be used to define arrays
(#388) Short array syntax must be used to define arrays
(#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
(#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
(#535) Short array syntax must be used to define arrays
(#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
(#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
(#684) Short array syntax must be used to define arrays
(#685) File must end with a newline character
enrol/waitlist/selectlib.php
(#20) Incorrect @package tag for file selectlib.php. Expected enrol_waitlist, found enrol.
(#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
(#73) Short array syntax must be used to define arrays
(#82) Short array syntax must be used to define arrays
(#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
(#135) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
enrol/waitlist/settings.php
(#1) DocBlock missing a @package tag for file settings.php. Expected @package enrol_waitlist
(#30) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (genral sti)
(#42) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (enrol istacdfu)
(#49) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#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?
(#71) Short array syntax must be used to define arrays
(#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 155 characters
(#96) File must end with a newline character
enrol/waitlist/unenrol.php
(#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.
(#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) Line exceeds 132 characters; contains 153 characters
enrol/waitlist/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 doc comment for class waitlist_renderer
(#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
(#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
(#130) Short array syntax must be used to define arrays
(#135) Short array syntax must be used to define arrays
(#136) Short array syntax must be used to define arrays
(#137) Short array syntax must be used to define arrays
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) This comment is 69% valid code; is this commented out code?
(#154) Line exceeds maximum limit of 180 characters; contains 281 characters
(#157) File must end with a newline character
enrol/waitlist/users_forms.php
(#20) Incorrect @package tag for file users_forms.php. Expected enrol_waitlist, found core_enrol.
(#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) Commas (,) must be followed by white space.
(#76) Short array syntax must be used to define arrays
(#81) Visibility must be declared on method "definition"
(#92) Short array syntax must be used to define arrays
(#100) Commas (,) must be followed by white space.
(#130) Short array syntax must be used to define arrays
(#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
(#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
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing doc comment for class waitlist
(#29) Expected 1 space before opening brace; found 0
(#41) Commas (,) must be followed by white space.
(#48) Line exceeds 132 characters; contains 142 characters
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#51) Expected "} else {\n"; found "}else{\n"
(#62) File must end with a newline character

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

(180 errors, 56 warnings)

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

enrol/waitlist/classes/privacy/provider.php
(#13) Class provider is not documented
(#15) Function provider::get_metadata is not documented
(#26) Function provider::get_contexts_for_userid is not documented
(#37) Function provider::get_users_in_context is not documented
(#56) Function provider::export_user_data is not documented
(#84) Function provider::delete_data_for_all_users_in_context is not documented
(#96) Function provider::delete_data_for_user is not documented
(#123) Function provider::delete_data_for_users is not documented
enrol/waitlist/db/access.php
(#17) No one-line description found in phpdocs for file
enrol/waitlist/db/tasks.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
enrol/waitlist/db/upgrade.php
(#17) File-level phpdocs block is not found
(#19) Function xmldb_enrol_waitlist_upgrade is not documented
enrol/waitlist/edit_form.php
(#45) Class enrol_waitlist_edit_form is not documented
(#49) Function enrol_waitlist_edit_form::definition is not documented
(#283) Function enrol_waitlist_edit_form::validation is not documented
enrol/waitlist/enroluser.php
(#16) No one-line description found in phpdocs for file
enrol/waitlist/faculty.php
(#17) File-level phpdocs block is not found
enrol/waitlist/lang/de/enrol_waitlist.php
(#16) No one-line description found in phpdocs for file
enrol/waitlist/lang/en/enrol_waitlist.php
(#16) No one-line description found in phpdocs for file
enrol/waitlist/lib.php
(#29) Class enrol_waitlist_plugin is not documented
(#86) Function enrol_waitlist_plugin::roles_protected is not documented
(#91) Function enrol_waitlist_plugin::allow_unenrol is not documented
(#96) Function enrol_waitlist_plugin::allow_manage is not documented
(#101) Function enrol_waitlist_plugin::show_enrolme_link is not documented
(#459) Function enrol_waitlist_plugin::get_user_enrolment_actions is not documented
(#499) Function enrol_waitlist_plugin::process_wait_list is not documented
(#16) No one-line description found in phpdocs for file
enrol/waitlist/library.php
(#1408) Class enrol_ajax_exception is not documented
(#1114) Function course_enrolment_manager::get_manual_enrol_buttons is not documented
(#1129) Function course_enrolment_manager::has_instance is not documented
(#113) Variable course_enrolment_manager::$_instancessql is not documented
(#114) Variable course_enrolment_manager::$_instances is not documented
(#115) Variable course_enrolment_manager::$_inames is not documented
(#116) Variable course_enrolment_manager::$_plugins is not documented
(#117) Variable course_enrolment_manager::$_allplugins is not documented
(#118) Variable course_enrolment_manager::$_roles is not documented
(#119) Variable course_enrolment_manager::$_assignableroles is not documented
(#120) Variable course_enrolment_manager::$_assignablerolesothers is not documented
(#121) Variable course_enrolment_manager::$_groups is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class course_enrolment_manager
(#220) Phpdocs for function course_enrolment_manager::get_users has incomplete parameters list
(#589) Phpdocs for function course_enrolment_manager::get_assignable_roles has incomplete parameters list
(#995) Phpdocs for function course_enrolment_manager::get_users_for_display has incomplete parameters list
(#1293) Phpdocs for function enrol_user_button::strings_for_js has incomplete parameters list
(#1411) Phpdocs for function enrol_ajax_exception::__construct has incomplete parameters list
(#1444) Phpdocs for function enrol_bulk_enrolment_operation::__construct has incomplete parameters list
(#161) Not recommended phpdocs tag @global used
(#187) Not recommended phpdocs tag @global used
(#219) Not recommended phpdocs tag @global used
(#319) Not recommended phpdocs tag @global used
(#430) Not recommended phpdocs tag @global used
(#458) Not recommended phpdocs tag @global used
(#485) Not recommended phpdocs tag @global used
(#633) Not recommended phpdocs tag @global used
(#672) Not recommended phpdocs tag @global used
(#742) Not recommended phpdocs tag @global used
(#843) Not recommended phpdocs tag @global used
(#1164) Not recommended phpdocs tag @global used
(#1241) Not recommended phpdocs tag @staticvar used
(#356) 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)]}
(#356) 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)]}
(#400) 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)]}
(#400) 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)]}
(#1084) 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)]}
(#1084) 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
(#31) Class enrol_waitlist_enrol_form is not documented
(#34) Function enrol_waitlist_enrol_form::get_form_identifier is not documented
(#49) Function enrol_waitlist_enrol_form::definition is not documented
(#127) Function enrol_waitlist_enrol_form::validation is not documented
(#32) Variable enrol_waitlist_enrol_form::$instance is not documented
(#17) No one-line description found in phpdocs for file
(#42) Phpdocs for function enrol_waitlist_enrol_form::create_element_unique_id has incomplete parameters list
enrol/waitlist/profile/assign.php
(#17) File-level phpdocs block is not found
enrol/waitlist/profile/assign_form.php
(#22) Class course_fields_assign_form is not documented
(#23) Function course_fields_assign_form::definition is not documented
enrol/waitlist/profile/definelib.php
(#17) Class waitlist_fields_profile_define_base is not documented
(#80) Function waitlist_fields_profile_define_base::define_form_category is not documented
(#316) Function profile_delete_field is not documented
(#462) Function profile_edit_category is not documented
(#554) Function profile_edit_field is not documented
(#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
(#2) Empty line found after PHP open tag
(#3) Class waitlist_fields_profile_define_checkbox is not documented
(#5) Function waitlist_fields_profile_define_checkbox::define_form_specific is not documented
(#6) Found comment starting with three or more slashes
enrol/waitlist/profile/field/checkbox/field.class.php
(#2) Empty line found after PHP open tag
(#3) Class waitlist_fields_profile_field_checkbox is not documented
(#25) Function waitlist_fields_profile_field_checkbox::edit_field_add is not documented
(#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/field/checkbox/lang/en/profilefield_checkbox.php
(#2) Empty line found after PHP open tag
enrol/waitlist/profile/field/checkbox/version.php
(#17) No one-line description found in phpdocs for file
enrol/waitlist/profile/index.php
(#17) File-level phpdocs block is not found
(#155) Function profile_category_icons is not documented
(#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
(#21) Class category_form is not documented
(#24) Function category_form::definition is not documented
(#60) Function category_form::validation is not documented
(#85) Function category_form::profile_list_categories is not documented
(#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
(#21) Class field_form is not documented
(#26) Function field_form::definition is not documented
(#54) Function field_form::definition_after_data is not documented
(#61) Function field_form::validation is not documented
(#65) Function field_form::editors is not documented
(#23) Variable field_form::$field is not documented
(#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
(#46) Function course_fields_profile_field_base::__construct is not documented
(#356) Function local_course_profile_load_data is not documented
(#407) Function profile_course_fields_definition_after_data is not documented
(#422) Function profile_course_fields_validation is not documented
(#437) Function profile_course_fields_save_data is not documented
(#450) Function profile_course_fields_display_fields is not documented
(#32) Variable course_fields_profile_field_base::$fieldid is not documented
(#33) Variable course_fields_profile_field_base::$courseid is not documented
(#35) Variable course_fields_profile_field_base::$field is not documented
(#36) Variable course_fields_profile_field_base::$inputname is not documented
(#37) Variable course_fields_profile_field_base::$data is not documented
(#38) Variable course_fields_profile_field_base::$dataformat is not documented
(#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/profile/managetabs.php
(#17) File-level phpdocs block is not found
enrol/waitlist/renderer.php
(#17) File-level phpdocs block is not found
(#19) Class core_waitlist_renderer is not documented
(#279) Class course_waitlist_table is not documented
(#566) Function course_waitlist_table::initialise_javascript is not documented
(#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
(#392) Not recommended phpdocs tag @static used
(#681) Not recommended phpdocs tag @static used
enrol/waitlist/selectlib.php
(#36) Function enrol_apply_potential_participant::__construct is not documented
(#85) Function enrol_apply_potential_participant::get_options is not documented
(#100) Function enrol_apply_current_participant::__construct is not documented
(#147) Function enrol_apply_current_participant::get_options is not documented
(#34) Variable enrol_apply_potential_participant::$enrolid is not documented
(#97) Variable enrol_apply_current_participant::$courseid is not documented
(#98) Variable enrol_apply_current_participant::$enrolid is not documented
enrol/waitlist/settings.php
(#16) No one-line description found in phpdocs for file
enrol/waitlist/unenrol.php
(#16) No one-line description found in phpdocs for file
enrol/waitlist/unenrolself.php
(#17) No one-line description found in phpdocs for file
enrol/waitlist/users.php
(#23) Class waitlist_renderer is not documented
(#25) Function waitlist_renderer::render_course_enrolment_users_table is not documented
enrol/waitlist/users_forms.php
(#29) Class enrol_users_assign_form is not documented
(#80) Class enrol_users_addmember_form is not documented
(#30) Function enrol_users_assign_form::definition is not documented
(#81) Function enrol_users_addmember_form::definition is not documented
(#139) Function enrol_users_filter_form::definition is not documented
enrol/waitlist/version.php
(#16) No one-line description found in phpdocs for file
enrol/waitlist/waitlist.php
(#29) Class waitlist is not documented
(#30) Function waitlist::add_wait_list is not documented
(#44) Function waitlist::vaildate_wait_list is not documented
(#56) Function waitlist::get_wait_list is not documented
(#16) No one-line description found in phpdocs for file

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]