Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(626 errors, 55 warnings)

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

filter/ally/classes/external/get_module_maps.php
(#52) Opening brace must not be followed by a blank line
(#98) Blank line found at end of control structure
(#159) Only one argument is allowed per line in a multi-line function call
(#165) Only one argument is allowed per line in a multi-line function call
filter/ally/classes/local/entity_mapper.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#34) Import statements must not begin with a leading backslash
(#43) Opening brace must not be followed by a blank line
(#267) Missing docblock for function map_course_module_file_paths_to_pathhash
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Expected at least 1 space before "."; 0 found
(#389) Expected at least 1 space after "."; 0 found
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) No one-line description found in phpdocs for docblock of function start_annotating
(#443) No one-line description found in phpdocs for docblock of function end_annotating
(#457) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Expected 1 space after FUNCTION keyword; 0 found
(#475) Expected at least 1 space before "."; 0 found
(#475) Expected at least 1 space after "."; 0 found
filter/ally/classes/local/jwthelper.php
(#32) Missing docblock for constant jwthelper::ALGO
(#70) Expected at least 1 space before "."; 0 found
(#70) Expected at least 1 space after "."; 0 found
filter/ally/classes/privacy/provider.php
(#39) The interface names in a "class implements" statement should be ordered alphabetically. Expected: \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider, \core_privacy\local\request\core_userlist_provider; Found: \core_privacy\local\request\core_userlist_provider, \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider
(#39) The first item in a multi-line implements list must be on the line following the implements keyword
(#41) Opening brace must not be followed by a blank line
(#43) Missing docblock for function get_metadata
(#54) Missing docblock for function get_contexts_for_userid
(#58) Missing docblock for function export_user_data
(#61) Missing docblock for function delete_data_for_all_users_in_context
(#64) Missing docblock for function delete_data_for_user
(#67) Missing docblock for function get_users_in_context
(#70) Missing docblock for function delete_data_for_users
filter/ally/classes/renderables/wrapper.php
(#27) Missing docblock for class wrapper
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
filter/ally/classes/text_filter.php
(#29) Expected at least 1 space before "."; 0 found
(#29) Expected at least 1 space after "."; 0 found
(#48) Opening brace must not be followed by a blank line
(#69) Missing docblock for constant text_filter::IMAGE
(#91) Parentheses must be used when instantiating a new class
(#118) Parentheses must be used when instantiating a new class
(#173) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#175) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#267) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#268) Expected at least 1 space before "."; 0 found
(#268) Expected at least 1 space after "."; 0 found
(#268) Expected at least 1 space before "."; 0 found
(#268) Expected at least 1 space after "."; 0 found
(#268) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#268) Blank line found at start of control structure
(#272) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#274) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#306) Expected at least 1 space before "."; 0 found
(#306) Expected at least 1 space after "."; 0 found
(#307) Expected at least 1 space before "."; 0 found
(#307) Expected at least 1 space after "."; 0 found
(#307) Expected at least 1 space before "."; 0 found
(#307) Expected at least 1 space after "."; 0 found
(#308) Expected at least 1 space before "."; 0 found
(#308) Expected at least 1 space after "."; 0 found
(#308) Expected at least 1 space before "."; 0 found
(#308) Expected at least 1 space after "."; 0 found
(#360) No one-line description found in phpdocs for docblock of function process_url
(#405) Line exceeds 132 characters; contains 133 characters
(#409) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#411) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#412) Variable "imgSrc" must be all lower-case
(#415) Variable "imgSrc" must be all lower-case
(#415) Variable "imgSrc" must be all lower-case
(#415) Variable "imgSrc" must be all lower-case
(#444) Blank line found at start of control structure
(#491) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#491) Only one argument is allowed per line in a multi-line function call
(#491) Only one argument is allowed per line in a multi-line function call
(#491) Closing parenthesis of a multi-line function call must be on a line by itself
(#540) Expected at least 1 space before "."; 0 found
(#540) Expected at least 1 space after "."; 0 found
(#540) Expected at least 1 space before "."; 0 found
(#540) Expected at least 1 space after "."; 0 found
(#540) Expected at least 1 space before "."; 0 found
(#540) Expected at least 1 space after "."; 0 found
(#563) Expected at least 1 space before "."; 0 found
(#563) Expected at least 1 space after "."; 0 found
(#563) Expected at least 1 space before "."; 0 found
(#563) Expected at least 1 space after "."; 0 found
(#564) Blank line found at end of control structure
(#591) No one-line description found in phpdocs for docblock of function start_annotating
(#598) No one-line description found in phpdocs for docblock of function end_annotating
filter/ally/lib.php
(#40) Expected at least 1 space before "."; 0 found
(#40) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#49) Space before opening parenthesis of function call prohibited
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space after "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space after "."; 0 found
filter/ally/renderer.php
(#27) Missing docblock for class filter_ally_renderer
filter/ally/tests/annotating_state_test.php
(#31) No one-line description found in phpdocs for docblock of class annotating_state_test
(#32) Test method test_annotating_state() is missing any coverage information, own or at class level
filter/ally/tests/behat/behat_filter_ally.php
(#48) No one-line description found in phpdocs for docblock of function forum_module_exists
(#118) No one-line description found in phpdocs for docblock of function the_ally_filter_is_enabled
(#139) No one-line description found in phpdocs for docblock of function the_ally_filter_is_enabled_for_course
(#147) No one-line description found in phpdocs for docblock of function the_ally_filter_is_not_enabled_for_course
(#170) Expected at least 1 space before "."; 0 found
(#170) Expected at least 1 space after "."; 0 found
(#170) Expected at least 1 space before "."; 0 found
(#170) Expected at least 1 space before "."; 0 found
(#170) Expected at least 1 space after "."; 0 found
(#179) No one-line description found in phpdocs for docblock of function i_create_label_with_sample_images
(#184) Expected at least 1 space before "."; 0 found
(#184) Expected at least 1 space after "."; 0 found
(#205) Expected no spaces between $i and the increment operator; 1 found
(#208) Expected at least 1 space before "."; 0 found
(#208) Expected at least 1 space after "."; 0 found
(#210) Expected at least 1 space before "."; 0 found
(#210) Expected at least 1 space after "."; 0 found
(#234) No one-line description found in phpdocs for docblock of function i_create_a_label_with_random_text_files
(#239) Expected at least 1 space before "."; 0 found
(#239) Expected at least 1 space after "."; 0 found
(#258) Expected no spaces between $i and the increment operator; 1 found
(#260) Expected at least 1 space before "."; 0 found
(#260) Expected at least 1 space after "."; 0 found
(#267) Expected at least 1 space before "."; 0 found
(#267) Expected at least 1 space after "."; 0 found
(#283) No one-line description found in phpdocs for docblock of function i_create_a_module_with_html_content
(#292) Expected at least 1 space before "."; 0 found
(#292) Expected at least 1 space after "."; 0 found
(#320) Expected at least 1 space before "."; 0 found
(#320) Expected at least 1 space after "."; 0 found
(#339) No one-line description found in phpdocs for docblock of function i_add_a_html_block_with_content
(#368) No one-line description found in phpdocs for docblock of function i_open_the_module
(#381) No one-line description found in phpdocs for docblock of function i_add_chapters_to_book
(#399) Expected at least 1 space before "."; 0 found
(#399) Expected at least 1 space after "."; 0 found
(#399) Expected at least 1 space before "."; 0 found
(#399) Expected at least 1 space after "."; 0 found
(#399) Expected no space between "$chptitlenum" and the comma. Found: 1 space
(#400) Expected at least 1 space before "."; 0 found
(#400) Expected at least 1 space after "."; 0 found
(#408) Missing docblock for function get_lesson_instance_by_name_for_current_course
(#419) No one-line description found in phpdocs for docblock of function i_add_pages_to_lesson
(#429) Long list syntax is not allowed
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#444) Expected at least 1 space before "."; 0 found
(#444) Expected at least 1 space after "."; 0 found
(#444) Expected at least 1 space before "."; 0 found
(#444) Expected at least 1 space after "."; 0 found
(#455) No one-line description found in phpdocs for docblock of function i_add_truefalse_pages_to_lesson
(#466) Long list syntax is not allowed
(#481) Expected at least 1 space before "."; 0 found
(#481) Expected at least 1 space after "."; 0 found
(#485) Expected at least 1 space before "."; 0 found
(#485) Expected at least 1 space after "."; 0 found
(#489) Expected at least 1 space before "."; 0 found
(#489) Expected at least 1 space after "."; 0 found
(#491) Expected at least 1 space before "."; 0 found
(#491) Expected at least 1 space after "."; 0 found
(#491) Expected at least 1 space before "."; 0 found
(#491) Expected at least 1 space after "."; 0 found
(#500) No one-line description found in phpdocs for docblock of function book_current_chapter_is_annotated
(#516) Expected 1 space after FUNCTION keyword; 0 found
(#531) No one-line description found in phpdocs for docblock of function lesson_current_page_is_annotated
(#545) No one-line description found in phpdocs for docblock of function lesson_page_content_annotated
(#549) Expected at least 1 space before "."; 0 found
(#549) Expected at least 1 space after "."; 0 found
(#551) Expected at least 1 space before "."; 0 found
(#551) Expected at least 1 space after "."; 0 found
(#558) Expected at least 1 space before "."; 0 found
(#558) Expected at least 1 space after "."; 0 found
(#558) Expected at least 1 space before "."; 0 found
(#558) Expected at least 1 space after "."; 0 found
(#558) Expected at least 1 space before "."; 0 found
(#558) Expected at least 1 space after "."; 0 found
(#558) Expected at least 1 space before "."; 0 found
(#558) Expected at least 1 space after "."; 0 found
(#559) Expected at least 1 space before "."; 0 found
(#559) Expected at least 1 space after "."; 0 found
(#559) Expected at least 1 space before "."; 0 found
(#559) Expected at least 1 space after "."; 0 found
(#564) Missing docblock for function lesson_or_answer_content_annotated
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#573) Expected at least 1 space before "."; 0 found
(#573) Expected at least 1 space after "."; 0 found
(#573) Expected at least 1 space before "."; 0 found
(#573) Expected at least 1 space after "."; 0 found
(#573) Expected at least 1 space before "."; 0 found
(#573) Expected at least 1 space after "."; 0 found
(#580) Expected at least 1 space before "."; 0 found
(#580) Expected at least 1 space after "."; 0 found
(#580) Expected at least 1 space before "."; 0 found
(#580) Expected at least 1 space after "."; 0 found
(#580) Expected at least 1 space before "."; 0 found
(#580) Expected at least 1 space after "."; 0 found
(#581) Expected at least 1 space after "."; 0 found
(#581) Expected at least 1 space before "."; 0 found
(#581) Expected at least 1 space after "."; 0 found
(#581) Expected at least 1 space before "."; 0 found
(#581) Expected at least 1 space after "."; 0 found
(#582) Expected at least 1 space after "."; 0 found
(#582) Expected at least 1 space before "."; 0 found
(#582) Expected at least 1 space after "."; 0 found
(#582) Expected at least 1 space before "."; 0 found
(#582) Expected at least 1 space after "."; 0 found
(#590) No one-line description found in phpdocs for docblock of function lesson_answer_content_annotated
(#597) No one-line description found in phpdocs for docblock of function lesson_response_content_annotated
(#611) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#612) Multi-line function declaration not indented correctly; expected 8 spaces but found 39
(#613) Multi-line function declaration not indented correctly; expected 8 spaces but found 39
(#613) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $exception.
(#613) The closing parenthesis of a multi-line function declaration must be on a new line
(#682) Expected at least 1 space before "."; 0 found
(#682) Expected at least 1 space after "."; 0 found
(#682) Expected at least 1 space before "."; 0 found
(#682) Expected at least 1 space after "."; 0 found
(#689) No one-line description found in phpdocs for docblock of function true_false_lesson_questions_annotated
(#722) No one-line description found in phpdocs for docblock of function i_create_file_resources_using_fixtures
(#727) Expected at least 1 space before "."; 0 found
(#727) Expected at least 1 space after "."; 0 found
(#734) Expected at least 1 space before "."; 0 found
(#734) Expected at least 1 space after "."; 0 found
(#736) Expected at least 1 space before "."; 0 found
(#736) Expected at least 1 space after "."; 0 found
(#761) No one-line description found in phpdocs for docblock of function i_create_assign_with_additional_files
(#766) Expected at least 1 space before "."; 0 found
(#766) Expected at least 1 space after "."; 0 found
(#787) Expected at least 1 space before "."; 0 found
(#787) Expected at least 1 space after "."; 0 found
(#802) No one-line description found in phpdocs for docblock of function i_should_see_feedback_for_image_x
(#814) No one-line description found in phpdocs for docblock of function i_should_not_see_feedback_for_image_x
(#825) No one-line description found in phpdocs for docblock of function the_ally_image_cover_area_should_exist_for_image_x
(#866) Expected at least 1 space before "."; 0 found
(#866) Expected at least 1 space after "."; 0 found
(#875) No one-line description found in phpdocs for docblock of function i_should_not_see_any_placeholders_in_the_submissions_area
(#879) Expected at least 1 space before "."; 0 found
(#879) Expected at least 1 space after "."; 0 found
(#879) Expected at least 1 space before "."; 0 found
(#879) Expected at least 1 space after "."; 0 found
(#886) No one-line description found in phpdocs for docblock of function i_should_not_see_any_placeholders_in_the_grading_submissions_column
(#890) Expected at least 1 space before "."; 0 found
(#890) Expected at least 1 space after "."; 0 found
(#890) Expected at least 1 space before "."; 0 found
(#890) Expected at least 1 space after "."; 0 found
(#900) No one-line description found in phpdocs for docblock of function i_should_see_feedback_for_anchor_x
(#911) No one-line description found in phpdocs for docblock of function i_should_not_see_feedback_for_anchor_x
(#921) No one-line description found in phpdocs for docblock of function i_should_see_download_for_anchor_x
(#932) No one-line description found in phpdocs for docblock of function i_should_not_see_download_for_anchor_x
(#946) Expected at least 1 space before "."; 0 found
(#946) Expected at least 1 space after "."; 0 found
(#946) Expected at least 1 space before "."; 0 found
(#946) Expected at least 1 space after "."; 0 found
(#946) Expected at least 1 space before "."; 0 found
(#946) Expected at least 1 space after "."; 0 found
(#946) Expected at least 1 space before "."; 0 found
(#946) Expected at least 1 space after "."; 0 found
(#946) Expected at least 1 space before "."; 0 found
(#946) Expected at least 1 space after "."; 0 found
(#947) Expected at least 1 space before "."; 0 found
(#947) Expected at least 1 space after "."; 0 found
(#947) Expected at least 1 space before "."; 0 found
(#947) Expected at least 1 space after "."; 0 found
(#947) Expected at least 1 space before "."; 0 found
(#948) Expected at least 1 space before "."; 0 found
(#948) Expected at least 1 space after "."; 0 found
(#948) Expected at least 1 space before "."; 0 found
(#948) Expected at least 1 space after "."; 0 found
(#948) Expected at least 1 space before "."; 0 found
(#948) Expected at least 1 space after "."; 0 found
(#949) Expected at least 1 space before "."; 0 found
(#949) Expected at least 1 space after "."; 0 found
(#949) Expected at least 1 space before "."; 0 found
(#949) Expected at least 1 space after "."; 0 found
(#949) Expected at least 1 space before "."; 0 found
(#950) Expected at least 1 space before "."; 0 found
(#950) Expected at least 1 space after "."; 0 found
(#950) Expected at least 1 space before "."; 0 found
(#950) Expected at least 1 space after "."; 0 found
(#950) Expected at least 1 space before "."; 0 found
(#950) Expected at least 1 space after "."; 0 found
(#952) Expected at least 1 space before "."; 0 found
(#952) Expected at least 1 space after "."; 0 found
(#952) Expected at least 1 space before "."; 0 found
(#952) Expected at least 1 space after "."; 0 found
(#962) No one-line description found in phpdocs for docblock of function i_should_see_feedback_for_forum_post
(#974) No one-line description found in phpdocs for docblock of function i_should_not_see_feedback_for_forum_post
(#985) No one-line description found in phpdocs for docblock of function i_should_see_download_for_forum_post
(#997) No one-line description found in phpdocs for docblock of function i_should_not_see_download_for_forum_post
(#1005) No one-line description found in phpdocs for docblock of function i_allow_guest_access_for_current_course
(#1023) No one-line description found in phpdocs for docblock of function i_view_all_submissions
(#1028) Missing docblock for function get_course_and_section
(#1050) No one-line description found in phpdocs for docblock of function section_has_summary
(#1080) No one-line description found in phpdocs for docblock of function on_course_section_page
(#1095) No one-line description found in phpdocs for docblock of function section_has_html_summary
(#1106) No one-line description found in phpdocs for docblock of function section_has_text_summary
(#1110) Missing docblock for function section_selector
(#1114) Whitespace found at end of line within string
(#1122) No one-line description found in phpdocs for docblock of function section_is_annotated
(#1127) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#1127) Expected at least 1 space before "."; 0 found
(#1127) Expected at least 1 space after "."; 0 found
(#1127) Expected at least 1 space before "."; 0 found
(#1127) Expected at least 1 space after "."; 0 found
(#1127) Only one argument is allowed per line in a multi-line function call
(#1127) Closing parenthesis of a multi-line function call must be on a line by itself
(#1132) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#1132) Expected at least 1 space before "."; 0 found
(#1132) Expected at least 1 space after "."; 0 found
(#1132) Expected at least 1 space before "."; 0 found
(#1132) Expected at least 1 space after "."; 0 found
(#1132) Expected at least 1 space before "."; 0 found
(#1132) Expected at least 1 space after "."; 0 found
(#1132) Only one argument is allowed per line in a multi-line function call
(#1132) Closing parenthesis of a multi-line function call must be on a line by itself
(#1139) No one-line description found in phpdocs for docblock of function section_is_not_annotated
(#1145) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1145) Expected at least 1 space before "."; 0 found
(#1145) Expected at least 1 space after "."; 0 found
(#1145) Expected at least 1 space before "."; 0 found
(#1145) Expected at least 1 space after "."; 0 found
(#1145) Only one argument is allowed per line in a multi-line function call
(#1145) Closing parenthesis of a multi-line function call must be on a line by itself
(#1152) No one-line description found in phpdocs for docblock of function forum_is_annotated
(#1157) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1157) Only one argument is allowed per line in a multi-line function call
(#1157) Closing parenthesis of a multi-line function call must be on a line by itself
(#1167) No one-line description found in phpdocs for docblock of function get_module_content_node_by_html_content
(#1182) No one-line description found in phpdocs for docblock of function module_with_html_is_annotated
(#1186) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1186) Expected at least 1 space before "."; 0 found
(#1186) Expected at least 1 space after "."; 0 found
(#1186) Expected at least 1 space before "."; 0 found
(#1186) Expected at least 1 space after "."; 0 found
(#1186) Expected at least 1 space before "."; 0 found
(#1186) Expected at least 1 space after "."; 0 found
(#1186) Only one argument is allowed per line in a multi-line function call
(#1186) Closing parenthesis of a multi-line function call must be on a line by itself
(#1189) Expected at least 1 space before "."; 0 found
(#1189) Expected at least 1 space after "."; 0 found
(#1189) Expected at least 1 space before "."; 0 found
(#1189) Expected at least 1 space after "."; 0 found
(#1189) Expected at least 1 space before "."; 0 found
(#1189) Expected at least 1 space after "."; 0 found
(#1191) Expected at least 1 space before "."; 0 found
(#1191) Expected at least 1 space after "."; 0 found
(#1191) Expected at least 1 space before "."; 0 found
(#1191) Expected at least 1 space after "."; 0 found
(#1191) Expected at least 1 space before "."; 0 found
(#1191) Expected at least 1 space after "."; 0 found
(#1191) Expected at least 1 space before "."; 0 found
(#1191) Expected at least 1 space after "."; 0 found
(#1191) Expected at least 1 space before "."; 0 found
(#1191) Expected at least 1 space after "."; 0 found
(#1192) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1192) Closing parenthesis of a multi-line function call must be on a line by itself
(#1196) Expected at least 1 space before "."; 0 found
(#1196) Expected at least 1 space after "."; 0 found
(#1196) Expected at least 1 space before "."; 0 found
(#1196) Expected at least 1 space after "."; 0 found
(#1196) Expected at least 1 space before "."; 0 found
(#1196) Expected at least 1 space after "."; 0 found
(#1204) No one-line description found in phpdocs for docblock of function html_block_with_title_is_annotated
(#1207) Inline comments must end in full-stops, exclamation marks, or question marks
(#1216) Inline comments must end in full-stops, exclamation marks, or question marks
(#1237) Expected at least 1 space before "."; 0 found
(#1237) Expected at least 1 space after "."; 0 found
(#1237) Expected at least 1 space before "."; 0 found
(#1237) Expected at least 1 space after "."; 0 found
(#1237) Only one argument is allowed per line in a multi-line function call
(#1243) Expected at least 1 space before "."; 0 found
(#1243) Expected at least 1 space after "."; 0 found
(#1243) Expected at least 1 space before "."; 0 found
(#1243) Expected at least 1 space after "."; 0 found
(#1243) Expected at least 1 space before "."; 0 found
(#1243) Expected at least 1 space after "."; 0 found
(#1244) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1244) Closing parenthesis of a multi-line function call must be on a line by itself
(#1248) Expected at least 1 space before "."; 0 found
(#1248) Expected at least 1 space after "."; 0 found
(#1260) Expected at least 1 space before "."; 0 found
(#1260) Expected at least 1 space after "."; 0 found
(#1267) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#1267) Only one argument is allowed per line in a multi-line function call
(#1267) Only one argument is allowed per line in a multi-line function call
(#1267) Only one argument is allowed per line in a multi-line function call
(#1267) Only one argument is allowed per line in a multi-line function call
(#1267) Closing parenthesis of a multi-line function call must be on a line by itself
(#1275) No one-line description found in phpdocs for docblock of function follow_module_ws_url
(#1282) Missing docblock for function assert_element_in_viewport_or_not
(#1343) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#1343) Expected at least 1 space before "."; 0 found
(#1343) Expected at least 1 space after "."; 0 found
(#1343) Only one argument is allowed per line in a multi-line function call
(#1343) Closing parenthesis of a multi-line function call must be on a line by itself
(#1356) No one-line description found in phpdocs for docblock of function ensure_element_is_visible_and_in_viewport
(#1366) No one-line description found in phpdocs for docblock of function ensure_element_is_not_visible_or_not_in_viewport
(#1375) No one-line description found in phpdocs for docblock of function ensure_module_with_content_visible_and_in_viewport
(#1379) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#1379) Expected at least 1 space before "."; 0 found
(#1379) Expected at least 1 space after "."; 0 found
(#1379) Expected at least 1 space before "."; 0 found
(#1379) Expected at least 1 space after "."; 0 found
(#1380) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#1380) Closing parenthesis of a multi-line function call must be on a line by itself
(#1390) No one-line description found in phpdocs for docblock of function ensure_module_with_content_not_visible_or_not_in_viewport
(#1421) No one-line description found in phpdocs for docblock of function module_element_is_annotated
(#1425) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1425) Expected at least 1 space before "."; 0 found
(#1425) Expected at least 1 space after "."; 0 found
(#1425) Expected at least 1 space before "."; 0 found
(#1425) Expected at least 1 space after "."; 0 found
(#1425) Expected at least 1 space before "."; 0 found
(#1425) Expected at least 1 space after "."; 0 found
(#1425) Only one argument is allowed per line in a multi-line function call
(#1425) Closing parenthesis of a multi-line function call must be on a line by itself
(#1430) Expected at least 1 space before "."; 0 found
(#1430) Expected at least 1 space after "."; 0 found
(#1430) Expected at least 1 space before "."; 0 found
(#1430) Expected at least 1 space after "."; 0 found
(#1430) Expected at least 1 space before "."; 0 found
(#1430) Expected at least 1 space after "."; 0 found
(#1430) Expected at least 1 space before "."; 0 found
(#1430) Expected at least 1 space after "."; 0 found
(#1430) Expected at least 1 space before "."; 0 found
(#1430) Expected at least 1 space after "."; 0 found
(#1431) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#1431) Closing parenthesis of a multi-line function call must be on a line by itself
(#1435) Expected at least 1 space before "."; 0 found
(#1435) Expected at least 1 space after "."; 0 found
(#1442) No one-line description found in phpdocs for docblock of function skip_with_reason
filter/ally/tests/external/get_module_maps_test.php
(#48) Opening brace must not be followed by a blank line
(#53) Test method test_get_module_maps() is missing any coverage information, own or at class level
(#53) Test method test_get_module_maps() is missing a return type
(#114) Test method test_get_module_maps_invalid_course() is missing any coverage information, own or at class level
(#114) Test method test_get_module_maps_invalid_course() is missing a return type
(#129) Test method test_get_module_maps_no_capability() is missing any coverage information, own or at class level
(#129) Test method test_get_module_maps_no_capability() is missing a return type
(#150) Test method test_get_module_maps_returns() is missing any coverage information, own or at class level
(#150) Test method test_get_module_maps_returns() is missing a return type
(#167) Test method test_get_module_maps_parameters() is missing any coverage information, own or at class level
(#167) Test method test_get_module_maps_parameters() is missing a return type
filter/ally/tests/filter_test.php
(#34) No one-line description found in phpdocs for docblock of class filter_test
(#34) Opening brace must not be followed by a blank line
(#36) Missing member variable doc comment
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#49) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space after "."; 0 found
(#53) Test method test_restrictions_pagetype() is missing any coverage information, own or at class level
(#65) Test method test_is_course_page() is missing any coverage information, own or at class level
(#68) Expected at least 1 space before "."; 0 found
(#68) Expected at least 1 space after "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space after "."; 0 found
(#76) Test method test_map_assignment_file_paths_to_pathhash() is missing any coverage information, own or at class level
(#84) Only one argument is allowed per line in a multi-line function call
(#84) Only one argument is allowed per line in a multi-line function call
(#84) Only one argument is allowed per line in a multi-line function call
(#89) Only one argument is allowed per line in a multi-line function call
(#89) Only one argument is allowed per line in a multi-line function call
(#89) Only one argument is allowed per line in a multi-line function call
(#98) Expected at least 1 space before "."; 0 found
(#98) Expected at least 1 space after "."; 0 found
(#106) Expected at least 1 space before "."; 0 found
(#106) Expected at least 1 space after "."; 0 found
(#117) Only one argument is allowed per line in a multi-line function call
(#117) Only one argument is allowed per line in a multi-line function call
(#117) Only one argument is allowed per line in a multi-line function call
(#124) Only one argument is allowed per line in a multi-line function call
(#124) Only one argument is allowed per line in a multi-line function call
(#124) Only one argument is allowed per line in a multi-line function call
(#129) Test method test_map_folder_file_paths_to_pathhash() is missing any coverage information, own or at class level
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Only one argument is allowed per line in a multi-line function call
(#148) Expected at least 1 space before "."; 0 found
(#148) Expected at least 1 space after "."; 0 found
(#156) Expected at least 1 space before "."; 0 found
(#156) Expected at least 1 space after "."; 0 found
(#174) Only one argument is allowed per line in a multi-line function call
(#174) Only one argument is allowed per line in a multi-line function call
(#174) Only one argument is allowed per line in a multi-line function call
(#181) Only one argument is allowed per line in a multi-line function call
(#181) Only one argument is allowed per line in a multi-line function call
(#181) Only one argument is allowed per line in a multi-line function call
(#186) Missing docblock for function map_resource_file_paths_to_pathhash in testcase
(#196) Only one argument is allowed per line in a multi-line function call
(#196) Only one argument is allowed per line in a multi-line function call
(#196) Only one argument is allowed per line in a multi-line function call
(#200) Expected at least 1 space before "."; 0 found
(#200) Expected at least 1 space after "."; 0 found
(#210) Expected at least 1 space before "."; 0 found
(#210) Expected at least 1 space after "."; 0 found
(#229) Only one argument is allowed per line in a multi-line function call
(#229) Only one argument is allowed per line in a multi-line function call
(#229) Only one argument is allowed per line in a multi-line function call
(#236) Only one argument is allowed per line in a multi-line function call
(#236) Only one argument is allowed per line in a multi-line function call
(#236) Only one argument is allowed per line in a multi-line function call
(#242) Expected at least 1 space before "."; 0 found
(#242) Expected at least 1 space after "."; 0 found
(#245) Only one argument is allowed per line in a multi-line function call
(#245) Only one argument is allowed per line in a multi-line function call
(#245) Only one argument is allowed per line in a multi-line function call
(#254) Test method test_process_url() is missing any coverage information, own or at class level
(#254) No one-line description found in phpdocs for docblock of function test_process_url
(#259) Expected at least 1 space before "."; 0 found
(#259) Expected at least 1 space after "."; 0 found
(#259) Expected at least 1 space before "."; 0 found
(#259) Expected at least 1 space after "."; 0 found
(#259) Expected at least 1 space before "."; 0 found
(#259) Expected at least 1 space after "."; 0 found
(#260) Expected at least 1 space before "."; 0 found
(#260) Expected at least 1 space after "."; 0 found
(#260) Expected at least 1 space before "."; 0 found
(#260) Expected at least 1 space after "."; 0 found
(#260) Expected at least 1 space before "."; 0 found
(#260) Expected at least 1 space after "."; 0 found
(#261) Expected at least 1 space before "."; 0 found
(#261) Expected at least 1 space after "."; 0 found
(#261) Expected at least 1 space before "."; 0 found
(#261) Expected at least 1 space after "."; 0 found
(#261) Expected at least 1 space before "."; 0 found
(#261) Expected at least 1 space after "."; 0 found
(#265) Long list syntax is not allowed
(#266) Only one argument is allowed per line in a multi-line function call
(#266) Only one argument is allowed per line in a multi-line function call
(#266) Only one argument is allowed per line in a multi-line function call
(#276) Expected at least 1 space before "."; 0 found
(#276) Expected at least 1 space after "."; 0 found
(#276) Expected at least 1 space before "."; 0 found
(#276) Expected at least 1 space after "."; 0 found
(#278) Only one argument is allowed per line in a multi-line function call
(#278) Only one argument is allowed per line in a multi-line function call
(#278) Only one argument is allowed per line in a multi-line function call
(#283) Test method test_process_url_fileparam() is missing any coverage information, own or at class level
(#303) Test method test_filter_img() is missing any coverage information, own or at class level
(#306) Expected at least 1 space before "."; 0 found
(#306) Expected at least 1 space after "."; 0 found
(#340) Expected at least 1 space before "."; 0 found
(#341) Expected at least 1 space before "."; 0 found
(#341) Expected at least 1 space after "."; 0 found
(#341) Expected at least 1 space before "."; 0 found
(#341) Expected at least 1 space after "."; 0 found
(#341) Expected at least 1 space before "."; 0 found
(#341) Expected at least 1 space after "."; 0 found
(#399) Test method test_filter_img_noslashargs() is missing any coverage information, own or at class level
(#405) Test method test_filter_img_blacklistedcontexts() is missing any coverage information, own or at class level
(#410) Expected at least 1 space before "."; 0 found
(#410) Expected at least 1 space after "."; 0 found
(#458) Test method test_filter_img_blacklistedcontexts_noslashargs() is missing any coverage information, own or at class level
(#467) Test method test_filter_img_regexchars() is missing any coverage information, own or at class level
(#497) Expected at least 1 space before "."; 0 found
(#497) Expected at least 1 space after "."; 0 found
(#497) Expected at least 1 space before "."; 0 found
(#497) Expected at least 1 space after "."; 0 found
(#499) Expected at least 1 space before "."; 0 found
(#499) Expected at least 1 space after "."; 0 found
(#499) Expected at least 1 space before "."; 0 found
(#499) Expected at least 1 space after "."; 0 found
(#509) Expected at least 1 space before "."; 0 found
(#510) Expected at least 1 space before "."; 0 found
(#510) Expected at least 1 space after "."; 0 found
(#510) Expected at least 1 space before "."; 0 found
(#510) Expected at least 1 space after "."; 0 found
(#510) Expected at least 1 space before "."; 0 found
(#510) Expected at least 1 space after "."; 0 found
(#517) Test method test_filter_img_regexchars_noslashargs() is missing any coverage information, own or at class level
(#539) Test method test_filter_anchor() is missing any coverage information, own or at class level
(#571) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#621) Test method test_filter_anchor_noslashargs() is missing any coverage information, own or at class level
(#630) Test method test_filter_anchor_style_with_htmlentities() is missing any coverage information, own or at class level
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#664) Test method test_filter_anchor_blacklistedcontexts() is missing any coverage information, own or at class level
(#669) Expected at least 1 space before "."; 0 found
(#669) Expected at least 1 space after "."; 0 found
(#707) Expected at least 1 space before "."; 0 found
(#708) Expected at least 1 space before "."; 0 found
(#708) Expected at least 1 space after "."; 0 found
(#708) Expected at least 1 space before "."; 0 found
(#708) Expected at least 1 space after "."; 0 found
(#708) Expected at least 1 space before "."; 0 found
(#708) Expected at least 1 space after "."; 0 found
(#715) Test method test_filter_anchor_blacklistedcontexts_noslashargs() is missing any coverage information, own or at class level
(#724) Test method test_filter_anchor_regexchars() is missing any coverage information, own or at class level
(#754) Expected at least 1 space before "."; 0 found
(#754) Expected at least 1 space after "."; 0 found
(#754) Expected at least 1 space before "."; 0 found
(#754) Expected at least 1 space after "."; 0 found
(#756) Expected at least 1 space before "."; 0 found
(#756) Expected at least 1 space after "."; 0 found
(#756) Expected at least 1 space before "."; 0 found
(#756) Expected at least 1 space after "."; 0 found
(#766) Expected at least 1 space before "."; 0 found
(#767) Expected at least 1 space before "."; 0 found
(#767) Expected at least 1 space after "."; 0 found
(#767) Expected at least 1 space before "."; 0 found
(#767) Expected at least 1 space after "."; 0 found
(#767) Expected at least 1 space before "."; 0 found
(#767) Expected at least 1 space after "."; 0 found
(#774) Test method test_filter_anchor_regexchars_noslashargs() is missing any coverage information, own or at class level
(#780) Test method test_map_forum_attachment_file_paths_to_pathhash() is missing any coverage information, own or at class level
(#797) Only one argument is allowed per line in a multi-line function call
(#797) Only one argument is allowed per line in a multi-line function call
(#797) Only one argument is allowed per line in a multi-line function call
(#821) Only one argument is allowed per line in a multi-line function call
(#821) Only one argument is allowed per line in a multi-line function call
(#821) Only one argument is allowed per line in a multi-line function call
(#831) Expected at least 1 space before "."; 0 found
(#831) Expected at least 1 space after "."; 0 found
(#832) Expected at least 1 space before "."; 0 found
(#832) Expected at least 1 space after "."; 0 found
(#832) Expected at least 1 space before "."; 0 found
(#832) Expected at least 1 space after "."; 0 found
(#837) Only one argument is allowed per line in a multi-line function call
(#837) Only one argument is allowed per line in a multi-line function call
(#837) Only one argument is allowed per line in a multi-line function call
(#842) Test method test_verify_and_fix_if_applied_lesson_module() is missing any coverage information, own or at class level
(#873) Expected at least 1 space before "."; 0 found
(#873) Expected at least 1 space after "."; 0 found
(#873) Expected at least 1 space before "."; 0 found
(#873) Expected at least 1 space after "."; 0 found
(#885) Expected at least 1 space before "."; 0 found
(#885) Expected at least 1 space after "."; 0 found
(#885) Expected at least 1 space before "."; 0 found
(#885) Expected at least 1 space after "."; 0 found
(#886) Expected at least 1 space before "."; 0 found
(#886) Expected at least 1 space after "."; 0 found
(#886) Expected at least 1 space before "."; 0 found
(#886) Expected at least 1 space after "."; 0 found
(#893) Test method test_apply_content_annotation() is missing any coverage information, own or at class level
(#912) Opening parenthesis of a multi-line function call must be the last content on the line
(#912) Only one argument is allowed per line in a multi-line function call
(#913) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#913) Only one argument is allowed per line in a multi-line function call
(#913) Closing parenthesis of a multi-line function call must be on a line by itself
(#920) Expected at least 1 space before "."; 0 found
(#920) Expected at least 1 space after "."; 0 found
(#923) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#925) Missing docblock for function call_filter_setup in testcase
filter/ally/tests/jwthelper_test.php
(#21) Missing @copyright tag
(#21) Missing @license tag
(#26) No one-line description found in phpdocs for docblock of class jwthelper_test
(#26) Opening brace must not be followed by a blank line
(#28) Missing docblock for function config_set_ok in testcase
(#76) Test method test_jwttoken_false() is missing any coverage information, own or at class level
(#84) Test method test_jwttoken_ok() is missing any coverage information, own or at class level
(#94) Test method test_jwttoken_valid() is missing any coverage information, own or at class level
(#105) Test method test_jwttoken_valid_teacher() is missing any coverage information, own or at class level
(#125) Test method test_jwttoken_valid_student() is missing any coverage information, own or at class level
(#153) Test method test_jwttoken_valid_guest() is missing any coverage information, own or at class level
(#169) Function closing brace must go on the next line following the body; found 1 blank lines before brace
filter/ally/tests/privacy_provider_test.php
(#43) Test method test_get_metadata() is missing any coverage information, own or at class level

Javascript coding style problems

(767 errors, 6326 warnings)

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

filter/ally/amd/src/main.js
(#27) Identifier 'get_strings' is not in camel case. (camelcase)
(#409) Expected catch,fail,always() or return (promise/catch-or-return)
(#416) Each then() should return a value or throw (promise/always-return)
(#745) Expected catch,fail,always() or return (promise/catch-or-return)
(#814) Each then() should return a value or throw (promise/always-return)
(#926) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#926) Identifier 'ally_section_maps' is not in camel case. (camelcase)
(#933) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#937) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#941) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#945) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#949) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#953) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#957) Identifier 'ally_section_maps' is not in camel case. (camelcase)
(#961) Identifier 'ally_annotation_maps' is not in camel case. (camelcase)
(#969) Identifier 'ally_annotation_maps' is not in camel case. (camelcase)
(#1029) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#1035) Identifier 'ally_section_maps' is not in camel case. (camelcase)
(#1036) Identifier 'ally_annotation_maps' is not in camel case. (camelcase)
(#1071) Identifier 'ally_module_maps' is not in camel case. (camelcase)
(#1087) Identifier 'ally_module_maps' is not in camel case. (camelcase)
filter/ally/vendorjs/url-search-params.amd.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) This line has a length of 6711. Maximum allowed is 132. (max-len)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) This line has 177 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unnecessary escape character: \(. (no-useless-escape)
(#2) Unnecessary escape character: \). (no-useless-escape)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key '!'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '''. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '('. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key ')'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '~'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '%20'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '%00'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) ["delete"] is better written in dot notation. (dot-notation)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) ["delete"] is better written in dot notation. (dot-notation)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) ["delete"] is better written in dot notation. (dot-notation)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'configurable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'writable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'configurable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'writable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'href'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'search'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'searchParams'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator 'in' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A regular expression literal can be confused with '/='. (no-div-regex)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator 'in' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'next'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'done'. (key-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator 'in' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'next'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'done'. (key-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator 'in' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'next'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'done'. (key-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator 'in' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) ["delete"] is better written in dot notation. (dot-notation)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
filter/ally/vendorjs/wgxpath.install.js
(#1) Function has a complexity of 40. Maximum allowed is 20. (complexity)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#2) This line has a length of 561. Maximum allowed is 132. (max-len)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '!=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#3) This line has a length of 431. Maximum allowed is 132. (max-len)
(#3) Operator '&&' must be spaced. (space-infix-ops)
(#3) Operator '==' must be spaced. (space-infix-ops)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Operator '==' must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "throw". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Operator '<' must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#4) This line has a length of 298. Maximum allowed is 132. (max-len)
(#4) 'a' is defined but never used. (no-unused-vars)
(#4) A space is required after ','. (comma-spacing)
(#4) 'b' is defined but never used. (no-unused-vars)
(#4) A space is required after ','. (comma-spacing)
(#4) 'c' is defined but never used. (no-unused-vars)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) 'da' is a function. (no-func-assign)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) Operator '!=' must be spaced. (space-infix-ops)
(#4) Operator '?' must be spaced. (space-infix-ops)
(#4) Operator ':' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'b' is defined but never used. (no-unused-vars)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Unexpected 'this'. (no-invalid-this)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#5) This line has a length of 264. Maximum allowed is 132. (max-len)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#5) Unexpected empty function 'c'. (no-empty-function)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing '()' invoking a constructor. (new-parens)
(#5) A constructor name should not start with a lowercase letter. (new-cap)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) 'f' is defined but never used. (no-unused-vars)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '-' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected { after 'for' condition. (curly)
(#5) Operator '-' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) 'g' declared on line 5 column 153 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Unnecessary semicolon. (no-extra-semi)
(#30) This line has a length of 712. Maximum allowed is 132. (max-len)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Operator '!=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Do not nest ternary expressions. (no-nested-ternary)
(#30) Operator '<' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Operator '>' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Unnecessary semicolon. (no-extra-semi)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Do not nest ternary expressions. (no-nested-ternary)
(#30) Use '===' to compare with null. (no-eq-null)
(#30) Operator '==' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Operator '>' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Operator '==' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Operator '<' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'for' condition. (curly)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Operator '===' must be spaced. (space-infix-ops)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '<' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'for' condition. (curly)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#31) This line has a length of 516. Maximum allowed is 132. (max-len)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '<' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) 'e' declared on line 31 column 50 is used outside of binding context. (block-scoped-var)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '<' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#32) This line has a length of 741. Maximum allowed is 132. (max-len)
(#32) Expected space(s) after "return". (keyword-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Unexpected labeled statement. (no-labels)
(#32) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Expected space(s) after "for". (keyword-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '<' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'for' condition. (curly)
(#32) Expected space(s) before "if". (keyword-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) Unnecessary '.call()'. (no-useless-call)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Unexpected label in break statement. (no-labels)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Do not nest ternary expressions. (no-nested-ternary)
(#32) Operator '>' must be spaced. (space-infix-ops)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) before "function". (keyword-spacing)
(#32) 'a' is defined but never used. (no-unused-vars)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) before "function". (keyword-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '>=' must be spaced. (space-infix-ops)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Unnecessary semicolon. (no-extra-semi)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Unexpected labeled statement. (no-labels)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Unexpected label in break statement. (no-labels)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Unnecessary semicolon. (no-extra-semi)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) before "var". (keyword-spacing)
(#33) This line has a length of 367. Maximum allowed is 132. (max-len)
(#33) Unexpected labeled statement. (no-labels)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#33) Expected to return a value at the end of function. (consistent-return)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Unnecessary escape character: \:. (no-useless-escape)
(#33) Unnecessary escape character: \). (no-useless-escape)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Unnecessary escape character: \.. (no-useless-escape)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Unnecessary escape character: \). (no-useless-escape)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Unnecessary escape character: \/. (no-useless-escape)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Operator '&&' must be spaced. (space-infix-ops)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) Operator ':' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Use '===' to compare with null. (no-eq-null)
(#33) Operator '!=' must be spaced. (space-infix-ops)
(#33) Operator '&&' must be spaced. (space-infix-ops)
(#33) Operator '>' must be spaced. (space-infix-ops)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Unexpected label in break statement. (no-labels)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Expected space(s) before "var". (keyword-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#34) This line has a length of 449. Maximum allowed is 132. (max-len)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '<' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "do". (keyword-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) before "break". (keyword-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) Operator ':' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) Operator ':' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Expected space(s) before "while". (keyword-spacing)
(#34) Expected space(s) after "while". (keyword-spacing)
(#34) Operator '==' must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '<=' must be spaced. (space-infix-ops)
(#34) 'b' declared on line 34 column 39 is used outside of binding context. (block-scoped-var)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) This line has a length of 377. Maximum allowed is 132. (max-len)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Operator '?' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '==' must be spaced. (space-infix-ops)
(#35) Operator '?' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator ':' must be spaced. (space-infix-ops)
(#35) Operator ':' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Operator '<=' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Operator '==' must be spaced. (space-infix-ops)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Operator '==' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Operator '!=' must be spaced. (space-infix-ops)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Operator '==' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Unexpected use of '&'. (no-bitwise)
(#35) Operator '&' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Operator '!=' must be spaced. (space-infix-ops)
(#35) Expected { after 'for' condition. (curly)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Operator '==' must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#36) This line has a length of 508. Maximum allowed is 132. (max-len)
(#36) Function 'Da' has a complexity of 22. Maximum allowed is 20. (complexity)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Unexpected use of '&'. (no-bitwise)
(#36) Operator '&' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '&&' must be spaced. (space-infix-ops)
(#36) Operator '<=' must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Expected space(s) after "return". (keyword-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Expected space(s) before "if". (keyword-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator 'in' must be spaced. (space-infix-ops)
(#36) Operator '||' must be spaced. (space-infix-ops)
(#36) Operator '&&' must be spaced. (space-infix-ops)
(#36) Operator 'in' must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '&&' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Operator '-' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Do not nest ternary expressions. (no-nested-ternary)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#36) A space is required after ','. (comma-spacing)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Do not nest ternary expressions. (no-nested-ternary)
(#36) Operator '&&' must be spaced. (space-infix-ops)
(#36) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#36) A space is required after ','. (comma-spacing)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator '*' must be spaced. (space-infix-ops)
(#36) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#36) A space is required after ','. (comma-spacing)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Operator '&&' must be spaced. (space-infix-ops)
(#36) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#36) A space is required after ','. (comma-spacing)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#36) A space is required after ','. (comma-spacing)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Operator '-' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) 'd' declared on line 36 column 273 is used outside of binding context. (block-scoped-var)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#37) This line has a length of 1114. Maximum allowed is 132. (max-len)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) Operator '||' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'c' declared on line 36 column 257 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) 'd' declared on line 36 column 273 is used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'c' declared on line 36 column 257 is used outside of binding context. (block-scoped-var)
(#37) This line has 37 statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'c' declared on line 36 column 257 is used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) 'd' declared on line 36 column 273 is used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'c' declared on line 36 column 257 is used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Operator '!=' must be spaced. (space-infix-ops)
(#37) Expected { after 'for' condition. (curly)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) before "if". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Unnecessary semicolon. (no-extra-semi)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '<=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '<=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A constructor name should not start with a lowercase letter. (new-cap)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Unnecessary semicolon. (no-extra-semi)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) 'c' declared on line 37 column 915 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'c' declared on line 37 column 915 is used outside of binding context. (block-scoped-var)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '||' must be spaced. (space-infix-ops)
(#37) Use '===' to compare with null. (no-eq-null)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '||' must be spaced. (space-infix-ops)
(#37) Use '===' to compare with null. (no-eq-null)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Operator '!=' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "if". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'c' declared on line 37 column 915 is used outside of binding context. (block-scoped-var)
(#37) Expected { after 'if' condition. (curly)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'c' declared on line 37 column 915 is used outside of binding context. (block-scoped-var)
(#37) Operator '||' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'c' declared on line 37 column 915 is used outside of binding context. (block-scoped-var)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) 'c' declared on line 37 column 915 is used outside of binding context. (block-scoped-var)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'c' is already defined. (no-redeclare)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is already defined. (no-redeclare)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected { after 'do'. (curly)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Operator '!=' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '+=' must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '==' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '+=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "while". (keyword-spacing)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Expected { after 'for' condition. (curly)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Expected space(s) before "else". (keyword-spacing)
(#37) Expected { after 'else'. (curly)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Operator '+' must be spaced. (space-infix-ops)
(#37) 'b' declared on line 37 column 924 is used outside of binding context. (block-scoped-var)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#38) This line has a length of 269. Maximum allowed is 132. (max-len)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Operator '===' must be spaced. (space-infix-ops)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "try". (keyword-spacing)
(#38) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Expected space(s) before "catch". (keyword-spacing)
(#38) Expected space(s) after "catch". (keyword-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '==' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Use '===' to compare with null. (no-eq-null)
(#38) Operator '==' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '==' must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Expected space(s) before "function". (keyword-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Unnecessary '.call()'. (no-useless-call)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Missing '()' invoking a constructor. (new-parens)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#39) This line has a length of 295. Maximum allowed is 132. (max-len)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) Operator '==' must be spaced. (space-infix-ops)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Operator '===' must be spaced. (space-infix-ops)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Expected { after 'if' condition. (curly)
(#39) Expected space(s) before "return". (keyword-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Operator '!=' must be spaced. (space-infix-ops)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected { after 'if' condition. (curly)
(#39) Expected space(s) before "return". (keyword-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Expected { after 'for' condition. (curly)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) 'g' declared on line 39 column 172 is used outside of binding context. (block-scoped-var)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) Expected space(s) before "for". (keyword-spacing)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) 'h' declared on line 39 column 177 is used outside of binding context. (block-scoped-var)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) 'h' declared on line 39 column 177 is used outside of binding context. (block-scoped-var)
(#39) Expected { after 'for' condition. (curly)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Operator '==' must be spaced. (space-infix-ops)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Operator '==' must be spaced. (space-infix-ops)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#40) This line has a length of 377. Maximum allowed is 132. (max-len)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '==' must be spaced. (space-infix-ops)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '==' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Operator '==' must be spaced. (space-infix-ops)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#41) This line has a length of 438. Maximum allowed is 132. (max-len)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Operator '!=' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) before "return". (keyword-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '!=' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Expected space(s) before "return". (keyword-spacing)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Expected space(s) before "function". (keyword-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Expected { after 'for' condition. (curly)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#42) This line has a length of 666. Maximum allowed is 132. (max-len)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) A space is required after ','. (comma-spacing)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) This line has 35 statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Operator '==' must be spaced. (space-infix-ops)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Operator '===' must be spaced. (space-infix-ops)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Unnecessary semicolon. (no-extra-semi)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Do not nest ternary expressions. (no-nested-ternary)
(#42) Operator '==' must be spaced. (space-infix-ops)
(#42) Operator '||' must be spaced. (space-infix-ops)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Operator '==' must be spaced. (space-infix-ops)
(#42) Operator '?' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator ':' must be spaced. (space-infix-ops)
(#42) Operator '<' must be spaced. (space-infix-ops)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '?' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator ':' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '?' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator ':' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "for". (keyword-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) 'e' declared on line 42 column 365 is used outside of binding context. (block-scoped-var)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '||' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'e' declared on line 42 column 365 is used outside of binding context. (block-scoped-var)
(#42) 'e' declared on line 42 column 365 is used outside of binding context. (block-scoped-var)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) 'd' declared on line 42 column 358 is used outside of binding context. (block-scoped-var)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) 'd' declared on line 42 column 358 is used outside of binding context. (block-scoped-var)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) 'd' declared on line 42 column 358 is used outside of binding context. (block-scoped-var)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) 'e' declared on line 42 column 365 is used outside of binding context. (block-scoped-var)
(#42) A space is required after ','. (comma-spacing)
(#42) 'f' declared on line 42 column 367 is used outside of binding context. (block-scoped-var)
(#42) A space is required after ','. (comma-spacing)
(#42) 'e' declared on line 42 column 365 is used outside of binding context. (block-scoped-var)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) 'e' declared on line 42 column 365 is used outside of binding context. (block-scoped-var)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) 'd' declared on line 42 column 358 is used outside of binding context. (block-scoped-var)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) 'f' declared on line 42 column 367 is used outside of binding context. (block-scoped-var)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Operator '?' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator ':' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#43) This line has a length of 913. Maximum allowed is 132. (max-len)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) This line has 50 statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "return". (keyword-spacing)
(#43) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "return". (keyword-spacing)
(#43) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Use '===' to compare with null. (no-eq-null)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Unnecessary semicolon. (no-extra-semi)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Unexpected 'this'. (no-invalid-this)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Unexpected 'this'. (no-invalid-this)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected 'this'. (no-invalid-this)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Unexpected 'this'. (no-invalid-this)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "return". (keyword-spacing)
(#43) Operator '+' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '+' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "function". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Unnecessary semicolon. (no-extra-semi)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'name'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 's'. (key-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'name'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 's'. (key-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#44) This line has a length of 512. Maximum allowed is 132. (max-len)
(#44) Function 'O' has a complexity of 22. Maximum allowed is 20. (complexity)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "for". (keyword-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Expected { after 'for' condition. (curly)
(#44) Expected space(s) before "for". (keyword-spacing)
(#44) Expected space(s) after "for". (keyword-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Expected { after 'for' condition. (curly)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Expected space(s) after "return". (keyword-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "return". (keyword-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '||' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#44) Operator '?' must be spaced. (space-infix-ops)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Operator ':' must be spaced. (space-infix-ops)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "for". (keyword-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected space(s) after "switch". (keyword-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '==' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '||' must be spaced. (space-infix-ops)
(#44) Operator '==' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Expected space(s) after "return". (keyword-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Expected space(s) after "return". (keyword-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Do not nest ternary expressions. (no-nested-ternary)
(#44) Operator '?' must be spaced. (space-infix-ops)
(#44) Do not nest ternary expressions. (no-nested-ternary)
(#44) Operator '==' must be spaced. (space-infix-ops)
(#45) This line has a length of 386. Maximum allowed is 132. (max-len)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Operator '==' must be spaced. (space-infix-ops)
(#45) Operator '?' must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Operator ':' must be spaced. (space-infix-ops)
(#45) Operator '==' must be spaced. (space-infix-ops)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Operator '==' must be spaced. (space-infix-ops)
(#45) Operator '?' must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Operator ':' must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Operator ':' must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) 'a' is already defined. (no-redeclare)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Return statement should not contain assignment. (no-return-assign)
(#45) Operator '+=' must be spaced. (space-infix-ops)
(#45) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#46) This line has a length of 462. Maximum allowed is 132. (max-len)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) before "throw". (keyword-spacing)
(#46) Operator '+' must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '/' must be spaced. (space-infix-ops)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '%' must be spaced. (space-infix-ops)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '*' must be spaced. (space-infix-ops)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '+' must be spaced. (space-infix-ops)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '-' must be spaced. (space-infix-ops)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Operator '<' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#47) This line has a length of 1365. Maximum allowed is 132. (max-len)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) This line has 51 statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Operator '>' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '<=' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '>=' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '==' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '!=' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Unnecessary semicolon. (no-extra-semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '!=' must be spaced. (space-infix-ops)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) before "throw". (keyword-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Return statement should not contain assignment. (no-return-assign)
(#47) Operator '+=' must be spaced. (space-infix-ops)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Operator '<' must be spaced. (space-infix-ops)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) before "throw". (keyword-spacing)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Operator '!==' must be spaced. (space-infix-ops)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '>' must be spaced. (space-infix-ops)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) before "throw". (keyword-spacing)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Operator '!=' must be spaced. (space-infix-ops)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) before "throw". (keyword-spacing)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Operator '+' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Unexpected 'this'. (no-invalid-this)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Unexpected 'this'. (no-invalid-this)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Unexpected 'this'. (no-invalid-this)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) Unexpected 'this'. (no-invalid-this)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) Unexpected 'this'. (no-invalid-this)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#48) This line has a length of 411. Maximum allowed is 132. (max-len)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '+' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "var". (keyword-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Operator '+' must be spaced. (space-infix-ops)
(#48) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) 'a' is already defined. (no-redeclare)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '+' must be spaced. (space-infix-ops)
(#48) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '!==' must be spaced. (space-infix-ops)
(#48) Operator '?' must be spaced. (space-infix-ops)
(#48) Operator ':' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Unexpected 'this'. (no-invalid-this)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#49) This line has a length of 476. Maximum allowed is 132. (max-len)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Expected { after 'if' condition. (curly)
(#49) Expected space(s) before "throw". (keyword-spacing)
(#49) Operator '+' must be spaced. (space-infix-ops)
(#49) Operator '+' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A constructor name should not start with a lowercase letter. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) 'b' is defined but never used. (no-unused-vars)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Operator '+' must be spaced. (space-infix-ops)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#50) This line has a length of 489. Maximum allowed is 132. (max-len)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Expected space(s) after "return". (keyword-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Operator '&&' must be spaced. (space-infix-ops)
(#50) Operator '==' must be spaced. (space-infix-ops)
(#50) Expected { after 'if' condition. (curly)
(#50) Expected space(s) before "return". (keyword-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Expected { after 'if' condition. (curly)
(#50) Expected space(s) before "return". (keyword-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Operator '==' must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Expected space(s) before "return". (keyword-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Expected space(s) before "return". (keyword-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Expected space(s) before "var". (keyword-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '==' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Operator '<=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing '()' invoking a constructor. (new-parens)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) A space is required after ','. (comma-spacing)
(#51) This line has a length of 416. Maximum allowed is 132. (max-len)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "return". (keyword-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Operator '!=' must be spaced. (space-infix-ops)
(#51) Expected { after 'if' condition. (curly)
(#51) Expected space(s) before "throw". (keyword-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "return". (keyword-spacing)
(#51) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator '||' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "return". (keyword-spacing)
(#51) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "return". (keyword-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#52) This line has a length of 501. Maximum allowed is 132. (max-len)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Expected space(s) after "return". (keyword-spacing)
(#52) Operator '?' must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator ':' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Expected space(s) after "return". (keyword-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Operator '?' must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator ':' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Operator '==' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Operator '?' must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator ':' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#53) This line has a length of 472. Maximum allowed is 132. (max-len)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Expected space(s) after "return". (keyword-spacing)
(#53) Operator '?' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator ':' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Operator '||' must be spaced. (space-infix-ops)
(#53) Operator '==' must be spaced. (space-infix-ops)
(#53) Operator '||' must be spaced. (space-infix-ops)
(#53) Operator '==' must be spaced. (space-infix-ops)
(#53) Expected { after 'if' condition. (curly)
(#53) Expected space(s) before "return". (keyword-spacing)
(#53) Expected space(s) after "return". (keyword-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '?' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator ':' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Operator '||' must be spaced. (space-infix-ops)
(#53) Operator '===' must be spaced. (space-infix-ops)
(#53) Expected { after 'if' condition. (curly)
(#53) Expected space(s) before "return". (keyword-spacing)
(#53) Expected space(s) after "return". (keyword-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '-' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '==' must be spaced. (space-infix-ops)
(#53) Operator '?' must be spaced. (space-infix-ops)
(#53) Operator ':' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected space(s) after "return". (keyword-spacing)
(#53) Operator '==' must be spaced. (space-infix-ops)
(#53) Operator '?' must be spaced. (space-infix-ops)
(#53) Operator ':' must be spaced. (space-infix-ops)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) A space is required after ','. (comma-spacing)
(#54) This line has a length of 903. Maximum allowed is 132. (max-len)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) This line has 42 statements. Maximum allowed is 2. (max-statements-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "return". (keyword-spacing)
(#54) Operator '==' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "for". (keyword-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) Expected { after 'for' condition. (curly)
(#54) Operator '+=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "for". (keyword-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Operator '||' must be spaced. (space-infix-ops)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "for". (keyword-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) 'f' declared on line 54 column 320 is used outside of binding context. (block-scoped-var)
(#54) Expected { after 'for' condition. (curly)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Unexpected use of comma operator. (no-sequences)
(#54) A space is required after ','. (comma-spacing)
(#54) Operator '+=' must be spaced. (space-infix-ops)
(#54) 'f' declared on line 54 column 320 is used outside of binding context. (block-scoped-var)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) 'f' declared on line 54 column 320 is used outside of binding context. (block-scoped-var)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) 'f' declared on line 54 column 320 is used outside of binding context. (block-scoped-var)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Expected space(s) after "return". (keyword-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Operator '!==' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "switch". (keyword-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Expected space(s) before "function". (keyword-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Expected space(s) after "return". (keyword-spacing)
(#54) Operator '==' must be spaced. (space-infix-ops)
(#54) Operator '||' must be spaced. (space-infix-ops)
(#54) Operator '==' must be spaced. (space-infix-ops)
(#54) Operator '||' must be spaced. (space-infix-ops)
(#54) Operator '==' must be spaced. (space-infix-ops)
(#54) Operator '||' must be spaced. (space-infix-ops)
(#54) Operator '==' must be spaced. (space-infix-ops)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '===' must be spaced. (space-infix-ops)
(#54) Operator '||' must be spaced. (space-infix-ops)
(#54) Operator '==' must be spaced. (space-infix-ops)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#55) This line has a length of 1076. Maximum allowed is 132. (max-len)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) This line has 37 statements. Maximum allowed is 2. (max-statements-per-line)
(#55) Operator '===' must be spaced. (space-infix-ops)
(#55) Operator '||' must be spaced. (space-infix-ops)
(#55) Operator '+=' must be spaced. (space-infix-ops)
(#55) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Unexpected 'this'. (no-invalid-this)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Unexpected 'this'. (no-invalid-this)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Expected space(s) before "function". (keyword-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected space(s) after "for". (keyword-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected { after 'for' condition. (curly)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) A constructor name should not start with a lowercase letter. (new-cap)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Expected space(s) before "var". (keyword-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Unnecessary escape character: \.. (no-useless-escape)
(#55) Unnecessary escape character: \.. (no-useless-escape)
(#55) Unnecessary escape character: \.. (no-useless-escape)
(#55) Unnecessary escape character: \.. (no-useless-escape)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '||' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Expected space(s) before "function". (keyword-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Expected space(s) before "function". (keyword-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '<=' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Unnecessary semicolon. (no-extra-semi)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Unexpected 'this'. (no-invalid-this)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Unexpected 'this'. (no-invalid-this)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Expected space(s) after "return". (keyword-spacing)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '==' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Operator '!=' must be spaced. (space-infix-ops)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) Operator '!=' must be spaced. (space-infix-ops)
(#55) Expected { after 'if' condition. (curly)
(#55) Expected space(s) before "return". (keyword-spacing)
(#55) Expected space(s) after "return". (keyword-spacing)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '!==' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected space(s) after "return". (keyword-spacing)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) Operator '!=' must be spaced. (space-infix-ops)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) Operator '!=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '==' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '==' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#56) This line has a length of 796. Maximum allowed is 132. (max-len)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected space(s) after "return". (keyword-spacing)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '==' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) This line has 37 statements. Maximum allowed is 2. (max-statements-per-line)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected space(s) after "return". (keyword-spacing)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Operator '==' must be spaced. (space-infix-ops)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) A space is required after ','. (comma-spacing)
(#56) Operator '||' must be spaced. (space-infix-ops)
(#56) Operator '!=' must be spaced. (space-infix-ops)
(#56) Operator '||' must be spaced. (space-infix-ops)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Operator '!=' must be spaced. (space-infix-ops)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing space before value for key 'name'. (key-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing space before value for key 's'. (key-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing '()' invoking a constructor. (new-parens)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Operator '==' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#56) A space is required after ','. (comma-spacing)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected space(s) after "return". (keyword-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Unexpected 'this'. (no-invalid-this)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Missing '()' invoking a constructor. (new-parens)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected space(s) after "return". (keyword-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#57) This line has a length of 486. Maximum allowed is 132. (max-len)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Expected space(s) after "return". (keyword-spacing)
(#57) Operator '==' must be spaced. (space-infix-ops)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '==' must be spaced. (space-infix-ops)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Expected { after 'if' condition. (curly)
(#57) Expected space(s) before "throw". (keyword-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '<' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '!=' must be spaced. (space-infix-ops)
(#57) Expected { after 'if' condition. (curly)
(#57) Expected space(s) before "if". (keyword-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '!=' must be spaced. (space-infix-ops)
(#57) Expected { after 'if' condition. (curly)
(#57) Expected space(s) before "for". (keyword-spacing)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) A space is required after ','. (comma-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Use '===' to compare with null. (no-eq-null)
(#57) Operator '!=' must be spaced. (space-infix-ops)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) Expected { after 'for' condition. (curly)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Unexpected use of comma operator. (no-sequences)
(#57) A space is required after ','. (comma-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected { after 'else'. (curly)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) Unexpected use of comma operator. (no-sequences)
(#57) A space is required after ','. (comma-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "else". (keyword-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Unexpected use of '&'. (no-bitwise)
(#57) Operator '&' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Expected { after 'for' condition. (curly)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Expected space(s) before "return". (keyword-spacing)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#58) This line has a length of 201. Maximum allowed is 132. (max-len)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '+' must be spaced. (space-infix-ops)
(#58) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Operator '+' must be spaced. (space-infix-ops)
(#58) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '+=' must be spaced. (space-infix-ops)
(#58) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Expected space(s) before "return". (keyword-spacing)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Unexpected 'this'. (no-invalid-this)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Unexpected 'this'. (no-invalid-this)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#59) This line has a length of 485. Maximum allowed is 132. (max-len)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Expected space(s) after "for". (keyword-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '||' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '<' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected { after 'for' condition. (curly)
(#59) Expected space(s) before "for". (keyword-spacing)
(#59) Expected space(s) after "for". (keyword-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator '-' must be spaced. (space-infix-ops)
(#59) Operator ':' must be spaced. (space-infix-ops)
(#59) Operator '+' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Operator '==' must be spaced. (space-infix-ops)
(#59) Expected { after 'if' condition. (curly)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '==' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Operator '==' must be spaced. (space-infix-ops)
(#59) Operator '||' must be spaced. (space-infix-ops)
(#59) Operator '==' must be spaced. (space-infix-ops)
(#59) Expected { after 'if' condition. (curly)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Expected { after 'if' condition. (curly)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '<' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected { after 'else'. (curly)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Expected { after 'if' condition. (curly)
(#59) Expected space(s) before "throw". (keyword-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) 'x' is already defined. (no-redeclare)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator ':' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator ':' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) before "return". (keyword-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#60) This line has a length of 386. Maximum allowed is 132. (max-len)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#60) Operator '+' must be spaced. (space-infix-ops)
(#60) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Operator '||' must be spaced. (space-infix-ops)
(#60) A constructor name should not start with a lowercase letter. (new-cap)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Operator '<' must be spaced. (space-infix-ops)
(#60) Operator '?' must be spaced. (space-infix-ops)
(#60) Operator ':' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Operator '?' must be spaced. (space-infix-ops)
(#60) Operator ':' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing space before value for key 'name'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 's'. (key-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Unexpected labeled statement. (no-labels)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected space(s) after "for". (keyword-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '<' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected { after 'for' condition. (curly)
(#60) Expected space(s) before "if". (keyword-spacing)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Unexpected use of comma operator. (no-sequences)
(#60) A space is required after ','. (comma-spacing)
(#60) Operator '||' must be spaced. (space-infix-ops)
(#60) Operator '==' must be spaced. (space-infix-ops)
(#60) Operator '||' must be spaced. (space-infix-ops)
(#60) Operator '==' must be spaced. (space-infix-ops)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Unexpected label in break statement. (no-labels)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Expected space(s) before "this". (keyword-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#61) This line has a length of 415. Maximum allowed is 132. (max-len)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Operator '?' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) A space is required after ','. (comma-spacing)
(#61) Operator ':' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) before "if". (keyword-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '!=' must be spaced. (space-infix-ops)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) before "if". (keyword-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) A space is required after ','. (comma-spacing)
(#61) Unexpected use of comma operator. (no-sequences)
(#61) A space is required after ','. (comma-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) before "for". (keyword-spacing)
(#61) Expected space(s) after "for". (keyword-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Use '===' to compare with null. (no-eq-null)
(#61) Operator '!=' must be spaced. (space-infix-ops)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) Expected { after 'for' condition. (curly)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected { after 'else'. (curly)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing '()' invoking a constructor. (new-parens)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected { after 'else'. (curly)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Unexpected use of comma operator. (no-sequences)
(#61) A space is required after ','. (comma-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected { after 'else'. (curly)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Return statement should not contain assignment. (no-return-assign)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#62) This line has a length of 466. Maximum allowed is 132. (max-len)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator '?' must be spaced. (space-infix-ops)
(#62) Operator ':' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) Operator '+=' must be spaced. (space-infix-ops)
(#62) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Operator '+=' must be spaced. (space-infix-ops)
(#62) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Operator '+=' must be spaced. (space-infix-ops)
(#62) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) Expected space(s) before "return". (keyword-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Unexpected 'this'. (no-invalid-this)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Unexpected 'this'. (no-invalid-this)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Unexpected 'this'. (no-invalid-this)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Unexpected 'this'. (no-invalid-this)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Expected { after 'if' condition. (curly)
(#62) Expected space(s) before "throw". (keyword-spacing)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) A constructor name should not start with a lowercase letter. (new-cap)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Return statement should not contain assignment. (no-return-assign)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#63) This line has a length of 195. Maximum allowed is 132. (max-len)
(#63) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Expected space(s) after "for". (keyword-spacing)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing '()' invoking a constructor. (new-parens)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Expected { after 'for' condition. (curly)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#63) 'c' declared on line 63 column 40 is used outside of binding context. (block-scoped-var)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (semi)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing '()' invoking a constructor. (new-parens)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected { after 'do'. (curly)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected space(s) after "while". (keyword-spacing)
(#63) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (semi)
(#63) A space is required after ','. (comma-spacing)
(#64) This line has a length of 463. Maximum allowed is 132. (max-len)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing '()' invoking a constructor. (new-parens)
(#64) A space is required after ','. (comma-spacing)
(#64) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#64) Operator '==' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "return". (keyword-spacing)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A constructor name should not start with a lowercase letter. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Unexpected use of comma operator. (no-sequences)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "if". (keyword-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) Operator '==' must be spaced. (space-infix-ops)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "for". (keyword-spacing)
(#64) Expected space(s) after "for". (keyword-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected { after 'for' condition. (curly)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "else". (keyword-spacing)
(#64) Expected { after 'else'. (curly)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (semi)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Expected space(s) after "return". (keyword-spacing)
(#64) Unnecessary '.call()'. (no-useless-call)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) Missing '()' invoking a constructor. (new-parens)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (semi)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#65) This line has a length of 416. Maximum allowed is 132. (max-len)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing '()' invoking a constructor. (new-parens)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing '()' invoking a constructor. (new-parens)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected { after 'do'. (curly)
(#65) Expected space(s) after "for". (keyword-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Expected { after 'for' condition. (curly)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) Unexpected use of comma operator. (no-sequences)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "while". (keyword-spacing)
(#65) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Expected space(s) after "for". (keyword-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing '()' invoking a constructor. (new-parens)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Expected { after 'for' condition. (curly)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) 'c' declared on line 65 column 320 is used outside of binding context. (block-scoped-var)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Missing '()' invoking a constructor. (new-parens)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) A space is required after ','. (comma-spacing)
(#66) This line has a length of 435. Maximum allowed is 132. (max-len)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing '()' invoking a constructor. (new-parens)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#66) Operator '==' must be spaced. (space-infix-ops)
(#66) Expected { after 'if' condition. (curly)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Operator '==' must be spaced. (space-infix-ops)
(#66) Expected { after 'if' condition. (curly)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) Unexpected use of comma operator. (no-sequences)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing '()' invoking a constructor. (new-parens)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected { after 'do'. (curly)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "while". (keyword-spacing)
(#66) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "for". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '<' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "for". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Expected { after 'for' condition. (curly)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "for". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '<' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected { after 'for' condition. (curly)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Unexpected use of comma operator. (no-sequences)
(#66) A space is required after ','. (comma-spacing)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#67) This line has a length of 1221. Maximum allowed is 132. (max-len)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "for". (keyword-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing '()' invoking a constructor. (new-parens)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Expected { after 'for' condition. (curly)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) This line has 57 statements. Maximum allowed is 2. (max-statements-per-line)
(#67) 'c' declared on line 67 column 49 is used outside of binding context. (block-scoped-var)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing '()' invoking a constructor. (new-parens)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Unexpected 'this'. (no-invalid-this)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Unexpected 'this'. (no-invalid-this)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Unexpected 'this'. (no-invalid-this)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Unexpected 'this'. (no-invalid-this)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "return". (keyword-spacing)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "return". (keyword-spacing)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing '()' invoking a constructor. (new-parens)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) before "throw". (keyword-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Expected space(s) before "function". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "for". (keyword-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) before "break". (keyword-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '||' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Expected space(s) before "for". (keyword-spacing)
(#67) Expected space(s) after "for". (keyword-spacing)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Operator '<=' must be spaced. (space-infix-ops)
(#67) Operator '-' must be spaced. (space-infix-ops)
(#67) Expected { after 'for' condition. (curly)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Expected space(s) before "for". (keyword-spacing)
(#67) Expected space(s) after "for". (keyword-spacing)
(#67) 'c' declared on line 67 column 827 is used outside of binding context. (block-scoped-var)
(#67) 'b' declared on line 67 column 825 is used outside of binding context. (block-scoped-var)
(#67) Expected { after 'for' condition. (curly)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) 'c' declared on line 67 column 827 is used outside of binding context. (block-scoped-var)
(#67) A space is required after ','. (comma-spacing)
(#67) 'c' declared on line 67 column 827 is used outside of binding context. (block-scoped-var)
(#67) A space is required after ','. (comma-spacing)
(#67) 'b' declared on line 67 column 825 is used outside of binding context. (block-scoped-var)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) 'b' declared on line 67 column 825 is used outside of binding context. (block-scoped-var)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Expected space(s) before "function". (keyword-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) before "throw". (keyword-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Expected space(s) before "function". (keyword-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Operator '!=' must be spaced. (space-infix-ops)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) before "throw". (keyword-spacing)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) This line has a length of 162. Maximum allowed is 132. (max-len)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Operator '!=' must be spaced. (space-infix-ops)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) before "throw". (keyword-spacing)
(#68) Operator '+' must be spaced. (space-infix-ops)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Expected space(s) before "function". (keyword-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Operator '>' must be spaced. (space-infix-ops)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) before "throw". (keyword-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) A constructor name should not start with a lowercase letter. (new-cap)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#69) This line has a length of 506. Maximum allowed is 132. (max-len)
(#69) Function 'Hb' has a complexity of 24. Maximum allowed is 20. (complexity)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Operator '==' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '!=' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '!=' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '!=' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '!=' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Expected { after 'if' condition. (curly)
(#69) Expected space(s) before "return". (keyword-spacing)
(#69) Missing '()' invoking a constructor. (new-parens)
(#69) A constructor name should not start with a lowercase letter. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing '()' invoking a constructor. (new-parens)
(#69) A constructor name should not start with a lowercase letter. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (semi)
(#69) Expected space(s) before "else". (keyword-spacing)
(#69) Expected space(s) after "else". (keyword-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Unexpected labeled statement. (no-labels)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "switch". (keyword-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected { after 'if' condition. (curly)
(#69) Expected space(s) before "if". (keyword-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '==' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) This line has a length of 454. Maximum allowed is 132. (max-len)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '||' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected space(s) after "for". (keyword-spacing)
(#70) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Operator '!=' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#70) Operator '!=' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Expected { after 'if' condition. (curly)
(#70) Expected space(s) before "break". (keyword-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A constructor name should not start with a lowercase letter. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Expected space(s) before "else". (keyword-spacing)
(#70) Expected space(s) after "else". (keyword-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Unexpected label in break statement. (no-labels)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Expected space(s) before "else". (keyword-spacing)
(#70) Expected { after 'else'. (curly)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A constructor name should not start with a lowercase letter. (new-cap)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator '==' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A constructor name should not start with a lowercase letter. (new-cap)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Expected space(s) before "if". (keyword-spacing)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Expected { after 'if' condition. (curly)
(#70) Expected space(s) before "if". (keyword-spacing)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Expected { after 'if' condition. (curly)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected { after 'else'. (curly)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected { after 'else'. (curly)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Unexpected use of comma operator. (no-sequences)
(#70) A space is required after ','. (comma-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing '()' invoking a constructor. (new-parens)
(#70) A constructor name should not start with a lowercase letter. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Expected space(s) before "for". (keyword-spacing)
(#70) Expected space(s) after "for". (keyword-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Expected { after 'for' condition. (curly)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) Unexpected use of comma operator. (no-sequences)
(#70) A space is required after ','. (comma-spacing)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A constructor name should not start with a lowercase letter. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#71) This line has a length of 536. Maximum allowed is 132. (max-len)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#71) Operator '!=' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '!=' must be spaced. (space-infix-ops)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "throw". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Return statement should not contain assignment. (no-return-assign)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Unexpected use of comma operator. (no-sequences)
(#71) A space is required after ','. (comma-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Return statement should not contain assignment. (no-return-assign)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Unexpected use of comma operator. (no-sequences)
(#71) A space is required after ','. (comma-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Unexpected use of comma operator. (no-sequences)
(#71) A space is required after ','. (comma-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "throw". (keyword-spacing)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "throw". (keyword-spacing)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected { after 'else'. (curly)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Unnecessary escape character: \*. (no-useless-escape)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#72) This line has a length of 510. Maximum allowed is 132. (max-len)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Expected { after 'if' condition. (curly)
(#72) Expected space(s) before "throw". (keyword-spacing)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Expected { after 'if' condition. (curly)
(#72) Expected space(s) before "throw". (keyword-spacing)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) 'g' declared on line 72 column 307 is used outside of binding context. (block-scoped-var)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Operator '==' must be spaced. (space-infix-ops)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '==' must be spaced. (space-infix-ops)
(#72) Expected { after 'if' condition. (curly)
(#72) 'g' declared on line 72 column 307 is used outside of binding context. (block-scoped-var)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) 'g' declared on line 72 column 307 is used outside of binding context. (block-scoped-var)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (semi)
(#72) Expected space(s) before "else". (keyword-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) Unexpected use of comma operator. (no-sequences)
(#72) A space is required after ','. (comma-spacing)
(#72) 'f' declared on line 72 column 156 is used outside of binding context. (block-scoped-var)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '==' must be spaced. (space-infix-ops)
(#72) 'f' declared on line 72 column 156 is used outside of binding context. (block-scoped-var)
(#72) Expected { after 'if' condition. (curly)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "else". (keyword-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) 'g' is already defined. (no-redeclare)
(#72) 'g' declared on line 72 column 175 is used outside of binding context. (block-scoped-var)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) 'f' declared on line 72 column 156 is used outside of binding context. (block-scoped-var)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Operator '==' must be spaced. (space-infix-ops)
(#72) 'g' declared on line 72 column 175 is used outside of binding context. (block-scoped-var)
(#72) Expected { after 'if' condition. (curly)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) 'g' declared on line 72 column 175 is used outside of binding context. (block-scoped-var)
(#72) Unexpected use of comma operator. (no-sequences)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected { after 'if' condition. (curly)
(#72) Expected space(s) before "throw". (keyword-spacing)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) 'g' declared on line 72 column 175 is used outside of binding context. (block-scoped-var)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) 'f' declared on line 72 column 156 is used outside of binding context. (block-scoped-var)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (semi)
(#72) Expected space(s) before "else". (keyword-spacing)
(#72) Expected { after 'else'. (curly)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A constructor name should not start with a lowercase letter. (new-cap)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#73) This line has a length of 1160. Maximum allowed is 132. (max-len)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '==' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Expected space(s) before "function". (keyword-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Expected space(s) after "for". (keyword-spacing)
(#73) This line has 41 statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '==' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Expected space(s) before "return". (keyword-spacing)
(#73) 'b' declared on line 73 column 53 is used outside of binding context. (block-scoped-var)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Expected space(s) before "function". (keyword-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Operator '==' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "return". (keyword-spacing)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Unexpected use of comma operator. (no-sequences)
(#73) A space is required after ','. (comma-spacing)
(#73) A constructor name should not start with a lowercase letter. (new-cap)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Operator '!=' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Expected { after 'if' condition. (curly)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "else". (keyword-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Expected space(s) after "for". (keyword-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '==' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Expected { after 'for' condition. (curly)
(#73) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) A space is required after ','. (comma-spacing)
(#73) Unexpected use of comma operator. (no-sequences)
(#73) A space is required after ','. (comma-spacing)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Expected space(s) before "return". (keyword-spacing)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Unnecessary semicolon. (no-extra-semi)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Expected space(s) after "switch". (keyword-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '?' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Expected space(s) before "function". (keyword-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Expected space(s) before "function". (keyword-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Operator '==' must be spaced. (space-infix-ops)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "return". (keyword-spacing)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Do not nest ternary expressions. (no-nested-ternary)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '?' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '!=' must be spaced. (space-infix-ops)
(#73) Operator '?' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Unnecessary semicolon. (no-extra-semi)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "throw". (keyword-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "throw". (keyword-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#73) Operator '?' must be spaced. (space-infix-ops)
(#73) Operator '==' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "throw". (keyword-spacing)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#74) This line has a length of 534. Maximum allowed is 132. (max-len)
(#74) Function 'Y' has a complexity of 25. Maximum allowed is 20. (complexity)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '==' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "if". (keyword-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#74) Operator '==' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '==' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '==' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'else'. (curly)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '!=' must be spaced. (space-infix-ops)
(#74) Operator '&&' must be spaced. (space-infix-ops)
(#74) Operator '!=' must be spaced. (space-infix-ops)
(#74) Operator '&&' must be spaced. (space-infix-ops)
(#74) Operator '!=' must be spaced. (space-infix-ops)
(#74) Operator '&&' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "throw". (keyword-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "switch". (keyword-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Operator '+' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#75) This line has a length of 511. Maximum allowed is 132. (max-len)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Expected { after 'for' condition. (curly)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Expected space(s) before "var". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Operator '!=' must be spaced. (space-infix-ops)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '!=' must be spaced. (space-infix-ops)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "throw". (keyword-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '>=' must be spaced. (space-infix-ops)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Operator '!=' must be spaced. (space-infix-ops)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '!=' must be spaced. (space-infix-ops)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "throw". (keyword-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '>=' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#76) This line has a length of 310. Maximum allowed is 132. (max-len)
(#76) Operator '>' must be spaced. (space-infix-ops)
(#76) Operator '?' must be spaced. (space-infix-ops)
(#76) Operator ':' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#77) This line has a length of 475. Maximum allowed is 132. (max-len)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Expected { after 'if' condition. (curly)
(#77) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Unexpected use of comma operator. (no-sequences)
(#77) A space is required after ','. (comma-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) Expected space(s) before "var". (keyword-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#77) Operator 'in' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Operator '+' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "for". (keyword-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Expected { after 'for' condition. (curly)
(#77) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#77) Do not nest ternary expressions. (no-nested-ternary)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '?' must be spaced. (space-infix-ops)
(#77) Operator '?' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator ':' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator ':' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Unexpected space before function parentheses. (space-before-function-paren)

CSS problems

(12 errors, 1 warnings)

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

filter/ally/styles.css
(#65) Expected "#FFF" to be "#fff" (color-hex-case)
(#109) Expected single space before "!" (declaration-bang-space-before)
(#159) Expected single space before "!" (declaration-bang-space-before)
(#165) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#109) Unexpected !important (declaration-no-important)
(#143) Unexpected !important (declaration-no-important)
(#158) Unexpected !important (declaration-no-important)
(#159) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
filter/ally/styles_snap.css
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#42) Expected single space before "!" (declaration-bang-space-before)
(#7) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)

PHPDocs style problems

(28 errors, 0 warnings)

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

filter/ally/classes/local/entity_mapper.php
(#123) Phpdocs for function entity_mapper::get_forum_cm has incomplete parameters list
(#136) Phpdocs for function entity_mapper::map_forum_attachment_file_paths_to_pathhash has incomplete parameters list
(#180) Phpdocs for function entity_mapper::map_assignment_file_paths_to_pathhash has incomplete parameters list
(#204) Phpdocs for function entity_mapper::map_folder_file_paths_to_pathhash has incomplete parameters list
(#422) Phpdocs for function entity_mapper::is_annotating has incomplete parameters list
(#430) Phpdocs for function entity_mapper::start_annotating has incomplete parameters list
(#441) Phpdocs for function entity_mapper::end_annotating has incomplete parameters list
filter/ally/classes/text_filter.php
(#357) Phpdocs for function text_filter::process_url has incomplete parameters list
(#581) Phpdocs for function text_filter::is_annotating has incomplete parameters list
(#589) Phpdocs for function text_filter::start_annotating has incomplete parameters list
(#596) Phpdocs for function text_filter::end_annotating has incomplete parameters list
filter/ally/tests/behat/behat_filter_ally.php
(#45) Phpdocs for function behat_filter_ally::forum_module_exists has incomplete parameters list
(#281) Phpdocs for function behat_filter_ally::i_create_a_module_with_html_content has incomplete parameters list
(#416) Phpdocs for function behat_filter_ally::i_add_pages_to_lesson has incomplete parameters list
(#452) Phpdocs for function behat_filter_ally::i_add_truefalse_pages_to_lesson has incomplete parameters list
(#543) Phpdocs for function behat_filter_ally::lesson_page_content_annotated has incomplete parameters list
(#587) Phpdocs for function behat_filter_ally::lesson_answer_content_annotated has incomplete parameters list
(#594) Phpdocs for function behat_filter_ally::lesson_response_content_annotated has incomplete parameters list
(#758) Phpdocs for function behat_filter_ally::i_create_assign_with_additional_files has incomplete parameters list
(#909) Phpdocs for function behat_filter_ally::i_should_not_see_feedback_for_anchor_x has incomplete parameters list
(#919) Phpdocs for function behat_filter_ally::i_should_see_download_for_anchor_x has incomplete parameters list
(#930) Phpdocs for function behat_filter_ally::i_should_not_see_download_for_anchor_x has incomplete parameters list
(#1074) Phpdocs for function behat_filter_ally::on_course_section_page has incomplete parameters list
(#1119) Phpdocs for function behat_filter_ally::section_is_annotated has incomplete parameters list
(#1136) Phpdocs for function behat_filter_ally::section_is_not_annotated has incomplete parameters list
(#1178) Phpdocs for function behat_filter_ally::module_with_html_is_annotated has incomplete parameters list
(#1439) Phpdocs for function behat_filter_ally::skip_with_reason has incomplete parameters list
filter/ally/tests/jwthelper_test.php
(#35) Phpdocs for function jwthelper_test::validate_token has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(1 errors, 0 warnings)

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

filter/ally/templates/wrapper.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Control character error, possibly incorrectly encoded

Gherkin .feature problems

(51 errors, 0 warnings)

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

filter/ally/tests/behat/file_resources.feature
(#23) Multiple empty lines are not allowed
filter/ally/tests/behat/filter.feature
(#23) Multiple empty lines are not allowed
(#106) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#107) Wrong indentation for "example", expected indentation level of 6, but got 4
(#108) Wrong indentation for "example", expected indentation level of 6, but got 4
(#109) Wrong indentation for "example", expected indentation level of 6, but got 4
(#111) Multiple empty lines are not allowed
filter/ally/tests/behat/folder_files.feature
(#89) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#90) Wrong indentation for "example", expected indentation level of 6, but got 2
(#91) Wrong indentation for "example", expected indentation level of 6, but got 2
(#92) Wrong indentation for "example", expected indentation level of 6, but got 2
(#93) Wrong indentation for "example", expected indentation level of 6, but got 2
(#94) Wrong indentation for "example", expected indentation level of 6, but got 2
(#146) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#147) Wrong indentation for "example", expected indentation level of 6, but got 2
(#148) Wrong indentation for "example", expected indentation level of 6, but got 2
(#149) Wrong indentation for "example", expected indentation level of 6, but got 2
(#150) Wrong indentation for "example", expected indentation level of 6, but got 2
(#151) Wrong indentation for "example", expected indentation level of 6, but got 2
(#153) Multiple empty lines are not allowed
filter/ally/tests/behat/glossary_files.feature
(#82) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#83) Wrong indentation for "example", expected indentation level of 6, but got 2
(#84) Wrong indentation for "example", expected indentation level of 6, but got 2
(#85) Wrong indentation for "example", expected indentation level of 6, but got 2
filter/ally/tests/behat/forum_files.feature
(#108) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#109) Wrong indentation for "example", expected indentation level of 6, but got 2
(#110) Wrong indentation for "example", expected indentation level of 6, but got 2
(#111) Wrong indentation for "example", expected indentation level of 6, but got 2
(#112) Wrong indentation for "example", expected indentation level of 6, but got 2
(#113) Wrong indentation for "example", expected indentation level of 6, but got 2
(#187) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#188) Wrong indentation for "example", expected indentation level of 6, but got 2
(#189) Wrong indentation for "example", expected indentation level of 6, but got 2
(#190) Wrong indentation for "example", expected indentation level of 6, but got 2
filter/ally/tests/behat/module_annotation.feature
(#23) Multiple empty lines are not allowed
(#65) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#66) Wrong indentation for "example", expected indentation level of 6, but got 2
(#67) Wrong indentation for "example", expected indentation level of 6, but got 2
(#68) Wrong indentation for "example", expected indentation level of 6, but got 2
(#69) Wrong indentation for "example", expected indentation level of 6, but got 2
(#70) Wrong indentation for "example", expected indentation level of 6, but got 2
filter/ally/tests/behat/block_html_annotation.feature
(#23) Multiple empty lines are not allowed
(#58) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#59) Wrong indentation for "example", expected indentation level of 6, but got 2
(#60) Wrong indentation for "example", expected indentation level of 6, but got 2
(#61) Wrong indentation for "example", expected indentation level of 6, but got 2
filter/ally/tests/behat/assign_files.feature
(#23) Multiple empty lines are not allowed
(#93) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#94) Wrong indentation for "example", expected indentation level of 6, but got 2
(#95) Wrong indentation for "example", expected indentation level of 6, but got 2
(#96) Wrong indentation for "example", expected indentation level of 6, but got 2