Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(624 errors, 527 warnings)

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

mod/revealjs/backup/moodle2/backup_revealjs_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) This comment is 62% valid code; is this commented out code?
(#58) No space found before comment text; expected "// $base = preg_quote($CFG->wwwroot,"/");" but found "//$base = preg_quote($CFG->wwwroot,"/");"
(#61) This comment is 63% valid code; is this commented out code?
(#61) No space found before comment text; expected "// $search="/(".$base."\/mod\/revealjs\/index.php\?id\=)([0-9]+)/";" but found "//$search="/(".$base."\/mod\/revealjs\/index.php\?id\=)([0-9]+)/";"
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) This comment is 65% valid code; is this commented out code?
(#62) No space found before comment text; expected "// $content= preg_replace($search, '$@REVEALJSINDEX*$2@$', $content);" but found "//$content= preg_replace($search, '$@REVEALJSINDEX*$2@$', $content);"
(#65) This comment is 63% valid code; is this commented out code?
(#65) No space found before comment text; expected "// $search="/(".$base."\/mod\/revealjs\/view.php\?id\=)([0-9]+)/";" but found "//$search="/(".$base."\/mod\/revealjs\/view.php\?id\=)([0-9]+)/";"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) This comment is 65% valid code; is this commented out code?
(#66) No space found before comment text; expected "// $content= preg_replace($search, '$@REVEALJSVIEWBYID*$2@$', $content);" but found "//$content= preg_replace($search, '$@REVEALJSVIEWBYID*$2@$', $content);"
mod/revealjs/backup/moodle2/backup_revealjs_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Whitespace found at end of line
(#44) Whitespace found at end of line
(#88) Commas (,) must be followed by white space.
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) This comment is 50% valid code; is this commented out code?
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) This comment is 72% valid code; is this commented out code?
(#101) No space found before comment text; expected "// $revealjs->annotate_files('mod_revealjs', 'content', null); // This file areas haven't itemid" but found "//$revealjs->annotate_files('mod_revealjs', 'content', null); // This file areas haven't itemid"
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
mod/revealjs/backup/moodle2/restore_revealjs_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) This comment is 68% valid code; is this commented out code?
(#57) No space found before comment text; expected "// $contents[] = new restore_decode_content('revealjs', array('intro', 'content'), 'revealjs');" but found "//$contents[] = new restore_decode_content('revealjs', array('intro', 'content'), 'revealjs');"
mod/revealjs/backup/moodle2/restore_revealjs_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) This comment is 77% valid code; is this commented out code?
(#59) No space found before comment text; expected "// $this->add_related_files('mod_revealjs', 'content', null);" but found "//$this->add_related_files('mod_revealjs', 'content', null);"
mod/revealjs/classes/event/course_module_instance_list_viewed.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/revealjs/classes/event/course_module_viewed.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Whitespace found at end of line
mod/revealjs/classes/external.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/revealjs/content.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) This comment is 50% valid code; is this commented out code?
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) This comment is 60% valid code; is this commented out code?
(#28) No space found before comment text; expected "// require_login(); // Users must be logged in to access files" but found "//require_login(); // Users must be logged in to access files"
(#31) Whitespace found at end of line
(#32) Line exceeds 132 characters; contains 138 characters
(#32) This comment is 48% valid code; is this commented out code?
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) No space found before comment text; expected "// $CFG->revealjs_content_dir = clean_param($CFG->revealjs_content_dir, PARAM_PATH); // (Optional) Clean the SWF content directory setting." but found "//$CFG->revealjs_content_dir = clean_param($CFG->revealjs_content_dir, PARAM_PATH); // (Optional) Clean the SWF content directory setting."
(#34) Variable "revealjs_relative_path" must not contain underscores.
(#36) Variable "revealjs_relative_path" must not contain underscores.
(#38) Commas (,) must be followed by white space.
(#39) Variable "revealjs_relative_path" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#45) Variable "revealjs_data_path" must not contain underscores.
(#45) Variable "revealjs_relative_path" must not contain underscores.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Variable "revealjs_data_path" must not contain underscores.
(#49) Variable "revealjs_data_info" must not contain underscores.
(#49) Variable "revealjs_data_path" must not contain underscores.
(#50) Variable "revealjs_mime_type" must not contain underscores.
(#50) Variable "revealjs_data_info" must not contain underscores.
(#51) Variable "revealjs_data_path" must not contain underscores.
(#51) Variable "revealjs_data_info" must not contain underscores.
(#51) Variable "revealjs_mime_type" must not contain underscores.
(#54) Commas (,) must be followed by white space.
mod/revealjs/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/revealjs/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/revealjs/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
mod/revealjs/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Whitespace found at end of line
(#57) Whitespace found at end of line
(#59) Whitespace found at end of line
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// remotes" but found "//remotes"
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) This comment is 62% valid code; is this commented out code?
(#64) No space found before comment text; expected "// $result = $result && $dbman->add_field($table, $field);" but found "//$result = $result && $dbman->add_field($table, $field);"
(#66) Whitespace found at end of line
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// audioslideshow" but found "//audioslideshow"
(#72) Whitespace found at end of line
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// audioslideshowtime" but found "//audioslideshowtime"
(#78) Whitespace found at end of line
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// autoslidestoppable" but found "//autoslidestoppable"
(#84) Whitespace found at end of line
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// fragments" but found "//fragments"
(#90) Whitespace found at end of line
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) No space found before comment text; expected "// embedded" but found "//embedded"
(#96) Whitespace found at end of line
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// help" but found "//help"
(#102) Whitespace found at end of line
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// hideaddressbar" but found "//hideaddressbar"
(#108) Whitespace found at end of line
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) No space found before comment text; expected "// viewdistance" but found "//viewdistance"
(#114) Whitespace found at end of line
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// parallaxbackgroundimage" but found "//parallaxbackgroundimage"
(#119) Whitespace found at end of line
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) No space found before comment text; expected "// parallaxbackgroundsize" but found "//parallaxbackgroundsize"
(#125) Whitespace found at end of line
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) No space found before comment text; expected "// parallaxbackgroundhorizontal" but found "//parallaxbackgroundhorizontal"
(#131) Whitespace found at end of line
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// parallaxbackgroundvertical" but found "//parallaxbackgroundvertical"
(#137) Whitespace found at end of line
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// previewlinks" but found "//previewlinks"
(#143) Whitespace found at end of line
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) No space found before comment text; expected "// slidenumber" but found "//slidenumber"
(#149) Whitespace found at end of line
(#151) Whitespace found at end of line
(#153) Whitespace found at end of line
(#155) Whitespace found at end of line
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) No space found before comment text; expected "// showmenu" but found "//showmenu"
(#161) Whitespace found at end of line
(#163) Whitespace found at end of line
(#165) Whitespace found at end of line
(#167) Whitespace found at end of line
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) No space found before comment text; expected "// showmenu" but found "//showmenu"
(#174) Whitespace found at end of line
mod/revealjs/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
mod/revealjs/lang/en/revealjs.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Whitespace found at end of line within string
(#58) Blank comments are not allowed
(#69) Blank comments are not allowed
(#91) Whitespace found at end of line within string
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
mod/revealjs/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Closing brace must be on a line by itself
(#35) Closing brace must be on a line by itself
(#36) Closing brace must be on a line by itself
(#37) Closing brace must be on a line by itself
(#38) Closing brace must be on a line by itself
(#39) Closing brace must be on a line by itself
(#40) Closing brace must be on a line by itself
(#41) Closing brace must be on a line by itself
(#42) Closing brace must be on a line by itself
(#43) Closing brace must be on a line by itself
(#44) Closing brace must be on a line by itself
(#70) Commas (,) must be followed by white space.
(#103) Empty IF statement detected
(#104) This comment is 62% valid code; is this commented out code?
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) No space found before comment text; expected "// $data->content = $data->revealjs['text'];" but found "//$data->content = $data->revealjs['text'];"
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) This comment is 62% valid code; is this commented out code?
(#105) No space found before comment text; expected "// $data->contentformat = $data->revealjs['format'];" but found "//$data->contentformat = $data->revealjs['format'];"
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#111) This comment is 65% valid code; is this commented out code?
(#113) Line exceeds 132 characters; contains 165 characters
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) This comment is 64% valid code; is this commented out code?
(#129) No space found before comment text; expected "// $draftitemid = $data->revealjs['itemid'];" but found "//$draftitemid = $data->revealjs['itemid'];"
(#143) This comment is 62% valid code; is this commented out code?
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) No space found before comment text; expected "// $data->content = $data->revealjs['text'];" but found "//$data->content = $data->revealjs['text'];"
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) This comment is 62% valid code; is this commented out code?
(#144) No space found before comment text; expected "// $data->contentformat = $data->revealjs['format'];" but found "//$data->contentformat = $data->revealjs['format'];"
(#146) This comment is 55% valid code; is this commented out code?
(#146) No space found before comment text; expected "// $context = context_module::instance($cmid);" but found "//$context = context_module::instance($cmid);"
(#147) This comment is 64% valid code; is this commented out code?
(#148) Line exceeds 132 characters; contains 165 characters
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Line exceeds 132 characters; contains 145 characters
(#187) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Line exceeds 132 characters; contains 145 characters
(#223) Expected 1 space before "=>"; 0 found
(#223) Expected 1 space after "=>"; 0 found
(#223) Line exceeds 132 characters; contains 146 characters
(#224) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#237) Expected 1 space before "?"; 2 found
(#239) Line exceeds 132 characters; contains 143 characters
(#283) This comment is 61% valid code; is this commented out code?
(#305) This comment is 53% valid code; is this commented out code?
(#325) Line exceeds 132 characters; contains 133 characters
(#345) This comment is 52% valid code; is this commented out code?
(#402) This comment is 65% valid code; is this commented out code?
(#412) This comment is 57% valid code; is this commented out code?
(#426) Line exceeds maximum limit of 180 characters; contains 198 characters
(#442) Line exceeds 132 characters; contains 142 characters
(#458) This comment is 63% valid code; is this commented out code?
(#470) This comment is 42% valid code; is this commented out code?
(#502) Expected "if (...) {\n"; found "if(...)\n {\n"
(#506) Expected "if (...) {\n"; found "if(...) // repository dir is not created by Moodle by default\n {\n"
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Expected "if (...) {\n"; found "if(...) {\n"
mod/revealjs/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Line exceeds 132 characters; contains 145 characters
(#64) Variable "revealjs_html_urls" must not contain underscores.
(#65) Variable "revealjs_html_content" must not contain underscores.
(#65) Whitespace found at end of line
(#66) Variable "revealjs_html_content" must not contain underscores.
(#66) Variable "revealjs_html_filename" must not contain underscores.
(#67) Variable "revealjs_html_path_parts" must not contain underscores.
(#67) Variable "revealjs_html_filename" must not contain underscores.
(#68) Variable "revealjs_html_path" must not contain underscores.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Variable "revealjs_html_filename" must not contain underscores.
(#69) Variable "revealjs_html_urls" must not contain underscores.
(#69) Variable "revealjs_html_path" must not contain underscores.
(#69) Variable "revealjs_html_path" must not contain underscores.
(#71) Variable "revealjs_html_urls" must not contain underscores.
(#81) Variable "revealjs_urls" must not contain underscores.
(#82) Variable "revealjs_themes" must not contain underscores.
(#83) Variable "revealjs_themes" must not contain underscores.
(#83) Variable "revealjs_filename" must not contain underscores.
(#84) Variable "revealjs_path_parts" must not contain underscores.
(#84) Variable "revealjs_filename" must not contain underscores.
(#85) Variable "revealjs_filename" must not contain underscores.
(#85) Variable "revealjs_path_parts" must not contain underscores.
(#86) Variable "revealjs_urls" must not contain underscores.
(#86) Variable "revealjs_filename" must not contain underscores.
(#86) Variable "revealjs_path_parts" must not contain underscores.
(#88) Variable "revealjs_urls" must not contain underscores.
(#89) Line exceeds 132 characters; contains 166 characters
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 69% valid code; is this commented out code?
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line exceeds 132 characters; contains 137 characters
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Line exceeds 132 characters; contains 137 characters
(#125) Variable "revealjs_backgroundimages" must not contain underscores.
(#126) Variable "revealjs_image_content" must not contain underscores.
(#127) Variable "revealjs_image_content" must not contain underscores.
(#127) Variable "revealjs_image_filename" must not contain underscores.
(#128) Variable "revealjs_image_path_parts" must not contain underscores.
(#128) Variable "revealjs_image_filename" must not contain underscores.
(#129) Variable "revealjs_image_path" must not contain underscores.
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) Variable "revealjs_image_filename" must not contain underscores.
(#130) Variable "revealjs_backgroundimages" must not contain underscores.
(#130) Variable "revealjs_image_path" must not contain underscores.
(#130) Variable "revealjs_image_path" must not contain underscores.
(#132) Variable "revealjs_backgroundimages" must not contain underscores.
mod/revealjs/mod_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Visibility must be declared on method "definition"
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// -------------------------------------------------------" but found "//-------------------------------------------------------"
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) This comment is 84% valid code; is this commented out code?
(#51) No space found before comment text; expected "// $this->add_intro_editor();" but found "//$this->add_intro_editor();"
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) This comment is 75% valid code; is this commented out code?
(#53) No space found before comment text; expected "// $config->requiremodintro;" but found "//$config->requiremodintro;"
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) No space found before comment text; expected "// -------------------------------------------------------" but found "//-------------------------------------------------------"
(#57) Line exceeds 132 characters; contains 141 characters
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) This comment is 70% valid code; is this commented out code?
(#57) No space found before comment text; expected "// $mform->addElement('editor', 'presentation', get_string('content', 'revealjs'), null, revealjs_get_editor_options($this->context));" but found "//$mform->addElement('editor', 'presentation', get_string('content', 'revealjs'), null, revealjs_get_editor_options($this->context));"
(#58) Whitespace found at end of line
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Whitespace found at end of line
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// theme revealjs_get_themes()" but found "//theme revealjs_get_themes()"
(#71) Whitespace found at end of line
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// transition revealjs_get_transitions()" but found "//transition revealjs_get_transitions()"
(#77) Whitespace found at end of line
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// transitionspeed revealjs_get_transitionspeeds()" but found "//transitionspeed revealjs_get_transitionspeeds()"
(#79) Line exceeds 132 characters; contains 136 characters
(#82) Whitespace found at end of line
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// backgroundtransition revealjs_get_backgroundtransitions()" but found "//backgroundtransition revealjs_get_backgroundtransitions()"
(#84) Line exceeds 132 characters; contains 151 characters
(#88) Whitespace found at end of line
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) No space found before comment text; expected "// margin" but found "//margin"
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#95) Whitespace found at end of line
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// minscale" but found "//minscale"
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#102) Whitespace found at end of line
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// maxscale" but found "//maxscale"
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#109) Whitespace found at end of line
(#110) Variable "revealjs_true_false" must not contain underscores.
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#111) Whitespace found at end of line
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) No space found before comment text; expected "// controls" but found "//controls"
(#113) Variable "revealjs_true_false" must not contain underscores.
(#116) Whitespace found at end of line
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// progress" but found "//progress"
(#118) Variable "revealjs_true_false" must not contain underscores.
(#121) Whitespace found at end of line
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) No space found before comment text; expected "// slidenumber" but found "//slidenumber"
(#123) Variable "revealjs_true_false" must not contain underscores.
(#126) Whitespace found at end of line
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// history" but found "//history"
(#128) Variable "revealjs_true_false" must not contain underscores.
(#131) Whitespace found at end of line
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// keyboard" but found "//keyboard"
(#133) Variable "revealjs_true_false" must not contain underscores.
(#136) Whitespace found at end of line
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) No space found before comment text; expected "// overview" but found "//overview"
(#138) Variable "revealjs_true_false" must not contain underscores.
(#141) Whitespace found at end of line
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// center" but found "//center"
(#143) Variable "revealjs_true_false" must not contain underscores.
(#146) Whitespace found at end of line
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// touch" but found "//touch"
(#148) Variable "revealjs_true_false" must not contain underscores.
(#151) Whitespace found at end of line
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) No space found before comment text; expected "// looped" but found "//looped"
(#153) Variable "revealjs_true_false" must not contain underscores.
(#155) Whitespace found at end of line
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) No space found before comment text; expected "// rtl" but found "//rtl"
(#157) Variable "revealjs_true_false" must not contain underscores.
(#160) Whitespace found at end of line
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) No space found before comment text; expected "// fragments" but found "//fragments"
(#162) Variable "revealjs_true_false" must not contain underscores.
(#165) Whitespace found at end of line
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) No space found before comment text; expected "// embedded" but found "//embedded"
(#167) Variable "revealjs_true_false" must not contain underscores.
(#170) Whitespace found at end of line
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) No space found before comment text; expected "// help" but found "//help"
(#172) Variable "revealjs_true_false" must not contain underscores.
(#175) Whitespace found at end of line
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) No space found before comment text; expected "// autoslide" but found "//autoslide"
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#182) Whitespace found at end of line
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// autoslidestoppable" but found "//autoslidestoppable"
(#184) Variable "revealjs_true_false" must not contain underscores.
(#187) Whitespace found at end of line
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// mousewheel" but found "//mousewheel"
(#189) Variable "revealjs_true_false" must not contain underscores.
(#192) Whitespace found at end of line
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) No space found before comment text; expected "// remotes" but found "//remotes"
(#194) Variable "revealjs_true_false" must not contain underscores.
(#197) Whitespace found at end of line
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) No space found before comment text; expected "// audioslideshow" but found "//audioslideshow"
(#199) Variable "revealjs_true_false" must not contain underscores.
(#202) Whitespace found at end of line
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// audioslideshowtime" but found "//audioslideshowtime"
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#209) Whitespace found at end of line
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// hideaddressbar" but found "//hideaddressbar"
(#211) Variable "revealjs_true_false" must not contain underscores.
(#214) Whitespace found at end of line
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// showmenu" but found "//showmenu"
(#216) Variable "revealjs_true_false" must not contain underscores.
(#219) Whitespace found at end of line
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) No space found before comment text; expected "// showcharts" but found "//showcharts"
(#221) Variable "revealjs_true_false" must not contain underscores.
(#224) Whitespace found at end of line
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) No space found before comment text; expected "// previewlinks" but found "//previewlinks"
(#226) Variable "revealjs_true_false" must not contain underscores.
(#229) Whitespace found at end of line
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// viewdistance" but found "//viewdistance"
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#236) Whitespace found at end of line
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) No space found before comment text; expected "// parallaxbackground" but found "//parallaxbackground"
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) No space found before comment text; expected "// parallaxbackgroundimage" but found "//parallaxbackgroundimage"
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#243) Whitespace found at end of line
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) No space found before comment text; expected "// parallaxbackgroundsize" but found "//parallaxbackgroundsize"
(#245) Expected 1 space before "=>"; 0 found
(#245) Expected 1 space after "=>"; 0 found
(#249) Whitespace found at end of line
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) No space found before comment text; expected "// parallaxbackgroundhorizontal" but found "//parallaxbackgroundhorizontal"
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Line exceeds 132 characters; contains 142 characters
(#255) Whitespace found at end of line
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// parallaxbackgroundvertical" but found "//parallaxbackgroundvertical"
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#257) Line exceeds 132 characters; contains 138 characters
(#261) Whitespace found at end of line
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) No space found before comment text; expected "// -------------------------------------------------------" but found "//-------------------------------------------------------"
(#263) Commas (,) must be followed by white space.
(#281) Expected 1 space before "=>"; 0 found
(#281) Expected 1 space after "=>"; 0 found
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) No space found before comment text; expected "// -------------------------------------------------------" but found "//-------------------------------------------------------"
(#312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) No space found before comment text; expected "// -------------------------------------------------------" but found "//-------------------------------------------------------"
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) No space found before comment text; expected "// -------------------------------------------------------" but found "//-------------------------------------------------------"
(#321) This comment is 70% valid code; is this commented out code?
(#325) Line exceeds maximum limit of 180 characters; contains 213 characters
mod/revealjs/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Whitespace found at end of line
(#33) Variable "revealjs_width" must not contain underscores.
(#34) Whitespace found at end of line
(#36) Variable "revealjs_data_dir" must not contain underscores.
(#37) Expected "if (...) {\n"; found "if(...) {\n"
(#38) Variable "revealjs_data_dir" must not contain underscores.
(#40) Whitespace found at end of line
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Whitespace found at end of line
(#44) Whitespace found at end of line
(#45) Variable "revealjs_data_dir" must not contain underscores.
(#45) Whitespace found at end of line
(#46) Whitespace found at end of line
(#47) Whitespace found at end of line
(#48) Variable "revealjs_width" must not contain underscores.
(#49) Whitespace found at end of line
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Whitespace found at end of line
(#53) Whitespace found at end of line
(#54) Whitespace found at end of line
(#55) Whitespace found at end of line
(#56) Whitespace found at end of line
(#57) Variable "revealjs_width" must not contain underscores.
(#58) Whitespace found at end of line
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Whitespace found at end of line
(#62) Whitespace found at end of line
(#63) Whitespace found at end of line
(#64) Whitespace found at end of line
(#65) Whitespace found at end of line
(#66) Variable "revealjs_width" must not contain underscores.
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// --- general settings -----------------------------------------------------------------------------------" but found "//--- general settings -----------------------------------------------------------------------------------"
(#70) Whitespace found at end of line
(#71) Whitespace found at end of line
(#72) Whitespace found at end of line
(#74) Whitespace found at end of line
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Whitespace found at end of line
(#80) Whitespace found at end of line
(#81) Whitespace found at end of line
(#82) Whitespace found at end of line
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// --- modedit defaults -----------------------------------------------------------------------------------" but found "//--- modedit defaults -----------------------------------------------------------------------------------"
(#86) Whitespace found at end of line
(#88) Whitespace found at end of line
(#89) Whitespace found at end of line
(#93) Whitespace found at end of line
(#94) Whitespace found at end of line
(#95) Whitespace found at end of line
(#97) Whitespace found at end of line
(#99) Whitespace found at end of line
(#100) Whitespace found at end of line
(#101) Whitespace found at end of line
(#103) Whitespace found at end of line
(#105) Whitespace found at end of line
(#106) Whitespace found at end of line
(#107) Whitespace found at end of line
(#108) Whitespace found at end of line
(#110) Whitespace found at end of line
(#112) Whitespace found at end of line
(#113) Whitespace found at end of line
(#114) Whitespace found at end of line
(#115) Whitespace found at end of line
(#116) Whitespace found at end of line
(#118) Whitespace found at end of line
(#120) Whitespace found at end of line
(#121) Whitespace found at end of line
(#122) Whitespace found at end of line
(#123) Whitespace found at end of line
(#124) Whitespace found at end of line
mod/revealjs/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
mod/revealjs/view.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Variable "revealjs_back_close" must not contain underscores.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#59) Expected "if (...) {\n"; found "if(...)\n{\n"
(#61) Variable "revealjs_back_close" must not contain underscores.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#61) Line exceeds 132 characters; contains 168 characters
(#65) Variable "revealjs_remotes" must not contain underscores.
(#66) Expected "if (...) {\n"; found "if(...)\n{\n"
(#68) Variable "revealjs_remotes" must not contain underscores.
(#72) Variable "revealjs_audioslideshow" must not contain underscores.
(#73) Variable "revealjs_transcript" must not contain underscores.
(#74) Expected "if (...) {\n"; found "if(...)\n{\n"
(#76) Variable "revealjs_audioslideshow" must not contain underscores.
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#76) Line exceeds 132 characters; contains 152 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#77) Line exceeds 132 characters; contains 135 characters
(#78) Variable "revealjs_transcript" must not contain underscores.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#78) Line exceeds maximum limit of 180 characters; contains 238 characters
(#82) Variable "revealjs_menu" must not contain underscores.
(#83) Expected "if (...) {\n"; found "if(...)\n{\n"
(#85) Variable "revealjs_menu" must not contain underscores.
(#88) No space found before comment text; expected "// Enable chart plugin?" but found "//Enable chart plugin?"
(#89) Variable "revealjs_charts" must not contain underscores.
(#90) Expected "if (...) {\n"; found "if(...)\n{\n"
(#92) Variable "revealjs_charts" must not contain underscores.
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) No space found before comment text; expected "// background image used?" but found "//background image used?"
(#97) Expected "if (...) {\n"; found "if(...)\n{\n"
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#153) Spaces must be used to indent lines; tabs are not allowed
(#163) Variable "revealjs_back_close" must not contain underscores.
(#163) Variable "revealjs_transcript" must not contain underscores.
(#163) Commas (,) must be followed by white space.
(#163) Commas (,) must be followed by white space.
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#163) Line exceeds maximum limit of 180 characters; contains 247 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#235) Line exceeds 132 characters; contains 134 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#236) Line exceeds 132 characters; contains 136 characters
(#242) Variable "revealjs_menu" must not contain underscores.
(#246) Variable "revealjs_remotes" must not contain underscores.
(#248) Variable "revealjs_audioslideshow" must not contain underscores.
(#250) Variable "revealjs_charts" must not contain underscores.

Javascript coding style problems

(15550 errors, 70957 warnings)

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

mod/revealjs/Gruntfile.js
(#3) Unexpected tab character. (no-tabs)
(#4) Unexpected tab character. (no-tabs)
(#5) Unexpected tab character. (no-tabs)
(#6) Unexpected tab character. (no-tabs)
(#7) Unexpected tab character. (no-tabs)
(#8) Unexpected tab character. (no-tabs)
(#9) Unexpected tab character. (no-tabs)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#19) There should be no space after '['. (array-bracket-spacing)
(#19) There should be no space before ']'. (array-bracket-spacing)
(#20) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no space after '['. (array-bracket-spacing)
(#60) There should be no space before ']'. (array-bracket-spacing)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no space after '['. (array-bracket-spacing)
(#87) There should be no space before ']'. (array-bracket-spacing)
(#88) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#117) There should be no space after '['. (array-bracket-spacing)
(#117) There should be no space before ']'. (array-bracket-spacing)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#121) There should be no space after '['. (array-bracket-spacing)
(#121) There should be no space before ']'. (array-bracket-spacing)
(#122) Unexpected tab character. (no-tabs)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#125) There should be no space after '['. (array-bracket-spacing)
(#125) There should be no space before ']'. (array-bracket-spacing)
(#126) Unexpected tab character. (no-tabs)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#129) Unexpected tab character. (no-tabs)
(#129) There should be no space after '['. (array-bracket-spacing)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#137) Unexpected tab character. (no-tabs)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#138) Unexpected tab character. (no-tabs)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#139) Unexpected tab character. (no-tabs)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#140) Unexpected tab character. (no-tabs)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#141) Unexpected tab character. (no-tabs)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#142) Unexpected tab character. (no-tabs)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) Unexpected tab character. (no-tabs)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) Unexpected tab character. (no-tabs)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#146) Unexpected tab character. (no-tabs)
(#147) Unexpected tab character. (no-tabs)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no space after '['. (array-bracket-spacing)
(#147) There should be no space before ']'. (array-bracket-spacing)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no space after '['. (array-bracket-spacing)
(#150) There should be no space before ']'. (array-bracket-spacing)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#152) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no space after '['. (array-bracket-spacing)
(#153) There should be no space before ']'. (array-bracket-spacing)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no space after '['. (array-bracket-spacing)
(#156) There should be no space before ']'. (array-bracket-spacing)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#158) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no space after '['. (array-bracket-spacing)
(#159) There should be no space before ']'. (array-bracket-spacing)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no space after '['. (array-bracket-spacing)
(#162) There should be no space before ']'. (array-bracket-spacing)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no space after '['. (array-bracket-spacing)
(#165) There should be no space before ']'. (array-bracket-spacing)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no space after '['. (array-bracket-spacing)
(#168) There should be no space before ']'. (array-bracket-spacing)
(#168) There should be no spaces inside this paren. (space-in-parens)
mod/revealjs/js/cookies.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#25) 'docCookies' is assigned a value but never used. (no-unused-vars)
(#26) Unexpected space before function parentheses. (space-before-function-paren)
(#27) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Unnecessary escape character: \-. (no-useless-escape)
(#32) Unnecessary escape character: \.. (no-useless-escape)
(#32) Unnecessary escape character: \+. (no-useless-escape)
(#32) Unnecessary escape character: \*. (no-useless-escape)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#36) Unnecessary escape character: \-. (no-useless-escape)
(#41) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#43) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
(#59) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#61) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#64) Line 64 exceeds the maximum line length of 132. (max-len)
(#67) Unexpected space before function parentheses. (space-before-function-paren)
(#68) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#72) Unnecessary escape character: \-. (no-useless-escape)
(#72) Unnecessary escape character: \.. (no-useless-escape)
(#72) Unnecessary escape character: \+. (no-useless-escape)
(#72) Unnecessary escape character: \*. (no-useless-escape)
(#74) Unexpected space before function parentheses. (space-before-function-paren)
(#75) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#76) Unnecessary escape character: \=. (no-useless-escape)
(#76) Unnecessary escape character: \=. (no-useless-escape)
(#76) Unnecessary escape character: \=. (no-useless-escape)
(#78) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
mod/revealjs/js/reveal.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected tab character. (no-tabs)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#15) Unexpected tab character. (no-tabs)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) 'module' is not defined. (no-undef)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#24) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#125) Comments should not begin with a lowercase character (capitalized-comments)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#128) Comments should not begin with a lowercase character (capitalized-comments)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#131) Comments should not begin with a lowercase character (capitalized-comments)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#139) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#141) Unexpected tab character. (no-tabs)
(#143) Unexpected tab character. (no-tabs)
(#144) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#147) Unexpected tab character. (no-tabs)
(#149) Unexpected tab character. (no-tabs)
(#151) Unexpected tab character. (no-tabs)
(#152) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#158) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#177) There should be no space after '{'. (object-curly-spacing)
(#177) There should be no space before '}'. (object-curly-spacing)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#183) Unexpected tab character. (no-tabs)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#195) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#204) Unexpected tab character. (no-tabs)
(#206) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#208) Unexpected tab character. (no-tabs)
(#209) Unexpected tab character. (no-tabs)
(#210) Unexpected tab character. (no-tabs)
(#211) Unexpected tab character. (no-tabs)
(#212) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#214) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#217) Unexpected tab character. (no-tabs)
(#218) Unexpected tab character. (no-tabs)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#221) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#223) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#226) Unexpected tab character. (no-tabs)
(#227) Unexpected tab character. (no-tabs)
(#228) Unexpected tab character. (no-tabs)
(#229) Unexpected tab character. (no-tabs)
(#231) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#231) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#236) Unexpected tab character. (no-tabs)
(#238) Unexpected tab character. (no-tabs)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#239) Unexpected tab character. (no-tabs)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#243) Unexpected tab character. (no-tabs)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#244) Unexpected tab character. (no-tabs)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#246) Unexpected tab character. (no-tabs)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#248) Unexpected tab character. (no-tabs)
(#248) Expected space(s) after "for". (keyword-spacing)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#251) Unexpected tab character. (no-tabs)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#252) Unexpected tab character. (no-tabs)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#253) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#256) Unexpected tab character. (no-tabs)
(#257) Unexpected tab character. (no-tabs)
(#258) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#261) Unexpected tab character. (no-tabs)
(#262) Unexpected tab character. (no-tabs)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#263) Unexpected tab character. (no-tabs)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#265) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#268) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#272) Unexpected tab character. (no-tabs)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Expected { after 'if' condition. (curly)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) ["dependencies"] is better written in dot notation. (dot-notation)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) ["dependencies"] is better written in dot notation. (dot-notation)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#276) Unexpected tab character. (no-tabs)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#282) Unexpected tab character. (no-tabs)
(#284) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#287) Unexpected tab character. (no-tabs)
(#288) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#304) Line 304 exceeds the maximum line length of 132. (max-len)
(#304) Unexpected tab character. (no-tabs)
(#305) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#309) Unexpected tab character. (no-tabs)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#311) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#313) Unexpected tab character. (no-tabs)
(#313) Unnecessary escape character: \.. (no-useless-escape)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#315) Unexpected tab character. (no-tabs)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#317) Unexpected tab character. (no-tabs)
(#326) Unexpected tab character. (no-tabs)
(#328) Unexpected tab character. (no-tabs)
(#329) Unexpected tab character. (no-tabs)
(#330) Unexpected tab character. (no-tabs)
(#332) Unexpected tab character. (no-tabs)
(#333) Unexpected tab character. (no-tabs)
(#333) Missing JSDoc comment. (require-jsdoc)
(#334) Unexpected tab character. (no-tabs)
(#334) Expected space(s) after "if". (keyword-spacing)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#335) Unexpected tab character. (no-tabs)
(#336) Unexpected tab character. (no-tabs)
(#336) 'head' is not defined. (no-undef)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#337) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#342) Missing JSDoc comment. (require-jsdoc)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#343) Unexpected tab character. (no-tabs)
(#343) 'head' is not defined. (no-undef)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#343) Unnecessary escape character: \-. (no-useless-escape)
(#343) Unnecessary escape character: \/. (no-useless-escape)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#345) Expected space(s) after "if". (keyword-spacing)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#346) Unexpected tab character. (no-tabs)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) Unexpected 'this'. (no-invalid-this)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#347) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#349) Expected space(s) after "if". (keyword-spacing)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#350) Unexpected tab character. (no-tabs)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#355) Expected space(s) after "for". (keyword-spacing)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#356) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#359) Unexpected tab character. (no-tabs)
(#359) Expected space(s) after "if". (keyword-spacing)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#360) Unexpected tab character. (no-tabs)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#361) Unexpected tab character. (no-tabs)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#362) Unexpected tab character. (no-tabs)
(#362) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#368) Unexpected tab character. (no-tabs)
(#369) Unexpected tab character. (no-tabs)
(#371) Unexpected tab character. (no-tabs)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) There should be no spaces inside this paren. (space-in-parens)
(#371) There should be no spaces inside this paren. (space-in-parens)
(#372) Unexpected tab character. (no-tabs)
(#374) Unexpected tab character. (no-tabs)
(#375) Unexpected tab character. (no-tabs)
(#375) 'head' is not defined. (no-undef)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#376) Unexpected tab character. (no-tabs)
(#376) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#377) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#383) Unexpected tab character. (no-tabs)
(#384) Unexpected tab character. (no-tabs)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#390) Unexpected tab character. (no-tabs)
(#392) Unexpected tab character. (no-tabs)
(#393) Unexpected tab character. (no-tabs)
(#395) Unexpected tab character. (no-tabs)
(#396) Unexpected tab character. (no-tabs)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#402) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#405) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#408) Unexpected tab character. (no-tabs)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#413) Unexpected tab character. (no-tabs)
(#414) Unexpected tab character. (no-tabs)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#416) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#419) Unexpected tab character. (no-tabs)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#422) Unexpected tab character. (no-tabs)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#423) Unexpected tab character. (no-tabs)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#426) Expected space(s) after "if". (keyword-spacing)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#427) Unexpected tab character. (no-tabs)
(#429) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#431) Unexpected tab character. (no-tabs)
(#431) Expected space(s) after "if". (keyword-spacing)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#432) Unexpected tab character. (no-tabs)
(#433) Unexpected tab character. (no-tabs)
(#433) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#434) Unexpected tab character. (no-tabs)
(#435) Unexpected tab character. (no-tabs)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#436) Unexpected tab character. (no-tabs)
(#437) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#444) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#448) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#451) Unexpected tab character. (no-tabs)
(#452) Unexpected tab character. (no-tabs)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#456) Unexpected tab character. (no-tabs)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#458) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#465) Unexpected tab character. (no-tabs)
(#466) Unexpected tab character. (no-tabs)
(#466) There should be no spaces inside this paren. (space-in-parens)
(#466) There should be no spaces inside this paren. (space-in-parens)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#471) Unexpected tab character. (no-tabs)
(#472) Unexpected tab character. (no-tabs)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#473) Unexpected tab character. (no-tabs)
(#473) There should be no spaces inside this paren. (space-in-parens)
(#473) There should be no spaces inside this paren. (space-in-parens)
(#475) Unexpected tab character. (no-tabs)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#477) Unexpected tab character. (no-tabs)
(#478) Unexpected tab character. (no-tabs)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#479) Unexpected tab character. (no-tabs)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#480) Unexpected tab character. (no-tabs)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#481) Unexpected tab character. (no-tabs)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#482) Unexpected tab character. (no-tabs)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#483) Unexpected tab character. (no-tabs)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#485) Unexpected tab character. (no-tabs)
(#486) Unexpected tab character. (no-tabs)
(#488) Unexpected tab character. (no-tabs)
(#488) Missing JSDoc @returns for function. (valid-jsdoc)
(#489) Unexpected tab character. (no-tabs)
(#490) Unexpected tab character. (no-tabs)
(#491) Unexpected tab character. (no-tabs)
(#492) Unexpected tab character. (no-tabs)
(#493) Unexpected tab character. (no-tabs)
(#495) Unexpected tab character. (no-tabs)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#496) Unexpected tab character. (no-tabs)
(#496) Expected space(s) after "if". (keyword-spacing)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#497) Unexpected tab character. (no-tabs)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#500) Unexpected tab character. (no-tabs)
(#501) Unexpected tab character. (no-tabs)
(#501) Infix operators must be spaced. (space-infix-ops)
(#502) Unexpected tab character. (no-tabs)
(#503) Unexpected tab character. (no-tabs)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#504) Unexpected tab character. (no-tabs)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#505) Unexpected tab character. (no-tabs)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#505) A space is required after ','. (comma-spacing)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#506) Unexpected tab character. (no-tabs)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#507) Unexpected tab character. (no-tabs)
(#508) Unexpected tab character. (no-tabs)
(#510) Unexpected tab character. (no-tabs)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#516) Unexpected tab character. (no-tabs)
(#518) Unexpected tab character. (no-tabs)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#520) Unexpected tab character. (no-tabs)
(#521) Unexpected tab character. (no-tabs)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#522) Unexpected tab character. (no-tabs)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) Multiple spaces found before ')'. (no-multi-spaces)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#526) Unexpected tab character. (no-tabs)
(#528) Unexpected tab character. (no-tabs)
(#529) Unexpected tab character. (no-tabs)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) Infix operators must be spaced. (space-infix-ops)
(#529) Infix operators must be spaced. (space-infix-ops)
(#529) Infix operators must be spaced. (space-infix-ops)
(#529) Infix operators must be spaced. (space-infix-ops)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#531) Unexpected tab character. (no-tabs)
(#532) Line 532 exceeds the maximum line length of 132. (max-len)
(#532) Unexpected tab character. (no-tabs)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) Infix operators must be spaced. (space-infix-ops)
(#532) Infix operators must be spaced. (space-infix-ops)
(#532) Infix operators must be spaced. (space-infix-ops)
(#532) Infix operators must be spaced. (space-infix-ops)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#534) Unexpected tab character. (no-tabs)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#535) Unexpected tab character. (no-tabs)
(#536) Unexpected tab character. (no-tabs)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#541) Unexpected tab character. (no-tabs)
(#542) Unexpected tab character. (no-tabs)
(#543) Unexpected tab character. (no-tabs)
(#543) Expected space(s) after "if". (keyword-spacing)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#544) Unexpected tab character. (no-tabs)
(#545) Unexpected tab character. (no-tabs)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#546) Unexpected tab character. (no-tabs)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#548) Unexpected tab character. (no-tabs)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#549) Unexpected tab character. (no-tabs)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#552) Expected space(s) after "if". (keyword-spacing)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#553) Unexpected tab character. (no-tabs)
(#553) There should be no spaces inside this paren. (space-in-parens)
(#553) There should be no spaces inside this paren. (space-in-parens)
(#553) There should be no spaces inside this paren. (space-in-parens)
(#553) There should be no spaces inside this paren. (space-in-parens)
(#554) Unexpected tab character. (no-tabs)
(#556) Unexpected tab character. (no-tabs)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#559) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#562) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#564) Unexpected tab character. (no-tabs)
(#564) Expected space(s) after "if". (keyword-spacing)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#565) Unexpected tab character. (no-tabs)
(#566) Unexpected tab character. (no-tabs)
(#566) There should be no spaces inside this paren. (space-in-parens)
(#566) There should be no spaces inside this paren. (space-in-parens)
(#567) Unexpected tab character. (no-tabs)
(#568) Unexpected tab character. (no-tabs)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#574) Unexpected tab character. (no-tabs)
(#575) Unexpected tab character. (no-tabs)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#576) Unexpected tab character. (no-tabs)
(#576) There should be no spaces inside this paren. (space-in-parens)
(#576) There should be no spaces inside this paren. (space-in-parens)
(#577) Unexpected tab character. (no-tabs)
(#577) There should be no spaces inside this paren. (space-in-parens)
(#579) Unexpected tab character. (no-tabs)
(#581) Unexpected tab character. (no-tabs)
(#582) Unexpected tab character. (no-tabs)
(#583) Unexpected tab character. (no-tabs)
(#584) Unexpected tab character. (no-tabs)
(#585) Unexpected tab character. (no-tabs)
(#586) Unexpected tab character. (no-tabs)
(#587) Unexpected tab character. (no-tabs)
(#588) Unexpected tab character. (no-tabs)
(#590) Unexpected tab character. (no-tabs)
(#590) Expected space(s) after "if". (keyword-spacing)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#591) Unexpected tab character. (no-tabs)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#592) Unexpected tab character. (no-tabs)
(#592) Expected space(s) after "if". (keyword-spacing)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#593) Unexpected tab character. (no-tabs)
(#594) Unexpected tab character. (no-tabs)
(#595) Unexpected tab character. (no-tabs)
(#596) Unexpected tab character. (no-tabs)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#597) Unexpected tab character. (no-tabs)
(#599) Unexpected tab character. (no-tabs)
(#601) Missing JSDoc for parameter 'tagname'. (valid-jsdoc)
(#601) Missing JSDoc for parameter 'container'. (valid-jsdoc)
(#601) Missing JSDoc @returns for function. (valid-jsdoc)
(#601) Missing JSDoc for parameter 'classname'. (valid-jsdoc)
(#601) Missing JSDoc for parameter 'innerHTML'. (valid-jsdoc)
(#601) Unexpected tab character. (no-tabs)
(#602) Unexpected tab character. (no-tabs)
(#603) Unexpected tab character. (no-tabs)
(#604) Unexpected tab character. (no-tabs)
(#605) Unexpected tab character. (no-tabs)
(#606) Unexpected tab character. (no-tabs)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#608) Unexpected tab character. (no-tabs)
(#609) Unexpected tab character. (no-tabs)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#611) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#613) Unexpected tab character. (no-tabs)
(#613) Expected space(s) after "for". (keyword-spacing)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#614) Unexpected tab character. (no-tabs)
(#615) Unexpected tab character. (no-tabs)
(#615) Expected space(s) after "if". (keyword-spacing)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#616) Unexpected tab character. (no-tabs)
(#617) Unexpected tab character. (no-tabs)
(#618) Unexpected tab character. (no-tabs)
(#620) Unexpected tab character. (no-tabs)
(#621) Unexpected tab character. (no-tabs)
(#621) There should be no spaces inside this paren. (space-in-parens)
(#621) There should be no spaces inside this paren. (space-in-parens)
(#622) Unexpected tab character. (no-tabs)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#623) Unexpected tab character. (no-tabs)
(#623) Expected space(s) after "if". (keyword-spacing)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#624) Unexpected tab character. (no-tabs)
(#625) Unexpected tab character. (no-tabs)
(#626) Unexpected tab character. (no-tabs)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#628) Unexpected tab character. (no-tabs)
(#630) Unexpected tab character. (no-tabs)
(#632) Unexpected tab character. (no-tabs)
(#633) Unexpected tab character. (no-tabs)
(#634) Unexpected tab character. (no-tabs)
(#635) Unexpected tab character. (no-tabs)
(#636) Unexpected tab character. (no-tabs)
(#637) Unexpected tab character. (no-tabs)
(#639) Unexpected tab character. (no-tabs)
(#641) Unexpected tab character. (no-tabs)
(#642) Unexpected tab character. (no-tabs)
(#643) Unexpected tab character. (no-tabs)
(#643) There should be no spaces inside this paren. (space-in-parens)
(#643) There should be no spaces inside this paren. (space-in-parens)
(#645) Unexpected tab character. (no-tabs)
(#646) Unexpected tab character. (no-tabs)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#648) Unexpected tab character. (no-tabs)
(#650) Unexpected tab character. (no-tabs)
(#650) Expected space(s) after "if". (keyword-spacing)
(#650) There should be no spaces inside this paren. (space-in-parens)
(#650) There should be no spaces inside this paren. (space-in-parens)
(#651) Unexpected tab character. (no-tabs)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#652) Unexpected tab character. (no-tabs)
(#652) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#653) Unexpected tab character. (no-tabs)
(#654) Unexpected tab character. (no-tabs)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#655) Unexpected tab character. (no-tabs)
(#657) Unexpected tab character. (no-tabs)
(#658) Unexpected tab character. (no-tabs)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#660) Unexpected tab character. (no-tabs)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#661) Unexpected tab character. (no-tabs)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#662) Unexpected tab character. (no-tabs)
(#662) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#663) Unexpected tab character. (no-tabs)
(#664) Unexpected tab character. (no-tabs)
(#664) There should be no spaces inside this paren. (space-in-parens)
(#664) There should be no spaces inside this paren. (space-in-parens)
(#665) Unexpected tab character. (no-tabs)
(#667) Unexpected tab character. (no-tabs)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#669) Unexpected tab character. (no-tabs)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#671) Unexpected tab character. (no-tabs)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#673) Unexpected tab character. (no-tabs)
(#674) Unexpected tab character. (no-tabs)
(#674) Expected space(s) after "if". (keyword-spacing)
(#674) There should be no spaces inside this paren. (space-in-parens)
(#674) There should be no spaces inside this paren. (space-in-parens)
(#676) Unexpected tab character. (no-tabs)
(#677) Unexpected tab character. (no-tabs)
(#679) Unexpected tab character. (no-tabs)
(#680) Unexpected tab character. (no-tabs)
(#681) Unexpected tab character. (no-tabs)
(#682) Unexpected tab character. (no-tabs)
(#683) Unexpected tab character. (no-tabs)
(#683) There should be no spaces inside this paren. (space-in-parens)
(#684) Unexpected tab character. (no-tabs)
(#684) There should be no spaces inside this paren. (space-in-parens)
(#684) There should be no spaces inside this paren. (space-in-parens)
(#685) Unexpected tab character. (no-tabs)
(#685) There should be no spaces inside this paren. (space-in-parens)
(#687) Unexpected tab character. (no-tabs)
(#687) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#688) Unexpected tab character. (no-tabs)
(#690) Unexpected tab character. (no-tabs)
(#691) Unexpected tab character. (no-tabs)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#693) Unexpected tab character. (no-tabs)
(#695) Unexpected tab character. (no-tabs)
(#697) Unexpected tab character. (no-tabs)
(#697) Missing JSDoc @returns for function. (valid-jsdoc)
(#698) Unexpected tab character. (no-tabs)
(#699) Unexpected tab character. (no-tabs)
(#700) Unexpected tab character. (no-tabs)
(#701) Unexpected tab character. (no-tabs)
(#702) Unexpected tab character. (no-tabs)
(#703) Unexpected tab character. (no-tabs)
(#704) Unexpected tab character. (no-tabs)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#706) Unexpected tab character. (no-tabs)
(#707) Unexpected tab character. (no-tabs)
(#707) There should be no spaces inside this paren. (space-in-parens)
(#707) There should be no spaces inside this paren. (space-in-parens)
(#708) Unexpected tab character. (no-tabs)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#709) Unexpected tab character. (no-tabs)
(#709) There should be no spaces inside this paren. (space-in-parens)
(#709) There should be no spaces inside this paren. (space-in-parens)
(#710) Unexpected tab character. (no-tabs)
(#710) There should be no spaces inside this paren. (space-in-parens)
(#710) There should be no spaces inside this paren. (space-in-parens)
(#711) Unexpected tab character. (no-tabs)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#712) Unexpected tab character. (no-tabs)
(#712) There should be no spaces inside this paren. (space-in-parens)
(#712) There should be no spaces inside this paren. (space-in-parens)
(#713) Unexpected tab character. (no-tabs)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#714) Unexpected tab character. (no-tabs)
(#714) There should be no spaces inside this paren. (space-in-parens)
(#714) There should be no spaces inside this paren. (space-in-parens)
(#715) Unexpected tab character. (no-tabs)
(#715) There should be no spaces inside this paren. (space-in-parens)
(#715) There should be no spaces inside this paren. (space-in-parens)
(#716) Unexpected tab character. (no-tabs)
(#718) Unexpected tab character. (no-tabs)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#720) Unexpected tab character. (no-tabs)
(#721) Unexpected tab character. (no-tabs)
(#721) There should be no spaces inside this paren. (space-in-parens)
(#721) There should be no spaces inside this paren. (space-in-parens)
(#723) Unexpected tab character. (no-tabs)
(#723) Expected space(s) after "if". (keyword-spacing)
(#723) There should be no spaces inside this paren. (space-in-parens)
(#723) There should be no spaces inside this paren. (space-in-parens)
(#724) Unexpected tab character. (no-tabs)
(#725) Unexpected tab character. (no-tabs)
(#725) Expected space(s) after "if". (keyword-spacing)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#726) Unexpected tab character. (no-tabs)
(#726) There should be no spaces inside this paren. (space-in-parens)
(#726) There should be no spaces inside this paren. (space-in-parens)
(#727) Unexpected tab character. (no-tabs)
(#727) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#728) Unexpected tab character. (no-tabs)
(#729) Unexpected tab character. (no-tabs)
(#730) Unexpected tab character. (no-tabs)
(#731) Unexpected tab character. (no-tabs)
(#733) Unexpected tab character. (no-tabs)
(#734) Unexpected tab character. (no-tabs)
(#735) Unexpected tab character. (no-tabs)
(#736) Unexpected tab character. (no-tabs)
(#736) Expected space(s) after "if". (keyword-spacing)
(#736) There should be no spaces inside this paren. (space-in-parens)
(#736) There should be no spaces inside this paren. (space-in-parens)
(#737) Unexpected tab character. (no-tabs)
(#737) There should be no spaces inside this paren. (space-in-parens)
(#738) Unexpected tab character. (no-tabs)
(#739) Unexpected tab character. (no-tabs)
(#740) Unexpected tab character. (no-tabs)
(#741) Unexpected tab character. (no-tabs)
(#742) Unexpected tab character. (no-tabs)
(#743) Unexpected tab character. (no-tabs)
(#744) Unexpected tab character. (no-tabs)
(#745) Unexpected tab character. (no-tabs)
(#745) There should be no spaces inside this paren. (space-in-parens)
(#746) Unexpected tab character. (no-tabs)
(#748) Unexpected tab character. (no-tabs)
(#749) Unexpected tab character. (no-tabs)
(#749) Expected { after 'if' condition. (curly)
(#749) Expected space(s) after "if". (keyword-spacing)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#750) Unexpected tab character. (no-tabs)
(#750) Expected space(s) after "if". (keyword-spacing)
(#750) Expected { after 'if' condition. (curly)
(#750) There should be no spaces inside this paren. (space-in-parens)
(#750) There should be no spaces inside this paren. (space-in-parens)
(#751) Unexpected tab character. (no-tabs)
(#751) Expected space(s) after "if". (keyword-spacing)
(#751) Expected { after 'if' condition. (curly)
(#751) There should be no spaces inside this paren. (space-in-parens)
(#751) There should be no spaces inside this paren. (space-in-parens)
(#752) Unexpected tab character. (no-tabs)
(#752) Expected space(s) after "if". (keyword-spacing)
(#752) Expected { after 'if' condition. (curly)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#753) Unexpected tab character. (no-tabs)
(#753) Expected space(s) after "if". (keyword-spacing)
(#753) Expected { after 'if' condition. (curly)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#755) Unexpected tab character. (no-tabs)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#757) Unexpected tab character. (no-tabs)
(#758) Unexpected tab character. (no-tabs)
(#758) There should be no spaces inside this paren. (space-in-parens)
(#758) There should be no spaces inside this paren. (space-in-parens)
(#759) Unexpected tab character. (no-tabs)
(#759) There should be no spaces inside this paren. (space-in-parens)
(#759) There should be no spaces inside this paren. (space-in-parens)
(#761) Unexpected tab character. (no-tabs)
(#762) Unexpected tab character. (no-tabs)
(#763) Unexpected tab character. (no-tabs)
(#764) Unexpected tab character. (no-tabs)
(#764) There should be no spaces inside this paren. (space-in-parens)
(#764) There should be no spaces inside this paren. (space-in-parens)
(#765) Unexpected tab character. (no-tabs)
(#765) Expected space(s) after "if". (keyword-spacing)
(#765) There should be no spaces inside this paren. (space-in-parens)
(#765) There should be no spaces inside this paren. (space-in-parens)
(#766) Unexpected tab character. (no-tabs)
(#766) There should be no spaces inside this paren. (space-in-parens)
(#766) There should be no spaces inside this paren. (space-in-parens)
(#768) Unexpected tab character. (no-tabs)
(#769) Unexpected tab character. (no-tabs)
(#770) Unexpected tab character. (no-tabs)
(#771) Unexpected tab character. (no-tabs)
(#771) Expected space(s) after "if". (keyword-spacing)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#772) Unexpected tab character. (no-tabs)
(#772) Expected space(s) after "if". (keyword-spacing)
(#772) There should be no spaces inside this paren. (space-in-parens)
(#772) There should be no spaces inside this paren. (space-in-parens)
(#772) There should be no spaces inside this paren. (space-in-parens)
(#772) There should be no spaces inside this paren. (space-in-parens)
(#773) Unexpected tab character. (no-tabs)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#774) Unexpected tab character. (no-tabs)
(#774) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#775) Unexpected tab character. (no-tabs)
(#776) Unexpected tab character. (no-tabs)
(#776) There should be no spaces inside this paren. (space-in-parens)
(#776) There should be no spaces inside this paren. (space-in-parens)
(#777) Unexpected tab character. (no-tabs)
(#778) Unexpected tab character. (no-tabs)
(#779) Unexpected tab character. (no-tabs)
(#781) Unexpected tab character. (no-tabs)
(#783) Unexpected tab character. (no-tabs)
(#785) Unexpected tab character. (no-tabs)
(#786) Unexpected tab character. (no-tabs)
(#787) Unexpected tab character. (no-tabs)
(#788) Unexpected tab character. (no-tabs)
(#789) Unexpected tab character. (no-tabs)
(#790) Unexpected tab character. (no-tabs)
(#791) Unexpected tab character. (no-tabs)
(#792) Unexpected tab character. (no-tabs)
(#793) Unexpected tab character. (no-tabs)
(#794) Unexpected tab character. (no-tabs)
(#795) Unexpected tab character. (no-tabs)
(#797) Unexpected tab character. (no-tabs)
(#797) Expected space(s) after "if". (keyword-spacing)
(#797) There should be no spaces inside this paren. (space-in-parens)
(#797) There should be no spaces inside this paren. (space-in-parens)
(#798) Unexpected tab character. (no-tabs)
(#798) There should be no spaces inside this paren. (space-in-parens)
(#798) Unexpected space before function parentheses. (space-before-function-paren)
(#798) There should be no spaces inside this paren. (space-in-parens)
(#798) There should be no spaces inside this paren. (space-in-parens)
(#799) Unexpected tab character. (no-tabs)
(#801) Unexpected tab character. (no-tabs)
(#802) Unexpected tab character. (no-tabs)
(#802) Expected space(s) after "if". (keyword-spacing)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#803) Unexpected tab character. (no-tabs)
(#803) There should be no spaces inside this paren. (space-in-parens)
(#803) There should be no spaces inside this paren. (space-in-parens)
(#805) Unexpected tab character. (no-tabs)
(#806) Unexpected tab character. (no-tabs)
(#806) Expected space(s) after "if". (keyword-spacing)
(#806) There should be no spaces inside this paren. (space-in-parens)
(#806) There should be no spaces inside this paren. (space-in-parens)
(#807) Unexpected tab character. (no-tabs)
(#807) There should be no spaces inside this paren. (space-in-parens)
(#807) There should be no spaces inside this paren. (space-in-parens)
(#808) Unexpected tab character. (no-tabs)
(#809) Unexpected tab character. (no-tabs)
(#810) Unexpected tab character. (no-tabs)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#811) Unexpected tab character. (no-tabs)
(#813) Unexpected tab character. (no-tabs)
(#815) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#815) Unexpected tab character. (no-tabs)
(#816) Unexpected tab character. (no-tabs)
(#817) Unexpected tab character. (no-tabs)
(#818) Unexpected tab character. (no-tabs)
(#819) Unexpected tab character. (no-tabs)
(#819) There should be no spaces inside this paren. (space-in-parens)
(#819) There should be no spaces inside this paren. (space-in-parens)
(#821) Unexpected tab character. (no-tabs)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#823) Unexpected tab character. (no-tabs)
(#823) There should be no spaces inside this paren. (space-in-parens)
(#823) There should be no spaces inside this paren. (space-in-parens)
(#825) Unexpected tab character. (no-tabs)
(#826) Unexpected tab character. (no-tabs)
(#827) Unexpected tab character. (no-tabs)
(#827) Expected { after 'if' condition. (curly)
(#827) Expected space(s) after "if". (keyword-spacing)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#829) Unexpected tab character. (no-tabs)
(#830) Unexpected tab character. (no-tabs)
(#830) Expected { after 'if' condition. (curly)
(#830) Expected space(s) after "if". (keyword-spacing)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#832) Unexpected tab character. (no-tabs)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#834) Unexpected tab character. (no-tabs)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#835) Unexpected tab character. (no-tabs)
(#835) There should be no spaces inside this paren. (space-in-parens)
(#835) There should be no spaces inside this paren. (space-in-parens)
(#837) Unexpected tab character. (no-tabs)
(#838) Unexpected tab character. (no-tabs)
(#840) Unexpected tab character. (no-tabs)
(#840) Expected space(s) after "if". (keyword-spacing)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#841) Unexpected tab character. (no-tabs)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#842) Unexpected tab character. (no-tabs)
(#842) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#843) Unexpected tab character. (no-tabs)
(#844) Unexpected tab character. (no-tabs)
(#844) There should be no spaces inside this paren. (space-in-parens)
(#844) There should be no spaces inside this paren. (space-in-parens)
(#845) Unexpected tab character. (no-tabs)
(#847) Unexpected tab character. (no-tabs)
(#847) Expected space(s) after "if". (keyword-spacing)
(#847) There should be no spaces inside this paren. (space-in-parens)
(#847) There should be no spaces inside this paren. (space-in-parens)
(#848) Unexpected tab character. (no-tabs)
(#848) There should be no spaces inside this paren. (space-in-parens)
(#848) There should be no spaces inside this paren. (space-in-parens)
(#849) Unexpected tab character. (no-tabs)
(#849) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#850) Unexpected tab character. (no-tabs)
(#851) Unexpected tab character. (no-tabs)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#852) Unexpected tab character. (no-tabs)
(#854) Unexpected tab character. (no-tabs)
(#855) Unexpected tab character. (no-tabs)
(#855) Expected space(s) after "if". (keyword-spacing)
(#855) There should be no spaces inside this paren. (space-in-parens)
(#855) There should be no spaces inside this paren. (space-in-parens)
(#856) Unexpected tab character. (no-tabs)
(#857) Unexpected tab character. (no-tabs)
(#859) Unexpected tab character. (no-tabs)
(#859) Expected space(s) after "if". (keyword-spacing)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#860) Unexpected tab character. (no-tabs)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#861) Unexpected tab character. (no-tabs)
(#861) There should be no spaces inside this paren. (space-in-parens)
(#861) There should be no spaces inside this paren. (space-in-parens)
(#862) Unexpected tab character. (no-tabs)
(#862) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#863) Unexpected tab character. (no-tabs)
(#864) Unexpected tab character. (no-tabs)
(#864) There should be no spaces inside this paren. (space-in-parens)
(#864) There should be no spaces inside this paren. (space-in-parens)
(#865) Unexpected tab character. (no-tabs)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#866) Unexpected tab character. (no-tabs)
(#868) Unexpected tab character. (no-tabs)
(#869) Unexpected tab character. (no-tabs)
(#869) Expected space(s) after "if". (keyword-spacing)
(#869) There should be no spaces inside this paren. (space-in-parens)
(#869) There should be no spaces inside this paren. (space-in-parens)
(#870) Unexpected tab character. (no-tabs)
(#871) Unexpected tab character. (no-tabs)
(#871) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#872) Unexpected tab character. (no-tabs)
(#873) Unexpected tab character. (no-tabs)
(#874) Unexpected tab character. (no-tabs)
(#876) Unexpected tab character. (no-tabs)
(#877) Unexpected tab character. (no-tabs)
(#877) Expected space(s) after "if". (keyword-spacing)
(#877) There should be no spaces inside this paren. (space-in-parens)
(#877) There should be no spaces inside this paren. (space-in-parens)
(#878) Unexpected tab character. (no-tabs)
(#879) Unexpected tab character. (no-tabs)
(#879) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#880) Unexpected tab character. (no-tabs)
(#881) Unexpected tab character. (no-tabs)
(#882) Unexpected tab character. (no-tabs)
(#882) There should be no spaces inside this paren. (space-in-parens)
(#882) There should be no spaces inside this paren. (space-in-parens)
(#883) Unexpected tab character. (no-tabs)
(#885) Unexpected tab character. (no-tabs)
(#886) Unexpected tab character. (no-tabs)
(#886) Expected space(s) after "if". (keyword-spacing)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#887) Unexpected tab character. (no-tabs)
(#888) Unexpected tab character. (no-tabs)
(#889) Unexpected tab character. (no-tabs)
(#891) Unexpected tab character. (no-tabs)
(#892) Line 892 exceeds the maximum line length of 132. (max-len)
(#892) Unexpected tab character. (no-tabs)
(#892) Expected space(s) after "if". (keyword-spacing)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#893) Unexpected tab character. (no-tabs)
(#893) There should be no spaces inside this paren. (space-in-parens)
(#894) Unexpected tab character. (no-tabs)
(#894) There should be no spaces inside this paren. (space-in-parens)
(#894) There should be no spaces inside this paren. (space-in-parens)
(#894) There should be no spaces inside this paren. (space-in-parens)
(#894) There should be no spaces inside this paren. (space-in-parens)
(#894) There should be no spaces inside this paren. (space-in-parens)
(#894) There should be no spaces inside this paren. (space-in-parens)
(#895) Unexpected tab character. (no-tabs)
(#895) There should be no spaces inside this paren. (space-in-parens)
(#897) Unexpected tab character. (no-tabs)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#898) Unexpected tab character. (no-tabs)
(#899) Unexpected tab character. (no-tabs)
(#901) Unexpected tab character. (no-tabs)
(#902) Unexpected tab character. (no-tabs)
(#902) Expected space(s) after "if". (keyword-spacing)
(#902) There should be no spaces inside this paren. (space-in-parens)
(#902) There should be no spaces inside this paren. (space-in-parens)
(#903) Unexpected tab character. (no-tabs)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#904) Unexpected tab character. (no-tabs)
(#904) There should be no spaces inside this paren. (space-in-parens)
(#904) There should be no spaces inside this paren. (space-in-parens)
(#905) Unexpected tab character. (no-tabs)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#906) Unexpected tab character. (no-tabs)
(#906) There should be no spaces inside this paren. (space-in-parens)
(#907) Unexpected tab character. (no-tabs)
(#909) Unexpected tab character. (no-tabs)
(#911) Unexpected tab character. (no-tabs)
(#913) Unexpected tab character. (no-tabs)
(#914) Unexpected tab character. (no-tabs)
(#915) Unexpected tab character. (no-tabs)
(#916) Unexpected tab character. (no-tabs)
(#918) Unexpected tab character. (no-tabs)
(#920) Unexpected tab character. (no-tabs)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#921) Unexpected tab character. (no-tabs)
(#921) There should be no spaces inside this paren. (space-in-parens)
(#921) There should be no spaces inside this paren. (space-in-parens)
(#923) Unexpected tab character. (no-tabs)
(#923) Expected space(s) after "if". (keyword-spacing)
(#923) There should be no spaces inside this paren. (space-in-parens)
(#923) There should be no spaces inside this paren. (space-in-parens)
(#924) Unexpected tab character. (no-tabs)
(#924) There should be no spaces inside this paren. (space-in-parens)
(#924) There should be no spaces inside this paren. (space-in-parens)
(#925) Unexpected tab character. (no-tabs)
(#925) There should be no spaces inside this paren. (space-in-parens)
(#925) There should be no spaces inside this paren. (space-in-parens)
(#926) Unexpected tab character. (no-tabs)
(#926) There should be no spaces inside this paren. (space-in-parens)
(#926) There should be no spaces inside this paren. (space-in-parens)
(#928) Unexpected tab character. (no-tabs)
(#929) Unexpected tab character. (no-tabs)
(#929) Expected space(s) after "if". (keyword-spacing)
(#929) There should be no spaces inside this paren. (space-in-parens)
(#929) There should be no spaces inside this paren. (space-in-parens)
(#930) Unexpected tab character. (no-tabs)
(#931) Unexpected tab character. (no-tabs)
(#931) There should be no spaces inside this paren. (space-in-parens)
(#931) There should be no spaces inside this paren. (space-in-parens)
(#932) Unexpected tab character. (no-tabs)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#933) Unexpected tab character. (no-tabs)
(#933) There should be no spaces inside this paren. (space-in-parens)
(#933) There should be no spaces inside this paren. (space-in-parens)
(#934) Unexpected tab character. (no-tabs)
(#934) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#935) Unexpected tab character. (no-tabs)
(#935) Expected space(s) after "if". (keyword-spacing)
(#935) There should be no spaces inside this paren. (space-in-parens)
(#935) There should be no spaces inside this paren. (space-in-parens)
(#936) Unexpected tab character. (no-tabs)
(#937) Unexpected tab character. (no-tabs)
(#937) There should be no spaces inside this paren. (space-in-parens)
(#937) There should be no spaces inside this paren. (space-in-parens)
(#938) Unexpected tab character. (no-tabs)
(#938) There should be no spaces inside this paren. (space-in-parens)
(#938) There should be no spaces inside this paren. (space-in-parens)
(#939) Unexpected tab character. (no-tabs)
(#939) There should be no spaces inside this paren. (space-in-parens)
(#939) There should be no spaces inside this paren. (space-in-parens)
(#940) Unexpected tab character. (no-tabs)
(#941) Unexpected tab character. (no-tabs)
(#943) Unexpected tab character. (no-tabs)
(#943) Expected space(s) after "if". (keyword-spacing)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#944) Unexpected tab character. (no-tabs)
(#944) There should be no spaces inside this paren. (space-in-parens)
(#944) There should be no spaces inside this paren. (space-in-parens)
(#945) Unexpected tab character. (no-tabs)
(#945) There should be no spaces inside this paren. (space-in-parens)
(#945) There should be no spaces inside this paren. (space-in-parens)
(#946) Unexpected tab character. (no-tabs)
(#948) Unexpected tab character. (no-tabs)
(#948) Expected space(s) after "if". (keyword-spacing)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#949) Unexpected tab character. (no-tabs)
(#949) There should be no spaces inside this paren. (space-in-parens)
(#949) There should be no spaces inside this paren. (space-in-parens)
(#950) Unexpected tab character. (no-tabs)
(#952) Unexpected tab character. (no-tabs)
(#952) Expected space(s) after "if". (keyword-spacing)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#953) Unexpected tab character. (no-tabs)
(#955) Unexpected tab character. (no-tabs)
(#955) Expected space(s) after "if". (keyword-spacing)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#956) Unexpected tab character. (no-tabs)
(#957) Unexpected tab character. (no-tabs)
(#957) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#958) Unexpected tab character. (no-tabs)
(#958) Expected space(s) after "if". (keyword-spacing)
(#958) There should be no spaces inside this paren. (space-in-parens)
(#958) There should be no spaces inside this paren. (space-in-parens)
(#959) Unexpected tab character. (no-tabs)
(#960) Unexpected tab character. (no-tabs)
(#960) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#961) Unexpected tab character. (no-tabs)
(#961) Expected space(s) after "if". (keyword-spacing)
(#961) There should be no spaces inside this paren. (space-in-parens)
(#961) There should be no spaces inside this paren. (space-in-parens)
(#962) Unexpected tab character. (no-tabs)
(#963) Unexpected tab character. (no-tabs)
(#965) Unexpected tab character. (no-tabs)
(#965) Expected space(s) after "if". (keyword-spacing)
(#965) There should be no spaces inside this paren. (space-in-parens)
(#965) There should be no spaces inside this paren. (space-in-parens)
(#966) Unexpected tab character. (no-tabs)
(#966) There should be no spaces inside this paren. (space-in-parens)
(#966) There should be no spaces inside this paren. (space-in-parens)
(#967) Unexpected tab character. (no-tabs)
(#968) Unexpected tab character. (no-tabs)
(#970) Unexpected tab character. (no-tabs)
(#971) Unexpected tab character. (no-tabs)
(#972) Unexpected tab character. (no-tabs)
(#972) There should be no space after '['. (array-bracket-spacing)
(#972) There should be no space before ']'. (array-bracket-spacing)
(#974) Unexpected tab character. (no-tabs)
(#975) Unexpected tab character. (no-tabs)
(#976) Unexpected tab character. (no-tabs)
(#976) Expected space(s) after "if". (keyword-spacing)
(#976) There should be no spaces inside this paren. (space-in-parens)
(#976) There should be no spaces inside this paren. (space-in-parens)
(#976) There should be no spaces inside this paren. (space-in-parens)
(#976) There should be no spaces inside this paren. (space-in-parens)
(#977) Unexpected tab character. (no-tabs)
(#977) There should be no space after '['. (array-bracket-spacing)
(#977) There should be no space before ']'. (array-bracket-spacing)
(#978) Unexpected tab character. (no-tabs)
(#980) Unexpected tab character. (no-tabs)
(#980) There should be no spaces inside this paren. (space-in-parens)
(#980) There should be no spaces inside this paren. (space-in-parens)
(#980) There should be no spaces inside this paren. (space-in-parens)
(#981) Unexpected tab character. (no-tabs)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) Statement inside of curly braces should be on next line. (brace-style)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#982) Unexpected tab character. (no-tabs)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) Statement inside of curly braces should be on next line. (brace-style)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#983) Unexpected tab character. (no-tabs)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) Statement inside of curly braces should be on next line. (brace-style)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#984) Unexpected tab character. (no-tabs)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) Statement inside of curly braces should be on next line. (brace-style)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#985) Unexpected tab character. (no-tabs)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) Statement inside of curly braces should be on next line. (brace-style)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#986) Unexpected tab character. (no-tabs)
(#986) There should be no spaces inside this paren. (space-in-parens)
(#986) There should be no spaces inside this paren. (space-in-parens)
(#986) There should be no spaces inside this paren. (space-in-parens)
(#986) Statement inside of curly braces should be on next line. (brace-style)
(#986) There should be no spaces inside this paren. (space-in-parens)
(#986) There should be no spaces inside this paren. (space-in-parens)
(#986) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#986) There should be no spaces inside this paren. (space-in-parens)
(#987) Unexpected tab character. (no-tabs)
(#987) There should be no spaces inside this paren. (space-in-parens)
(#989) Unexpected tab character. (no-tabs)
(#991) Unexpected tab character. (no-tabs)
(#992) Unexpected tab character. (no-tabs)
(#993) Unexpected tab character. (no-tabs)
(#994) Unexpected tab character. (no-tabs)
(#996) Unexpected tab character. (no-tabs)
(#998) Unexpected tab character. (no-tabs)
(#998) There should be no spaces inside this paren. (space-in-parens)
(#998) There should be no spaces inside this paren. (space-in-parens)
(#999) Unexpected tab character. (no-tabs)
(#999) There should be no spaces inside this paren. (space-in-parens)
(#999) There should be no spaces inside this paren. (space-in-parens)
(#1000) Unexpected tab character. (no-tabs)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1001) Unexpected tab character. (no-tabs)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1003) Unexpected tab character. (no-tabs)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1004) Unexpected tab character. (no-tabs)
(#1004) There should be no spaces inside this paren. (space-in-parens)
(#1004) There should be no spaces inside this paren. (space-in-parens)
(#1005) Unexpected tab character. (no-tabs)
(#1005) There should be no spaces inside this paren. (space-in-parens)
(#1005) There should be no spaces inside this paren. (space-in-parens)
(#1007) Unexpected tab character. (no-tabs)
(#1008) Unexpected tab character. (no-tabs)
(#1008) Expected space(s) after "if". (keyword-spacing)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1009) Unexpected tab character. (no-tabs)
(#1009) There should be no spaces inside this paren. (space-in-parens)
(#1009) There should be no spaces inside this paren. (space-in-parens)
(#1010) Unexpected tab character. (no-tabs)
(#1010) There should be no spaces inside this paren. (space-in-parens)
(#1010) There should be no spaces inside this paren. (space-in-parens)
(#1011) Unexpected tab character. (no-tabs)
(#1011) There should be no spaces inside this paren. (space-in-parens)
(#1011) There should be no spaces inside this paren. (space-in-parens)
(#1012) Unexpected tab character. (no-tabs)
(#1012) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1013) Unexpected tab character. (no-tabs)
(#1014) Unexpected tab character. (no-tabs)
(#1014) Expected space(s) after "if". (keyword-spacing)
(#1014) There should be no spaces inside this paren. (space-in-parens)
(#1014) There should be no spaces inside this paren. (space-in-parens)
(#1015) Unexpected tab character. (no-tabs)
(#1015) There should be no spaces inside this paren. (space-in-parens)
(#1015) There should be no spaces inside this paren. (space-in-parens)
(#1016) Unexpected tab character. (no-tabs)
(#1016) There should be no spaces inside this paren. (space-in-parens)
(#1016) There should be no spaces inside this paren. (space-in-parens)
(#1017) Unexpected tab character. (no-tabs)
(#1017) There should be no spaces inside this paren. (space-in-parens)
(#1017) There should be no spaces inside this paren. (space-in-parens)
(#1018) Unexpected tab character. (no-tabs)
(#1020) Unexpected tab character. (no-tabs)
(#1020) There should be no spaces inside this paren. (space-in-parens)
(#1020) There should be no spaces inside this paren. (space-in-parens)
(#1021) Unexpected tab character. (no-tabs)
(#1021) There should be no spaces inside this paren. (space-in-parens)
(#1021) There should be no spaces inside this paren. (space-in-parens)
(#1022) Unexpected tab character. (no-tabs)
(#1024) Unexpected tab character. (no-tabs)
(#1024) There should be no space after '['. (array-bracket-spacing)
(#1024) There should be no space before ']'. (array-bracket-spacing)
(#1024) There should be no spaces inside this paren. (space-in-parens)
(#1024) There should be no spaces inside this paren. (space-in-parens)
(#1024) There should be no spaces inside this paren. (space-in-parens)
(#1025) Unexpected tab character. (no-tabs)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1025) Statement inside of curly braces should be on next line. (brace-style)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1025) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1026) Unexpected tab character. (no-tabs)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) Statement inside of curly braces should be on next line. (brace-style)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1027) Unexpected tab character. (no-tabs)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) Statement inside of curly braces should be on next line. (brace-style)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1028) Unexpected tab character. (no-tabs)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) Statement inside of curly braces should be on next line. (brace-style)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1029) Unexpected tab character. (no-tabs)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1029) Statement inside of curly braces should be on next line. (brace-style)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1029) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1030) Unexpected tab character. (no-tabs)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) Statement inside of curly braces should be on next line. (brace-style)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1031) Unexpected tab character. (no-tabs)
(#1031) There should be no spaces inside this paren. (space-in-parens)
(#1033) Unexpected tab character. (no-tabs)
(#1035) Missing JSDoc for parameter 'b'. (valid-jsdoc)
(#1035) Missing JSDoc for parameter 'a'. (valid-jsdoc)
(#1035) Unexpected tab character. (no-tabs)
(#1036) Unexpected tab character. (no-tabs)
(#1037) Unexpected tab character. (no-tabs)
(#1038) Unexpected tab character. (no-tabs)
(#1039) Unexpected tab character. (no-tabs)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1041) Unexpected tab character. (no-tabs)
(#1041) Expected space(s) after "for". (keyword-spacing)
(#1041) There should be no spaces inside this paren. (space-in-parens)
(#1041) There should be no spaces inside this paren. (space-in-parens)
(#1042) Unexpected tab character. (no-tabs)
(#1042) There should be no space after '['. (computed-property-spacing)
(#1042) There should be no space before ']'. (computed-property-spacing)
(#1042) There should be no space after '['. (computed-property-spacing)
(#1042) There should be no space before ']'. (computed-property-spacing)
(#1043) Unexpected tab character. (no-tabs)
(#1045) Unexpected tab character. (no-tabs)
(#1047) Unexpected tab character. (no-tabs)
(#1047) Missing JSDoc @returns for function. (valid-jsdoc)
(#1047) Missing JSDoc for parameter 'o'. (valid-jsdoc)
(#1048) Unexpected tab character. (no-tabs)
(#1049) Unexpected tab character. (no-tabs)
(#1050) Unexpected tab character. (no-tabs)
(#1050) There should be no spaces inside this paren. (space-in-parens)
(#1050) There should be no spaces inside this paren. (space-in-parens)
(#1052) Unexpected tab character. (no-tabs)
(#1052) There should be no spaces inside this paren. (space-in-parens)
(#1052) There should be no spaces inside this paren. (space-in-parens)
(#1054) Unexpected tab character. (no-tabs)
(#1056) Missing JSDoc for parameter 'value'. (valid-jsdoc)
(#1056) Unexpected tab character. (no-tabs)
(#1056) Missing JSDoc @returns for function. (valid-jsdoc)
(#1057) Unexpected tab character. (no-tabs)
(#1058) Unexpected tab character. (no-tabs)
(#1059) Unexpected tab character. (no-tabs)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1061) Unexpected tab character. (no-tabs)
(#1061) Expected space(s) after "if". (keyword-spacing)
(#1061) There should be no spaces inside this paren. (space-in-parens)
(#1061) There should be no spaces inside this paren. (space-in-parens)
(#1062) Unexpected tab character. (no-tabs)
(#1062) Expected space(s) after "if". (keyword-spacing)
(#1062) Expected { after 'if' condition. (curly)
(#1062) There should be no spaces inside this paren. (space-in-parens)
(#1062) There should be no spaces inside this paren. (space-in-parens)
(#1063) Unexpected tab character. (no-tabs)
(#1063) Expected space(s) after "if". (keyword-spacing)
(#1063) Expected { after 'if' condition. (curly)
(#1063) There should be no spaces inside this paren. (space-in-parens)
(#1063) There should be no spaces inside this paren. (space-in-parens)
(#1064) Unexpected tab character. (no-tabs)
(#1064) Expected space(s) after "if". (keyword-spacing)
(#1064) Expected { after 'if' condition. (curly)
(#1064) There should be no spaces inside this paren. (space-in-parens)
(#1064) There should be no spaces inside this paren. (space-in-parens)
(#1065) Unexpected tab character. (no-tabs)
(#1065) Expected { after 'if' condition. (curly)
(#1065) Expected space(s) after "if". (keyword-spacing)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1066) Unexpected tab character. (no-tabs)
(#1068) Unexpected tab character. (no-tabs)
(#1070) Unexpected tab character. (no-tabs)
(#1072) Unexpected tab character. (no-tabs)
(#1072) Missing JSDoc @returns for function. (valid-jsdoc)
(#1073) Unexpected tab character. (no-tabs)
(#1074) Unexpected tab character. (no-tabs)
(#1075) Unexpected tab character. (no-tabs)
(#1076) Unexpected tab character. (no-tabs)
(#1077) Unexpected tab character. (no-tabs)
(#1078) Unexpected tab character. (no-tabs)
(#1079) Unexpected tab character. (no-tabs)
(#1079) There should be no spaces inside this paren. (space-in-parens)
(#1079) There should be no spaces inside this paren. (space-in-parens)
(#1081) Unexpected tab character. (no-tabs)
(#1082) Unexpected tab character. (no-tabs)
(#1084) Unexpected tab character. (no-tabs)
(#1084) There should be no spaces inside this paren. (space-in-parens)
(#1084) Infix operators must be spaced. (space-infix-ops)
(#1084) Infix operators must be spaced. (space-infix-ops)
(#1084) There should be no spaces inside this paren. (space-in-parens)
(#1086) Unexpected tab character. (no-tabs)
(#1088) Missing JSDoc for parameter 'element'. (valid-jsdoc)
(#1088) Missing JSDoc for parameter 'transform'. (valid-jsdoc)
(#1088) Unexpected tab character. (no-tabs)
(#1089) Unexpected tab character. (no-tabs)
(#1090) Unexpected tab character. (no-tabs)
(#1091) Unexpected tab character. (no-tabs)
(#1091) There should be no spaces inside this paren. (space-in-parens)
(#1091) There should be no spaces inside this paren. (space-in-parens)
(#1093) Unexpected tab character. (no-tabs)
(#1094) Unexpected tab character. (no-tabs)
(#1095) Unexpected tab character. (no-tabs)
(#1096) Unexpected tab character. (no-tabs)
(#1098) Unexpected tab character. (no-tabs)
(#1100) Missing JSDoc for parameter 'transforms'. (valid-jsdoc)
(#1100) Unexpected tab character. (no-tabs)
(#1101) Unexpected tab character. (no-tabs)
(#1102) Unexpected tab character. (no-tabs)
(#1103) Unexpected tab character. (no-tabs)
(#1104) Unexpected tab character. (no-tabs)
(#1105) Unexpected tab character. (no-tabs)
(#1105) There should be no spaces inside this paren. (space-in-parens)
(#1105) There should be no spaces inside this paren. (space-in-parens)
(#1107) Unexpected tab character. (no-tabs)
(#1108) Unexpected tab character. (no-tabs)
(#1108) Expected { after 'if' condition. (curly)
(#1108) Expected space(s) after "if". (keyword-spacing)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1109) Unexpected tab character. (no-tabs)
(#1109) Expected { after 'if' condition. (curly)
(#1109) Expected space(s) after "if". (keyword-spacing)
(#1109) There should be no spaces inside this paren. (space-in-parens)
(#1109) There should be no spaces inside this paren. (space-in-parens)
(#1111) Unexpected tab character. (no-tabs)
(#1112) Unexpected tab character. (no-tabs)
(#1112) Expected space(s) after "if". (keyword-spacing)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1113) Unexpected tab character. (no-tabs)
(#1113) There should be no spaces inside this paren. (space-in-parens)
(#1113) There should be no spaces inside this paren. (space-in-parens)
(#1114) Unexpected tab character. (no-tabs)
(#1114) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1115) Unexpected tab character. (no-tabs)
(#1116) Unexpected tab character. (no-tabs)
(#1116) There should be no spaces inside this paren. (space-in-parens)
(#1116) There should be no spaces inside this paren. (space-in-parens)
(#1117) Unexpected tab character. (no-tabs)
(#1119) Unexpected tab character. (no-tabs)
(#1121) Unexpected tab character. (no-tabs)
(#1121) Missing JSDoc for parameter 'value'. (valid-jsdoc)
(#1122) Unexpected tab character. (no-tabs)
(#1123) Unexpected tab character. (no-tabs)
(#1124) Unexpected tab character. (no-tabs)
(#1124) There should be no spaces inside this paren. (space-in-parens)
(#1124) There should be no spaces inside this paren. (space-in-parens)
(#1126) Unexpected tab character. (no-tabs)
(#1126) There should be no spaces inside this paren. (space-in-parens)
(#1126) There should be no spaces inside this paren. (space-in-parens)
(#1127) Unexpected tab character. (no-tabs)
(#1128) Unexpected tab character. (no-tabs)
(#1128) Expected space(s) after "if". (keyword-spacing)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1129) Unexpected tab character. (no-tabs)
(#1130) Unexpected tab character. (no-tabs)
(#1130) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1131) Unexpected tab character. (no-tabs)
(#1132) Unexpected tab character. (no-tabs)
(#1132) There should be no spaces inside this paren. (space-in-parens)
(#1132) There should be no spaces inside this paren. (space-in-parens)
(#1132) There should be no spaces inside this paren. (space-in-parens)
(#1132) There should be no spaces inside this paren. (space-in-parens)
(#1133) Unexpected tab character. (no-tabs)
(#1134) Unexpected tab character. (no-tabs)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1136) Unexpected tab character. (no-tabs)
(#1138) Unexpected tab character. (no-tabs)
(#1138) Missing JSDoc @returns for function. (valid-jsdoc)
(#1139) Unexpected tab character. (no-tabs)
(#1140) Unexpected tab character. (no-tabs)
(#1141) Unexpected tab character. (no-tabs)
(#1142) Unexpected tab character. (no-tabs)
(#1143) Unexpected tab character. (no-tabs)
(#1144) Unexpected tab character. (no-tabs)
(#1145) Unexpected tab character. (no-tabs)
(#1146) Unexpected tab character. (no-tabs)
(#1147) Unexpected tab character. (no-tabs)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1149) Unexpected tab character. (no-tabs)
(#1149) There should be no spaces inside this paren. (space-in-parens)
(#1149) There should be no spaces inside this paren. (space-in-parens)
(#1150) Unexpected tab character. (no-tabs)
(#1150) Expected space(s) after "if". (keyword-spacing)
(#1150) There should be no spaces inside this paren. (space-in-parens)
(#1150) There should be no spaces inside this paren. (space-in-parens)
(#1151) Unexpected tab character. (no-tabs)
(#1152) Unexpected tab character. (no-tabs)
(#1153) Unexpected tab character. (no-tabs)
(#1153) There should be no spaces inside this paren. (space-in-parens)
(#1153) There should be no spaces inside this paren. (space-in-parens)
(#1153) There should be no spaces inside this paren. (space-in-parens)
(#1153) There should be no spaces inside this paren. (space-in-parens)
(#1154) Unexpected tab character. (no-tabs)
(#1154) There should be no spaces inside this paren. (space-in-parens)
(#1154) There should be no spaces inside this paren. (space-in-parens)
(#1154) There should be no spaces inside this paren. (space-in-parens)
(#1154) There should be no spaces inside this paren. (space-in-parens)
(#1155) Unexpected tab character. (no-tabs)
(#1155) There should be no spaces inside this paren. (space-in-parens)
(#1155) There should be no spaces inside this paren. (space-in-parens)
(#1155) There should be no spaces inside this paren. (space-in-parens)
(#1155) There should be no spaces inside this paren. (space-in-parens)
(#1156) Unexpected tab character. (no-tabs)
(#1157) Unexpected tab character. (no-tabs)
(#1159) Unexpected tab character. (no-tabs)
(#1159) There should be no spaces inside this paren. (space-in-parens)
(#1159) There should be no spaces inside this paren. (space-in-parens)
(#1160) Unexpected tab character. (no-tabs)
(#1160) Expected space(s) after "if". (keyword-spacing)
(#1160) There should be no spaces inside this paren. (space-in-parens)
(#1160) There should be no spaces inside this paren. (space-in-parens)
(#1161) Unexpected tab character. (no-tabs)
(#1162) Unexpected tab character. (no-tabs)
(#1163) Unexpected tab character. (no-tabs)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1164) Unexpected tab character. (no-tabs)
(#1164) There should be no spaces inside this paren. (space-in-parens)
(#1164) There should be no spaces inside this paren. (space-in-parens)
(#1164) There should be no spaces inside this paren. (space-in-parens)
(#1164) There should be no spaces inside this paren. (space-in-parens)
(#1165) Unexpected tab character. (no-tabs)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1166) Unexpected tab character. (no-tabs)
(#1167) Unexpected tab character. (no-tabs)
(#1169) Unexpected tab character. (no-tabs)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1170) Unexpected tab character. (no-tabs)
(#1170) Expected space(s) after "if". (keyword-spacing)
(#1170) There should be no spaces inside this paren. (space-in-parens)
(#1170) There should be no spaces inside this paren. (space-in-parens)
(#1171) Unexpected tab character. (no-tabs)
(#1172) Unexpected tab character. (no-tabs)
(#1172) There should be no spaces inside this paren. (space-in-parens)
(#1172) There should be no spaces inside this paren. (space-in-parens)
(#1173) Unexpected tab character. (no-tabs)
(#1173) There should be no spaces inside this paren. (space-in-parens)
(#1173) There should be no spaces inside this paren. (space-in-parens)
(#1174) Unexpected tab character. (no-tabs)
(#1174) There should be no spaces inside this paren. (space-in-parens)
(#1174) There should be no spaces inside this paren. (space-in-parens)
(#1175) Unexpected tab character. (no-tabs)
(#1176) Unexpected tab character. (no-tabs)
(#1178) Unexpected tab character. (no-tabs)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1178) Unnecessary escape character: \,. (no-useless-escape)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1179) Unexpected tab character. (no-tabs)
(#1179) Expected space(s) after "if". (keyword-spacing)
(#1179) There should be no spaces inside this paren. (space-in-parens)
(#1179) There should be no spaces inside this paren. (space-in-parens)
(#1180) Unexpected tab character. (no-tabs)
(#1181) Unexpected tab character. (no-tabs)
(#1181) There should be no spaces inside this paren. (space-in-parens)
(#1181) There should be no spaces inside this paren. (space-in-parens)
(#1182) Unexpected tab character. (no-tabs)
(#1182) There should be no spaces inside this paren. (space-in-parens)
(#1182) There should be no spaces inside this paren. (space-in-parens)
(#1183) Unexpected tab character. (no-tabs)
(#1183) There should be no spaces inside this paren. (space-in-parens)
(#1183) There should be no spaces inside this paren. (space-in-parens)
(#1184) Unexpected tab character. (no-tabs)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1185) Unexpected tab character. (no-tabs)
(#1186) Unexpected tab character. (no-tabs)
(#1188) Unexpected tab character. (no-tabs)
(#1190) Unexpected tab character. (no-tabs)
(#1192) Missing JSDoc @returns for function. (valid-jsdoc)
(#1192) Missing JSDoc parameter type for 'color'. (valid-jsdoc)
(#1192) Unexpected tab character. (no-tabs)
(#1193) Unexpected tab character. (no-tabs)
(#1194) Unexpected tab character. (no-tabs)
(#1195) Unexpected tab character. (no-tabs)
(#1196) Unexpected tab character. (no-tabs)
(#1197) Unexpected tab character. (no-tabs)
(#1197) There should be no spaces inside this paren. (space-in-parens)
(#1197) There should be no spaces inside this paren. (space-in-parens)
(#1199) Unexpected tab character. (no-tabs)
(#1199) Expected { after 'if' condition. (curly)
(#1199) Expected space(s) after "if". (keyword-spacing)
(#1199) There should be no spaces inside this paren. (space-in-parens)
(#1199) There should be no spaces inside this paren. (space-in-parens)
(#1199) There should be no spaces inside this paren. (space-in-parens)
(#1199) There should be no spaces inside this paren. (space-in-parens)
(#1201) Unexpected tab character. (no-tabs)
(#1201) Expected space(s) after "if". (keyword-spacing)
(#1201) There should be no spaces inside this paren. (space-in-parens)
(#1201) There should be no spaces inside this paren. (space-in-parens)
(#1202) Unexpected tab character. (no-tabs)
(#1202) There should be no spaces inside this paren. (space-in-parens)
(#1202) There should be no spaces inside this paren. (space-in-parens)
(#1203) Unexpected tab character. (no-tabs)
(#1205) Unexpected tab character. (no-tabs)
(#1207) Unexpected tab character. (no-tabs)
(#1209) Missing JSDoc @returns for function. (valid-jsdoc)
(#1209) Unexpected tab character. (no-tabs)
(#1209) Missing JSDoc for parameter 'element'. (valid-jsdoc)
(#1210) Unexpected tab character. (no-tabs)
(#1211) Unexpected tab character. (no-tabs)
(#1212) Unexpected tab character. (no-tabs)
(#1213) Unexpected tab character. (no-tabs)
(#1213) There should be no spaces inside this paren. (space-in-parens)
(#1213) There should be no spaces inside this paren. (space-in-parens)
(#1215) Unexpected tab character. (no-tabs)
(#1217) Unexpected tab character. (no-tabs)
(#1217) Expected space(s) after "if". (keyword-spacing)
(#1217) There should be no spaces inside this paren. (space-in-parens)
(#1217) There should be no spaces inside this paren. (space-in-parens)
(#1218) Unexpected tab character. (no-tabs)
(#1220) Unexpected tab character. (no-tabs)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1222) Unexpected tab character. (no-tabs)
(#1222) Expected space(s) after "if". (keyword-spacing)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1223) Unexpected tab character. (no-tabs)
(#1224) Unexpected tab character. (no-tabs)
(#1224) Expected space(s) after "if". (keyword-spacing)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1225) Unexpected tab character. (no-tabs)
(#1226) Unexpected tab character. (no-tabs)
(#1228) Unexpected tab character. (no-tabs)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1229) Unexpected tab character. (no-tabs)
(#1231) Unexpected tab character. (no-tabs)
(#1231) There should be no spaces inside this paren. (space-in-parens)
(#1233) Unexpected tab character. (no-tabs)
(#1234) Unexpected tab character. (no-tabs)
(#1234) Expected space(s) after "if". (keyword-spacing)
(#1234) There should be no spaces inside this paren. (space-in-parens)
(#1234) There should be no spaces inside this paren. (space-in-parens)
(#1235) Unexpected tab character. (no-tabs)
(#1236) Unexpected tab character. (no-tabs)
(#1238) Unexpected tab character. (no-tabs)
(#1240) Unexpected tab character. (no-tabs)
(#1242) Unexpected tab character. (no-tabs)
(#1244) Unexpected tab character. (no-tabs)
(#1244) Missing JSDoc for parameter 'element'. (valid-jsdoc)
(#1244) Missing JSDoc @returns for function. (valid-jsdoc)
(#1244) Missing JSDoc for parameter 'height'. (valid-jsdoc)
(#1245) Unexpected tab character. (no-tabs)
(#1246) Unexpected tab character. (no-tabs)
(#1247) Unexpected tab character. (no-tabs)
(#1248) Unexpected tab character. (no-tabs)
(#1249) Unexpected tab character. (no-tabs)
(#1250) Unexpected tab character. (no-tabs)
(#1250) There should be no spaces inside this paren. (space-in-parens)
(#1250) There should be no spaces inside this paren. (space-in-parens)
(#1252) Unexpected tab character. (no-tabs)
(#1254) Unexpected tab character. (no-tabs)
(#1254) Expected space(s) after "if". (keyword-spacing)
(#1254) There should be no spaces inside this paren. (space-in-parens)
(#1254) There should be no spaces inside this paren. (space-in-parens)
(#1255) Unexpected tab character. (no-tabs)
(#1255) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1257) Unexpected tab character. (no-tabs)
(#1258) Unexpected tab character. (no-tabs)
(#1259) Unexpected tab character. (no-tabs)
(#1260) Unexpected tab character. (no-tabs)
(#1262) Unexpected tab character. (no-tabs)
(#1263) Unexpected tab character. (no-tabs)
(#1265) Unexpected tab character. (no-tabs)
(#1266) Unexpected tab character. (no-tabs)
(#1268) Unexpected tab character. (no-tabs)
(#1270) Unexpected tab character. (no-tabs)
(#1272) Unexpected tab character. (no-tabs)
(#1272) Missing JSDoc @returns for function. (valid-jsdoc)
(#1273) Unexpected tab character. (no-tabs)
(#1274) Unexpected tab character. (no-tabs)
(#1275) Unexpected tab character. (no-tabs)
(#1277) Unexpected tab character. (no-tabs)
(#1277) There should be no spaces inside this paren. (space-in-parens)
(#1277) There should be no spaces inside this paren. (space-in-parens)
(#1277) There should be no spaces inside this paren. (space-in-parens)
(#1277) There should be no spaces inside this paren. (space-in-parens)
(#1279) Unexpected tab character. (no-tabs)
(#1281) Unexpected tab character. (no-tabs)
(#1282) Unexpected tab character. (no-tabs)
(#1283) Unexpected tab character. (no-tabs)
(#1284) Unexpected tab character. (no-tabs)
(#1286) Unexpected tab character. (no-tabs)
(#1286) Expected space(s) after "if". (keyword-spacing)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1287) Unexpected tab character. (no-tabs)
(#1288) Unexpected tab character. (no-tabs)
(#1288) There should be no spaces inside this paren. (space-in-parens)
(#1288) There should be no spaces inside this paren. (space-in-parens)
(#1289) Unexpected tab character. (no-tabs)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1290) Unexpected tab character. (no-tabs)
(#1292) Unexpected tab character. (no-tabs)
(#1294) Unexpected tab character. (no-tabs)
(#1295) Unexpected tab character. (no-tabs)
(#1296) Unexpected tab character. (no-tabs)
(#1297) Unexpected tab character. (no-tabs)
(#1298) Unexpected tab character. (no-tabs)
(#1300) Unexpected tab character. (no-tabs)
(#1300) There should be no spaces inside this paren. (space-in-parens)
(#1301) Unexpected tab character. (no-tabs)
(#1301) There should be no spaces inside this paren. (space-in-parens)
(#1301) There should be no spaces inside this paren. (space-in-parens)
(#1302) Unexpected tab character. (no-tabs)
(#1302) There should be no spaces inside this paren. (space-in-parens)
(#1304) Unexpected tab character. (no-tabs)
(#1306) Missing JSDoc for parameter 'args'. (valid-jsdoc)
(#1306) Unexpected tab character. (no-tabs)
(#1306) Missing JSDoc for parameter 'type'. (valid-jsdoc)
(#1307) Unexpected tab character. (no-tabs)
(#1308) Unexpected tab character. (no-tabs)
(#1309) Unexpected tab character. (no-tabs)
(#1310) Unexpected tab character. (no-tabs)
(#1310) There should be no spaces inside this paren. (space-in-parens)
(#1310) There should be no spaces inside this paren. (space-in-parens)
(#1312) Unexpected tab character. (no-tabs)
(#1312) There should be no spaces inside this paren. (space-in-parens)
(#1312) There should be no spaces inside this paren. (space-in-parens)
(#1313) Unexpected tab character. (no-tabs)
(#1313) There should be no spaces inside this paren. (space-in-parens)
(#1313) There should be no spaces inside this paren. (space-in-parens)
(#1314) Unexpected tab character. (no-tabs)
(#1314) There should be no spaces inside this paren. (space-in-parens)
(#1314) There should be no spaces inside this paren. (space-in-parens)
(#1315) Unexpected tab character. (no-tabs)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1317) Unexpected tab character. (no-tabs)
(#1318) Unexpected tab character. (no-tabs)
(#1319) Unexpected tab character. (no-tabs)
(#1319) Expected space(s) after "if". (keyword-spacing)
(#1319) There should be no spaces inside this paren. (space-in-parens)
(#1319) There should be no spaces inside this paren. (space-in-parens)
(#1320) Unexpected tab character. (no-tabs)
(#1320) There should be no spaces inside this paren. (space-in-parens)
(#1320) There should be no space after '{'. (object-curly-spacing)
(#1320) There should be no space before '}'. (object-curly-spacing)
(#1320) There should be no spaces inside this paren. (space-in-parens)
(#1321) Unexpected tab character. (no-tabs)
(#1323) Unexpected tab character. (no-tabs)
(#1325) Unexpected tab character. (no-tabs)
(#1326) Unexpected tab character. (no-tabs)
(#1327) Unexpected tab character. (no-tabs)
(#1328) Unexpected tab character. (no-tabs)
(#1330) Unexpected tab character. (no-tabs)
(#1330) Expected space(s) after "if". (keyword-spacing)
(#1330) There should be no spaces inside this paren. (space-in-parens)
(#1330) There should be no spaces inside this paren. (space-in-parens)
(#1330) There should be no spaces inside this paren. (space-in-parens)
(#1330) There should be no spaces inside this paren. (space-in-parens)
(#1331) Unexpected tab character. (no-tabs)
(#1331) There should be no spaces inside this paren. (space-in-parens)
(#1331) There should be no spaces inside this paren. (space-in-parens)
(#1333) Unexpected tab character. (no-tabs)
(#1333) Expected space(s) after "for". (keyword-spacing)
(#1333) There should be no spaces inside this paren. (space-in-parens)
(#1333) There should be no spaces inside this paren. (space-in-parens)
(#1334) Unexpected tab character. (no-tabs)
(#1336) Line 1336 exceeds the maximum line length of 132. (max-len)
(#1336) Unexpected tab character. (no-tabs)
(#1336) Expected space(s) after "if". (keyword-spacing)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1337) Unexpected tab character. (no-tabs)
(#1338) Unexpected tab character. (no-tabs)
(#1339) Unexpected tab character. (no-tabs)
(#1341) Unexpected tab character. (no-tabs)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1342) Unexpected tab character. (no-tabs)
(#1343) Unexpected tab character. (no-tabs)
(#1344) Unexpected tab character. (no-tabs)
(#1345) Unexpected tab character. (no-tabs)
(#1346) Unexpected tab character. (no-tabs)
(#1348) Unexpected tab character. (no-tabs)
(#1350) Unexpected tab character. (no-tabs)
(#1351) Unexpected tab character. (no-tabs)
(#1352) Unexpected tab character. (no-tabs)
(#1353) Unexpected tab character. (no-tabs)
(#1355) Unexpected tab character. (no-tabs)
(#1355) There should be no spaces inside this paren. (space-in-parens)
(#1355) There should be no spaces inside this paren. (space-in-parens)
(#1357) Unexpected tab character. (no-tabs)
(#1357) Expected space(s) after "for". (keyword-spacing)
(#1357) There should be no spaces inside this paren. (space-in-parens)
(#1357) There should be no spaces inside this paren. (space-in-parens)
(#1358) Unexpected tab character. (no-tabs)
(#1359) Unexpected tab character. (no-tabs)
(#1359) There should be no spaces inside this paren. (space-in-parens)
(#1359) There should be no spaces inside this paren. (space-in-parens)
(#1361) Unexpected tab character. (no-tabs)
(#1361) Expected space(s) after "if". (keyword-spacing)
(#1361) There should be no spaces inside this paren. (space-in-parens)
(#1361) There should be no spaces inside this paren. (space-in-parens)
(#1362) Unexpected tab character. (no-tabs)
(#1362) There should be no spaces inside this paren. (space-in-parens)
(#1362) There should be no spaces inside this paren. (space-in-parens)
(#1363) Unexpected tab character. (no-tabs)
(#1364) Unexpected tab character. (no-tabs)
(#1365) Unexpected tab character. (no-tabs)
(#1367) Unexpected tab character. (no-tabs)
(#1369) Unexpected tab character. (no-tabs)
(#1369) Missing JSDoc for parameter 'selector'. (valid-jsdoc)
(#1370) Unexpected tab character. (no-tabs)
(#1371) Unexpected tab character. (no-tabs)
(#1372) Unexpected tab character. (no-tabs)
(#1372) There should be no spaces inside this paren. (space-in-parens)
(#1372) There should be no spaces inside this paren. (space-in-parens)
(#1374) Unexpected tab character. (no-tabs)
(#1374) There should be no spaces inside this paren. (space-in-parens)
(#1374) There should be no spaces inside this paren. (space-in-parens)
(#1374) There should be no spaces inside this paren. (space-in-parens)
(#1374) There should be no spaces inside this paren. (space-in-parens)
(#1376) Unexpected tab character. (no-tabs)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1377) Unexpected tab character. (no-tabs)
(#1377) Expected space(s) after "if". (keyword-spacing)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1378) Unexpected tab character. (no-tabs)
(#1378) There should be no spaces inside this paren. (space-in-parens)
(#1378) There should be no spaces inside this paren. (space-in-parens)
(#1379) Unexpected tab character. (no-tabs)
(#1380) Unexpected tab character. (no-tabs)
(#1380) There should be no spaces inside this paren. (space-in-parens)
(#1382) Unexpected tab character. (no-tabs)
(#1384) Unexpected tab character. (no-tabs)
(#1385) Unexpected tab character. (no-tabs)
(#1386) Unexpected tab character. (no-tabs)
(#1387) Unexpected tab character. (no-tabs)
(#1389) Unexpected tab character. (no-tabs)
(#1389) There should be no spaces inside this paren. (space-in-parens)
(#1389) There should be no spaces inside this paren. (space-in-parens)
(#1389) There should be no spaces inside this paren. (space-in-parens)
(#1389) There should be no spaces inside this paren. (space-in-parens)
(#1391) Unexpected tab character. (no-tabs)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1392) Unexpected tab character. (no-tabs)
(#1392) Expected space(s) after "if". (keyword-spacing)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1393) Unexpected tab character. (no-tabs)
(#1393) There should be no spaces inside this paren. (space-in-parens)
(#1393) There should be no spaces inside this paren. (space-in-parens)
(#1394) Unexpected tab character. (no-tabs)
(#1395) Unexpected tab character. (no-tabs)
(#1395) There should be no spaces inside this paren. (space-in-parens)
(#1397) Unexpected tab character. (no-tabs)
(#1399) Missing JSDoc for parameter 'url'. (valid-jsdoc)
(#1399) Unexpected tab character. (no-tabs)
(#1400) Unexpected tab character. (no-tabs)
(#1401) Unexpected tab character. (no-tabs)
(#1402) Unexpected tab character. (no-tabs)
(#1402) There should be no spaces inside this paren. (space-in-parens)
(#1402) There should be no spaces inside this paren. (space-in-parens)
(#1404) Unexpected tab character. (no-tabs)
(#1406) Unexpected tab character. (no-tabs)
(#1406) There should be no spaces inside this paren. (space-in-parens)
(#1406) There should be no spaces inside this paren. (space-in-parens)
(#1407) Unexpected tab character. (no-tabs)
(#1407) There should be no spaces inside this paren. (space-in-parens)
(#1407) There should be no spaces inside this paren. (space-in-parens)
(#1408) Unexpected tab character. (no-tabs)
(#1408) There should be no spaces inside this paren. (space-in-parens)
(#1408) There should be no spaces inside this paren. (space-in-parens)
(#1409) Unexpected tab character. (no-tabs)
(#1409) There should be no spaces inside this paren. (space-in-parens)
(#1409) There should be no spaces inside this paren. (space-in-parens)
(#1411) Unexpected tab character. (no-tabs)
(#1412) Unexpected tab character. (no-tabs)
(#1413) Unexpected tab character. (no-tabs)
(#1414) Unexpected tab character. (no-tabs)
(#1414) Infix operators must be spaced. (space-infix-ops)
(#1414) Infix operators must be spaced. (space-infix-ops)
(#1415) Unexpected tab character. (no-tabs)
(#1416) Unexpected tab character. (no-tabs)
(#1417) Unexpected tab character. (no-tabs)
(#1418) Unexpected tab character. (no-tabs)
(#1418) Infix operators must be spaced. (space-infix-ops)
(#1418) Infix operators must be spaced. (space-infix-ops)
(#1419) Unexpected tab character. (no-tabs)
(#1420) Unexpected tab character. (no-tabs)
(#1422) Unexpected tab character. (no-tabs)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1422) 'event' is defined but never used. (no-unused-vars)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1423) Unexpected tab character. (no-tabs)
(#1423) There should be no spaces inside this paren. (space-in-parens)
(#1423) There should be no spaces inside this paren. (space-in-parens)
(#1424) Unexpected tab character. (no-tabs)
(#1424) There should be no spaces inside this paren. (space-in-parens)
(#1426) Unexpected tab character. (no-tabs)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1427) Unexpected tab character. (no-tabs)
(#1428) Unexpected tab character. (no-tabs)
(#1429) Unexpected tab character. (no-tabs)
(#1429) There should be no spaces inside this paren. (space-in-parens)
(#1431) Unexpected tab character. (no-tabs)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) 'event' is defined but never used. (no-unused-vars)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1432) Unexpected tab character. (no-tabs)
(#1433) Unexpected tab character. (no-tabs)
(#1433) There should be no spaces inside this paren. (space-in-parens)
(#1435) Unexpected tab character. (no-tabs)
(#1435) There should be no spaces inside this paren. (space-in-parens)
(#1436) Unexpected tab character. (no-tabs)
(#1436) There should be no spaces inside this paren. (space-in-parens)
(#1436) There should be no spaces inside this paren. (space-in-parens)
(#1437) Unexpected tab character. (no-tabs)
(#1437) There should be no spaces inside this paren. (space-in-parens)
(#1439) Unexpected tab character. (no-tabs)
(#1441) Unexpected tab character. (no-tabs)
(#1442) Unexpected tab character. (no-tabs)
(#1443) Unexpected tab character. (no-tabs)
(#1444) Unexpected tab character. (no-tabs)
(#1446) Unexpected tab character. (no-tabs)
(#1446) Expected space(s) after "if". (keyword-spacing)
(#1446) There should be no spaces inside this paren. (space-in-parens)
(#1446) There should be no spaces inside this paren. (space-in-parens)
(#1448) Unexpected tab character. (no-tabs)
(#1450) Unexpected tab character. (no-tabs)
(#1450) There should be no spaces inside this paren. (space-in-parens)
(#1450) There should be no spaces inside this paren. (space-in-parens)
(#1451) Unexpected tab character. (no-tabs)
(#1451) There should be no spaces inside this paren. (space-in-parens)
(#1451) There should be no spaces inside this paren. (space-in-parens)
(#1452) Unexpected tab character. (no-tabs)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1453) Unexpected tab character. (no-tabs)
(#1453) There should be no spaces inside this paren. (space-in-parens)
(#1453) There should be no spaces inside this paren. (space-in-parens)
(#1455) Unexpected tab character. (no-tabs)
(#1457) Unexpected tab character. (no-tabs)
(#1458) Unexpected tab character. (no-tabs)
(#1458) Expected space(s) after "for". (keyword-spacing)
(#1458) There should be no spaces inside this paren. (space-in-parens)
(#1458) There should be no spaces inside this paren. (space-in-parens)
(#1459) Unexpected tab character. (no-tabs)
(#1459) There should be no space after '['. (computed-property-spacing)
(#1459) There should be no space before ']'. (computed-property-spacing)
(#1460) Unexpected tab character. (no-tabs)
(#1462) Unexpected tab character. (no-tabs)
(#1464) Unexpected tab character. (no-tabs)
(#1465) Unexpected tab character. (no-tabs)
(#1466) Unexpected tab character. (no-tabs)
(#1467) Unexpected tab character. (no-tabs)
(#1468) Unexpected tab character. (no-tabs)
(#1469) Unexpected tab character. (no-tabs)
(#1469) Infix operators must be spaced. (space-infix-ops)
(#1469) Infix operators must be spaced. (space-infix-ops)
(#1470) Unexpected tab character. (no-tabs)
(#1471) Unexpected tab character. (no-tabs)
(#1473) Unexpected tab character. (no-tabs)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1474) Unexpected tab character. (no-tabs)
(#1475) Unexpected tab character. (no-tabs)
(#1476) Unexpected tab character. (no-tabs)
(#1476) There should be no spaces inside this paren. (space-in-parens)
(#1478) Unexpected tab character. (no-tabs)
(#1478) There should be no spaces inside this paren. (space-in-parens)
(#1479) Unexpected tab character. (no-tabs)
(#1479) There should be no spaces inside this paren. (space-in-parens)
(#1479) There should be no spaces inside this paren. (space-in-parens)
(#1480) Unexpected tab character. (no-tabs)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1482) Unexpected tab character. (no-tabs)
(#1484) Unexpected tab character. (no-tabs)
(#1486) Unexpected tab character. (no-tabs)
(#1487) Unexpected tab character. (no-tabs)
(#1488) Unexpected tab character. (no-tabs)
(#1489) Unexpected tab character. (no-tabs)
(#1491) Unexpected tab character. (no-tabs)
(#1491) Expected space(s) after "if". (keyword-spacing)
(#1491) There should be no spaces inside this paren. (space-in-parens)
(#1491) There should be no spaces inside this paren. (space-in-parens)
(#1492) Unexpected tab character. (no-tabs)
(#1492) There should be no spaces inside this paren. (space-in-parens)
(#1492) There should be no spaces inside this paren. (space-in-parens)
(#1493) Unexpected tab character. (no-tabs)
(#1494) Unexpected tab character. (no-tabs)
(#1496) Unexpected tab character. (no-tabs)
(#1498) Unexpected tab character. (no-tabs)
(#1499) Unexpected tab character. (no-tabs)
(#1500) Unexpected tab character. (no-tabs)
(#1501) Unexpected tab character. (no-tabs)
(#1502) Unexpected tab character. (no-tabs)
(#1504) Unexpected tab character. (no-tabs)
(#1504) Expected space(s) after "if". (keyword-spacing)
(#1504) There should be no spaces inside this paren. (space-in-parens)
(#1504) There should be no spaces inside this paren. (space-in-parens)
(#1506) Unexpected tab character. (no-tabs)
(#1508) Unexpected tab character. (no-tabs)
(#1510) Unexpected tab character. (no-tabs)
(#1511) Unexpected tab character. (no-tabs)
(#1511) There should be no spaces inside this paren. (space-in-parens)
(#1511) There should be no spaces inside this paren. (space-in-parens)
(#1513) Unexpected tab character. (no-tabs)
(#1514) Unexpected tab character. (no-tabs)
(#1516) Unexpected tab character. (no-tabs)
(#1517) Unexpected tab character. (no-tabs)
(#1517) There should be no spaces inside this paren. (space-in-parens)
(#1517) There should be no spaces inside this paren. (space-in-parens)
(#1519) Unexpected tab character. (no-tabs)
(#1520) Unexpected tab character. (no-tabs)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1521) Unexpected tab character. (no-tabs)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1523) Unexpected tab character. (no-tabs)
(#1524) Unexpected tab character. (no-tabs)
(#1524) Expected space(s) after "if". (keyword-spacing)
(#1524) There should be no spaces inside this paren. (space-in-parens)
(#1524) There should be no spaces inside this paren. (space-in-parens)
(#1525) Unexpected tab character. (no-tabs)
(#1526) Unexpected tab character. (no-tabs)
(#1527) Unexpected tab character. (no-tabs)
(#1528) Unexpected tab character. (no-tabs)
(#1529) Unexpected tab character. (no-tabs)
(#1530) Unexpected tab character. (no-tabs)
(#1530) There should be no spaces inside this paren. (space-in-parens)
(#1530) There should be no space after '{'. (object-curly-spacing)
(#1530) There should be no space before '}'. (object-curly-spacing)
(#1530) There should be no spaces inside this paren. (space-in-parens)
(#1531) Unexpected tab character. (no-tabs)
(#1531) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1532) Unexpected tab character. (no-tabs)
(#1533) Unexpected tab character. (no-tabs)
(#1534) Unexpected tab character. (no-tabs)
(#1534) Expected space(s) after "if". (keyword-spacing)
(#1534) There should be no spaces inside this paren. (space-in-parens)
(#1534) There should be no spaces inside this paren. (space-in-parens)
(#1534) There should be no spaces inside this paren. (space-in-parens)
(#1534) There should be no spaces inside this paren. (space-in-parens)
(#1535) Unexpected tab character. (no-tabs)
(#1536) Unexpected tab character. (no-tabs)
(#1536) There should be no spaces inside this paren. (space-in-parens)
(#1536) There should be no space after '{'. (object-curly-spacing)
(#1536) There should be no space before '}'. (object-curly-spacing)
(#1536) There should be no spaces inside this paren. (space-in-parens)
(#1537) Unexpected tab character. (no-tabs)
(#1537) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1538) Unexpected tab character. (no-tabs)
(#1539) Unexpected tab character. (no-tabs)
(#1540) Unexpected tab character. (no-tabs)
(#1541) Unexpected tab character. (no-tabs)
(#1542) Unexpected tab character. (no-tabs)
(#1543) Unexpected tab character. (no-tabs)
(#1544) Unexpected tab character. (no-tabs)
(#1544) There should be no spaces inside this paren. (space-in-parens)
(#1544) There should be no space after '{'. (object-curly-spacing)
(#1544) Infix operators must be spaced. (space-infix-ops)
(#1544) Infix operators must be spaced. (space-infix-ops)
(#1544) There should be no space before '}'. (object-curly-spacing)
(#1544) There should be no spaces inside this paren. (space-in-parens)
(#1545) Unexpected tab character. (no-tabs)
(#1546) Unexpected tab character. (no-tabs)
(#1548) Unexpected tab character. (no-tabs)
(#1549) Unexpected tab character. (no-tabs)
(#1549) There should be no spaces inside this paren. (space-in-parens)
(#1549) There should be no spaces inside this paren. (space-in-parens)
(#1549) There should be no spaces inside this paren. (space-in-parens)
(#1549) There should be no spaces inside this paren. (space-in-parens)
(#1551) Unexpected tab character. (no-tabs)
(#1551) Expected space(s) after "for". (keyword-spacing)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1552) Unexpected tab character. (no-tabs)
(#1552) There should be no space after '['. (computed-property-spacing)
(#1552) There should be no space before ']'. (computed-property-spacing)
(#1554) Unexpected tab character. (no-tabs)
(#1555) Unexpected tab character. (no-tabs)
(#1555) Expected space(s) after "if". (keyword-spacing)
(#1555) There should be no spaces inside this paren. (space-in-parens)
(#1555) There should be no spaces inside this paren. (space-in-parens)
(#1556) Unexpected tab character. (no-tabs)
(#1557) Unexpected tab character. (no-tabs)
(#1559) Unexpected tab character. (no-tabs)
(#1559) Expected space(s) after "if". (keyword-spacing)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1560) Unexpected tab character. (no-tabs)
(#1561) Unexpected tab character. (no-tabs)
(#1562) Unexpected tab character. (no-tabs)
(#1562) Expected space(s) after "if". (keyword-spacing)
(#1562) There should be no spaces inside this paren. (space-in-parens)
(#1562) There should be no spaces inside this paren. (space-in-parens)
(#1562) There should be no spaces inside this paren. (space-in-parens)
(#1562) There should be no spaces inside this paren. (space-in-parens)
(#1563) Unexpected tab character. (no-tabs)
(#1564) Unexpected tab character. (no-tabs)
(#1564) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1565) Unexpected tab character. (no-tabs)
(#1566) Unexpected tab character. (no-tabs)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1566) There should be no spaces inside this paren. (space-in-parens)
(#1567) Unexpected tab character. (no-tabs)
(#1568) Unexpected tab character. (no-tabs)
(#1568) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1569) Unexpected tab character. (no-tabs)
(#1570) Unexpected tab character. (no-tabs)
(#1571) Unexpected tab character. (no-tabs)
(#1573) Unexpected tab character. (no-tabs)
(#1575) Unexpected tab character. (no-tabs)
(#1576) Unexpected tab character. (no-tabs)
(#1578) Unexpected tab character. (no-tabs)
(#1580) Unexpected tab character. (no-tabs)
(#1582) Missing JSDoc for parameter 'height'. (valid-jsdoc)
(#1582) Missing JSDoc for parameter 'padding'. (valid-jsdoc)
(#1582) Unexpected tab character. (no-tabs)
(#1582) Missing JSDoc for parameter 'width'. (valid-jsdoc)
(#1583) Unexpected tab character. (no-tabs)
(#1584) Unexpected tab character. (no-tabs)
(#1585) Unexpected tab character. (no-tabs)
(#1586) Unexpected tab character. (no-tabs)
(#1586) There should be no spaces inside this paren. (space-in-parens)
(#1586) 'padding' is defined but never used. (no-unused-vars)
(#1586) There should be no spaces inside this paren. (space-in-parens)
(#1588) Unexpected tab character. (no-tabs)
(#1589) Unexpected tab character. (no-tabs)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1591) Unexpected tab character. (no-tabs)
(#1592) Unexpected tab character. (no-tabs)
(#1592) There should be no spaces inside this paren. (space-in-parens)
(#1592) There should be no spaces inside this paren. (space-in-parens)
(#1594) Unexpected tab character. (no-tabs)
(#1595) Unexpected tab character. (no-tabs)
(#1595) Expected space(s) after "if". (keyword-spacing)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1596) Unexpected tab character. (no-tabs)
(#1597) Unexpected tab character. (no-tabs)
(#1599) Unexpected tab character. (no-tabs)
(#1599) There should be no spaces inside this paren. (space-in-parens)
(#1599) There should be no spaces inside this paren. (space-in-parens)
(#1601) Unexpected tab character. (no-tabs)
(#1601) There should be no spaces inside this paren. (space-in-parens)
(#1601) There should be no spaces inside this paren. (space-in-parens)
(#1602) Unexpected tab character. (no-tabs)
(#1602) There should be no spaces inside this paren. (space-in-parens)
(#1602) There should be no spaces inside this paren. (space-in-parens)
(#1604) Unexpected tab character. (no-tabs)
(#1604) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1605) Unexpected tab character. (no-tabs)
(#1606) Unexpected tab character. (no-tabs)
(#1607) Unexpected tab character. (no-tabs)
(#1608) Unexpected tab character. (no-tabs)
(#1610) Unexpected tab character. (no-tabs)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1612) Unexpected tab character. (no-tabs)
(#1614) Missing JSDoc @returns for function. (valid-jsdoc)
(#1614) Missing JSDoc for parameter 'presentationWidth'. (valid-jsdoc)
(#1614) Missing JSDoc for parameter 'presentationHeight'. (valid-jsdoc)
(#1614) Unexpected tab character. (no-tabs)
(#1615) Unexpected tab character. (no-tabs)
(#1616) Unexpected tab character. (no-tabs)
(#1617) Unexpected tab character. (no-tabs)
(#1618) Unexpected tab character. (no-tabs)
(#1619) Unexpected tab character. (no-tabs)
(#1619) There should be no spaces inside this paren. (space-in-parens)
(#1619) There should be no spaces inside this paren. (space-in-parens)
(#1621) Unexpected tab character. (no-tabs)
(#1622) Unexpected tab character. (no-tabs)
(#1623) Unexpected tab character. (no-tabs)
(#1624) Unexpected tab character. (no-tabs)
(#1626) Unexpected tab character. (no-tabs)
(#1627) Unexpected tab character. (no-tabs)
(#1628) Unexpected tab character. (no-tabs)
(#1629) Unexpected tab character. (no-tabs)
(#1631) Unexpected tab character. (no-tabs)
(#1632) Unexpected tab character. (no-tabs)
(#1632) There should be no spaces inside this paren. (space-in-parens)
(#1632) There should be no spaces inside this paren. (space-in-parens)
(#1633) Unexpected tab character. (no-tabs)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1635) Unexpected tab character. (no-tabs)
(#1636) Unexpected tab character. (no-tabs)
(#1636) Expected space(s) after "if". (keyword-spacing)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1637) Unexpected tab character. (no-tabs)
(#1637) There should be no spaces inside this paren. (space-in-parens)
(#1637) There should be no spaces inside this paren. (space-in-parens)
(#1638) Unexpected tab character. (no-tabs)
(#1640) Unexpected tab character. (no-tabs)
(#1641) Unexpected tab character. (no-tabs)
(#1641) Expected space(s) after "if". (keyword-spacing)
(#1641) There should be no spaces inside this paren. (space-in-parens)
(#1641) There should be no spaces inside this paren. (space-in-parens)
(#1641) There should be no spaces inside this paren. (space-in-parens)
(#1641) There should be no spaces inside this paren. (space-in-parens)
(#1642) Unexpected tab character. (no-tabs)
(#1642) There should be no spaces inside this paren. (space-in-parens)
(#1642) There should be no spaces inside this paren. (space-in-parens)
(#1643) Unexpected tab character. (no-tabs)
(#1645) Unexpected tab character. (no-tabs)
(#1647) Unexpected tab character. (no-tabs)
(#1649) Unexpected tab character. (no-tabs)
(#1650) Unexpected tab character. (no-tabs)
(#1651) Unexpected tab character. (no-tabs)
(#1652) Unexpected tab character. (no-tabs)
(#1653) Unexpected tab character. (no-tabs)
(#1654) Unexpected tab character. (no-tabs)
(#1655) Unexpected tab character. (no-tabs)
(#1656) Unexpected tab character. (no-tabs)
(#1657) Unexpected tab character. (no-tabs)
(#1657) There should be no spaces inside this paren. (space-in-parens)
(#1657) There should be no spaces inside this paren. (space-in-parens)
(#1659) Unexpected tab character. (no-tabs)
(#1659) Expected space(s) after "if". (keyword-spacing)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1660) Unexpected tab character. (no-tabs)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1661) Unexpected tab character. (no-tabs)
(#1663) Unexpected tab character. (no-tabs)
(#1665) Unexpected tab character. (no-tabs)
(#1665) Missing JSDoc @returns for function. (valid-jsdoc)
(#1666) Unexpected tab character. (no-tabs)
(#1667) Unexpected tab character. (no-tabs)
(#1668) Unexpected tab character. (no-tabs)
(#1669) Unexpected tab character. (no-tabs)
(#1670) Unexpected tab character. (no-tabs)
(#1671) Unexpected tab character. (no-tabs)
(#1672) Unexpected tab character. (no-tabs)
(#1672) There should be no spaces inside this paren. (space-in-parens)
(#1672) There should be no spaces inside this paren. (space-in-parens)
(#1674) Unexpected tab character. (no-tabs)
(#1674) Expected space(s) after "if". (keyword-spacing)
(#1674) There should be no spaces inside this paren. (space-in-parens)
(#1674) There should be no spaces inside this paren. (space-in-parens)
(#1674) There should be no spaces inside this paren. (space-in-parens)
(#1674) There should be no spaces inside this paren. (space-in-parens)
(#1675) Unexpected tab character. (no-tabs)
(#1676) Unexpected tab character. (no-tabs)
(#1676) There should be no spaces inside this paren. (space-in-parens)
(#1676) There should be no spaces inside this paren. (space-in-parens)
(#1678) Unexpected tab character. (no-tabs)
(#1678) There should be no spaces inside this paren. (space-in-parens)
(#1678) There should be no spaces inside this paren. (space-in-parens)
(#1678) There should be no spaces inside this paren. (space-in-parens)
(#1678) There should be no spaces inside this paren. (space-in-parens)
(#1679) Unexpected tab character. (no-tabs)
(#1681) Unexpected tab character. (no-tabs)
(#1683) Unexpected tab character. (no-tabs)
(#1685) Unexpected tab character. (no-tabs)
(#1686) Unexpected tab character. (no-tabs)
(#1687) Unexpected tab character. (no-tabs)
(#1688) Unexpected tab character. (no-tabs)
(#1689) Unexpected tab character. (no-tabs)
(#1691) Unexpected tab character. (no-tabs)
(#1692) Unexpected tab character. (no-tabs)
(#1692) Expected space(s) after "if". (keyword-spacing)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1694) Unexpected tab character. (no-tabs)
(#1696) Unexpected tab character. (no-tabs)
(#1696) There should be no spaces inside this paren. (space-in-parens)
(#1696) There should be no spaces inside this paren. (space-in-parens)
(#1697) Unexpected tab character. (no-tabs)
(#1697) There should be no spaces inside this paren. (space-in-parens)
(#1697) There should be no spaces inside this paren. (space-in-parens)
(#1699) Unexpected tab character. (no-tabs)
(#1699) Expected space(s) after "if". (keyword-spacing)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1700) Unexpected tab character. (no-tabs)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1701) Unexpected tab character. (no-tabs)
(#1701) There should be no spaces inside this paren. (space-in-parens)
(#1701) There should be no spaces inside this paren. (space-in-parens)
(#1702) Unexpected tab character. (no-tabs)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1703) Unexpected tab character. (no-tabs)
(#1705) Unexpected tab character. (no-tabs)
(#1706) Unexpected tab character. (no-tabs)
(#1708) Unexpected tab character. (no-tabs)
(#1709) Unexpected tab character. (no-tabs)
(#1710) Unexpected tab character. (no-tabs)
(#1710) There should be no spaces inside this paren. (space-in-parens)
(#1710) There should be no spaces inside this paren. (space-in-parens)
(#1712) Unexpected tab character. (no-tabs)
(#1713) Unexpected tab character. (no-tabs)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1714) Unexpected tab character. (no-tabs)
(#1714) Expected space(s) after "if". (keyword-spacing)
(#1714) There should be no spaces inside this paren. (space-in-parens)
(#1714) There should be no spaces inside this paren. (space-in-parens)
(#1714) There should be no spaces inside this paren. (space-in-parens)
(#1714) There should be no spaces inside this paren. (space-in-parens)
(#1715) Unexpected tab character. (no-tabs)
(#1715) There should be no spaces inside this paren. (space-in-parens)
(#1715) There should be no spaces inside this paren. (space-in-parens)
(#1716) Unexpected tab character. (no-tabs)
(#1717) Unexpected tab character. (no-tabs)
(#1717) There should be no spaces inside this paren. (space-in-parens)
(#1719) Unexpected tab character. (no-tabs)
(#1720) Unexpected tab character. (no-tabs)
(#1721) Unexpected tab character. (no-tabs)
(#1723) Unexpected tab character. (no-tabs)
(#1725) Unexpected tab character. (no-tabs)
(#1726) Unexpected tab character. (no-tabs)
(#1726) There should be no spaces inside this paren. (space-in-parens)
(#1727) Unexpected tab character. (no-tabs)
(#1728) Unexpected tab character. (no-tabs)
(#1729) Unexpected tab character. (no-tabs)
(#1730) Unexpected tab character. (no-tabs)
(#1730) There should be no spaces inside this paren. (space-in-parens)
(#1732) Unexpected tab character. (no-tabs)
(#1734) Unexpected tab character. (no-tabs)
(#1736) Unexpected tab character. (no-tabs)
(#1737) Unexpected tab character. (no-tabs)
(#1738) Unexpected tab character. (no-tabs)
(#1739) Unexpected tab character. (no-tabs)
(#1740) Unexpected tab character. (no-tabs)
(#1742) Unexpected tab character. (no-tabs)
(#1743) Unexpected tab character. (no-tabs)
(#1744) Unexpected tab character. (no-tabs)
(#1746) Unexpected tab character. (no-tabs)
(#1747) Unexpected tab character. (no-tabs)
(#1747) Expected space(s) after "if". (keyword-spacing)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1748) Unexpected tab character. (no-tabs)
(#1749) Unexpected tab character. (no-tabs)
(#1751) Unexpected tab character. (no-tabs)
(#1752) Unexpected tab character. (no-tabs)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1753) Unexpected tab character. (no-tabs)
(#1753) There should be no spaces inside this paren. (space-in-parens)
(#1753) There should be no spaces inside this paren. (space-in-parens)
(#1754) Unexpected tab character. (no-tabs)
(#1754) There should be no spaces inside this paren. (space-in-parens)
(#1754) There should be no spaces inside this paren. (space-in-parens)
(#1754) There should be no spaces inside this paren. (space-in-parens)
(#1754) There should be no spaces inside this paren. (space-in-parens)
(#1756) Unexpected tab character. (no-tabs)
(#1756) Expected space(s) after "if". (keyword-spacing)
(#1756) There should be no spaces inside this paren. (space-in-parens)
(#1756) There should be no spaces inside this paren. (space-in-parens)
(#1756) There should be no spaces inside this paren. (space-in-parens)
(#1756) There should be no spaces inside this paren. (space-in-parens)
(#1758) Unexpected tab character. (no-tabs)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1759) Unexpected tab character. (no-tabs)
(#1759) There should be no spaces inside this paren. (space-in-parens)
(#1759) There should be no spaces inside this paren. (space-in-parens)
(#1760) Unexpected tab character. (no-tabs)
(#1760) There should be no spaces inside this paren. (space-in-parens)
(#1760) There should be no spaces inside this paren. (space-in-parens)
(#1762) Unexpected tab character. (no-tabs)
(#1762) There should be no spaces inside this paren. (space-in-parens)
(#1762) There should be no spaces inside this paren. (space-in-parens)
(#1762) There should be no spaces inside this paren. (space-in-parens)
(#1762) There should be no spaces inside this paren. (space-in-parens)
(#1763) Unexpected tab character. (no-tabs)
(#1763) There should be no spaces inside this paren. (space-in-parens)
(#1765) Unexpected tab character. (no-tabs)
(#1766) Unexpected tab character. (no-tabs)
(#1766) There should be no spaces inside this paren. (space-in-parens)
(#1768) Unexpected tab character. (no-tabs)
(#1769) Unexpected tab character. (no-tabs)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1770) Unexpected tab character. (no-tabs)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1772) Unexpected tab character. (no-tabs)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1773) Unexpected tab character. (no-tabs)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1774) Unexpected tab character. (no-tabs)
(#1774) There should be no spaces inside this paren. (space-in-parens)
(#1775) Unexpected tab character. (no-tabs)
(#1775) There should be no spaces inside this paren. (space-in-parens)
(#1777) Unexpected tab character. (no-tabs)
(#1779) Unexpected tab character. (no-tabs)
(#1780) Unexpected tab character. (no-tabs)
(#1781) Unexpected tab character. (no-tabs)
(#1782) Unexpected tab character. (no-tabs)
(#1783) Unexpected tab character. (no-tabs)
(#1785) Unexpected tab character. (no-tabs)
(#1786) Unexpected tab character. (no-tabs)
(#1787) Unexpected tab character. (no-tabs)
(#1789) Unexpected tab character. (no-tabs)
(#1790) Unexpected tab character. (no-tabs)
(#1790) Expected space(s) after "if". (keyword-spacing)
(#1790) There should be no spaces inside this paren. (space-in-parens)
(#1790) There should be no spaces inside this paren. (space-in-parens)
(#1791) Unexpected tab character. (no-tabs)
(#1792) Unexpected tab character. (no-tabs)
(#1794) Unexpected tab character. (no-tabs)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1795) Unexpected tab character. (no-tabs)
(#1796) Unexpected tab character. (no-tabs)
(#1796) Infix operators must be spaced. (space-infix-ops)
(#1796) There should be no spaces inside this paren. (space-in-parens)
(#1796) There should be no spaces inside this paren. (space-in-parens)
(#1796) Infix operators must be spaced. (space-infix-ops)
(#1797) Unexpected tab character. (no-tabs)
(#1797) Infix operators must be spaced. (space-infix-ops)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1797) Infix operators must be spaced. (space-infix-ops)
(#1798) Unexpected tab character. (no-tabs)
(#1798) Infix operators must be spaced. (space-infix-ops)
(#1798) There should be no spaces inside this paren. (space-in-parens)
(#1798) There should be no spaces inside this paren. (space-in-parens)
(#1798) Infix operators must be spaced. (space-infix-ops)
(#1799) Unexpected tab character. (no-tabs)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1800) Unexpected tab character. (no-tabs)
(#1800) There should be no spaces inside this paren. (space-in-parens)
(#1802) Unexpected tab character. (no-tabs)
(#1804) Unexpected tab character. (no-tabs)
(#1805) Unexpected tab character. (no-tabs)
(#1806) Unexpected tab character. (no-tabs)
(#1807) Unexpected tab character. (no-tabs)
(#1808) Unexpected tab character. (no-tabs)
(#1810) Unexpected tab character. (no-tabs)
(#1811) Unexpected tab character. (no-tabs)
(#1811) Expected space(s) after "if". (keyword-spacing)
(#1811) There should be no spaces inside this paren. (space-in-parens)
(#1811) There should be no spaces inside this paren. (space-in-parens)
(#1813) Unexpected tab character. (no-tabs)
(#1815) Unexpected tab character. (no-tabs)
(#1815) There should be no spaces inside this paren. (space-in-parens)
(#1815) There should be no spaces inside this paren. (space-in-parens)
(#1816) Unexpected tab character. (no-tabs)
(#1816) There should be no spaces inside this paren. (space-in-parens)
(#1816) There should be no spaces inside this paren. (space-in-parens)
(#1818) Unexpected tab character. (no-tabs)
(#1819) Unexpected tab character. (no-tabs)
(#1820) Unexpected tab character. (no-tabs)
(#1821) Unexpected tab character. (no-tabs)
(#1821) There should be no spaces inside this paren. (space-in-parens)
(#1821) There should be no spaces inside this paren. (space-in-parens)
(#1823) Unexpected tab character. (no-tabs)
(#1823) There should be no spaces inside this paren. (space-in-parens)
(#1823) Unexpected space before function parentheses. (space-before-function-paren)
(#1824) Unexpected tab character. (no-tabs)
(#1824) There should be no spaces inside this paren. (space-in-parens)
(#1824) There should be no spaces inside this paren. (space-in-parens)
(#1825) Unexpected tab character. (no-tabs)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1827) Unexpected tab character. (no-tabs)
(#1828) Unexpected tab character. (no-tabs)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1830) Unexpected tab character. (no-tabs)
(#1831) Unexpected tab character. (no-tabs)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1832) Unexpected tab character. (no-tabs)
(#1832) There should be no spaces inside this paren. (space-in-parens)
(#1832) There should be no spaces inside this paren. (space-in-parens)
(#1834) Unexpected tab character. (no-tabs)
(#1834) There should be no spaces inside this paren. (space-in-parens)
(#1834) There should be no spaces inside this paren. (space-in-parens)
(#1835) Unexpected tab character. (no-tabs)
(#1835) There should be no spaces inside this paren. (space-in-parens)
(#1837) Unexpected tab character. (no-tabs)
(#1838) Unexpected tab character. (no-tabs)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1839) Unexpected tab character. (no-tabs)
(#1839) There should be no spaces inside this paren. (space-in-parens)
(#1839) There should be no spaces inside this paren. (space-in-parens)
(#1840) Unexpected tab character. (no-tabs)
(#1840) There should be no spaces inside this paren. (space-in-parens)
(#1842) Unexpected tab character. (no-tabs)
(#1842) There should be no spaces inside this paren. (space-in-parens)
(#1842) There should be no space after '{'. (object-curly-spacing)
(#1842) There should be no space before '}'. (object-curly-spacing)
(#1842) There should be no spaces inside this paren. (space-in-parens)
(#1844) Unexpected tab character. (no-tabs)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1846) Unexpected tab character. (no-tabs)
(#1848) Unexpected tab character. (no-tabs)
(#1850) Unexpected tab character. (no-tabs)
(#1851) Unexpected tab character. (no-tabs)
(#1851) There should be no spaces inside this paren. (space-in-parens)
(#1852) Unexpected tab character. (no-tabs)
(#1853) Unexpected tab character. (no-tabs)
(#1854) Unexpected tab character. (no-tabs)
(#1855) Unexpected tab character. (no-tabs)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1857) Unexpected tab character. (no-tabs)
(#1858) Unexpected tab character. (no-tabs)
(#1860) Unexpected tab character. (no-tabs)
(#1861) Unexpected tab character. (no-tabs)
(#1862) Unexpected tab character. (no-tabs)
(#1863) Unexpected tab character. (no-tabs)
(#1864) Unexpected tab character. (no-tabs)
(#1865) Unexpected tab character. (no-tabs)
(#1866) Unexpected tab character. (no-tabs)
(#1867) Unexpected tab character. (no-tabs)
(#1867) There should be no spaces inside this paren. (space-in-parens)
(#1867) There should be no spaces inside this paren. (space-in-parens)
(#1869) Unexpected tab character. (no-tabs)
(#1869) Expected space(s) after "if". (keyword-spacing)
(#1869) There should be no spaces inside this paren. (space-in-parens)
(#1869) There should be no spaces inside this paren. (space-in-parens)
(#1870) Unexpected tab character. (no-tabs)
(#1870) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1871) Unexpected tab character. (no-tabs)
(#1871) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1872) Unexpected tab character. (no-tabs)
(#1873) Unexpected tab character. (no-tabs)
(#1873) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1874) Unexpected tab character. (no-tabs)
(#1876) Unexpected tab character. (no-tabs)
(#1878) Unexpected tab character. (no-tabs)
(#1879) Unexpected tab character. (no-tabs)
(#1880) Unexpected tab character. (no-tabs)
(#1881) Unexpected tab character. (no-tabs)
(#1882) Unexpected tab character. (no-tabs)
(#1883) Unexpected tab character. (no-tabs)
(#1884) Unexpected tab character. (no-tabs)
(#1886) Unexpected tab character. (no-tabs)
(#1888) Unexpected tab character. (no-tabs)
(#1890) Missing JSDoc @returns for function. (valid-jsdoc)
(#1890) Unexpected tab character. (no-tabs)
(#1891) Unexpected tab character. (no-tabs)
(#1892) Unexpected tab character. (no-tabs)
(#1893) Unexpected tab character. (no-tabs)
(#1894) Unexpected tab character. (no-tabs)
(#1895) Unexpected tab character. (no-tabs)
(#1896) Unexpected tab character. (no-tabs)
(#1897) Unexpected tab character. (no-tabs)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1899) Unexpected tab character. (no-tabs)
(#1900) Unexpected tab character. (no-tabs)
(#1902) Unexpected tab character. (no-tabs)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1904) Unexpected tab character. (no-tabs)
(#1906) Unexpected tab character. (no-tabs)
(#1907) Unexpected tab character. (no-tabs)
(#1908) Unexpected tab character. (no-tabs)
(#1909) Unexpected tab character. (no-tabs)
(#1910) Unexpected tab character. (no-tabs)
(#1911) Unexpected tab character. (no-tabs)
(#1912) Unexpected tab character. (no-tabs)
(#1914) Unexpected tab character. (no-tabs)
(#1916) Unexpected tab character. (no-tabs)
(#1917) Unexpected tab character. (no-tabs)
(#1918) Unexpected tab character. (no-tabs)
(#1919) Unexpected tab character. (no-tabs)
(#1920) Unexpected tab character. (no-tabs)
(#1921) Unexpected tab character. (no-tabs)
(#1923) Unexpected tab character. (no-tabs)
(#1923) Expected space(s) after "if". (keyword-spacing)
(#1923) There should be no spaces inside this paren. (space-in-parens)
(#1923) There should be no spaces inside this paren. (space-in-parens)
(#1924) Unexpected tab character. (no-tabs)
(#1924) There should be no spaces inside this paren. (space-in-parens)
(#1924) There should be no spaces inside this paren. (space-in-parens)
(#1925) Unexpected tab character. (no-tabs)
(#1927) Unexpected tab character. (no-tabs)
(#1929) Unexpected tab character. (no-tabs)
(#1930) Unexpected tab character. (no-tabs)
(#1931) Unexpected tab character. (no-tabs)
(#1932) Unexpected tab character. (no-tabs)
(#1933) Unexpected tab character. (no-tabs)
(#1935) Unexpected tab character. (no-tabs)
(#1935) Expected space(s) after "if". (keyword-spacing)
(#1935) There should be no spaces inside this paren. (space-in-parens)
(#1935) There should be no spaces inside this paren. (space-in-parens)
(#1936) Unexpected tab character. (no-tabs)
(#1936) There should be no spaces inside this paren. (space-in-parens)
(#1936) There should be no spaces inside this paren. (space-in-parens)
(#1938) Unexpected tab character. (no-tabs)
(#1939) Unexpected tab character. (no-tabs)
(#1939) There should be no spaces inside this paren. (space-in-parens)
(#1939) There should be no spaces inside this paren. (space-in-parens)
(#1941) Unexpected tab character. (no-tabs)
(#1941) Expected space(s) after "if". (keyword-spacing)
(#1941) There should be no spaces inside this paren. (space-in-parens)
(#1941) There should be no spaces inside this paren. (space-in-parens)
(#1942) Unexpected tab character. (no-tabs)
(#1942) There should be no spaces inside this paren. (space-in-parens)
(#1942) There should be no spaces inside this paren. (space-in-parens)
(#1943) Unexpected tab character. (no-tabs)
(#1944) Unexpected tab character. (no-tabs)
(#1946) Unexpected tab character. (no-tabs)
(#1948) Unexpected tab character. (no-tabs)
(#1949) Unexpected tab character. (no-tabs)
(#1950) Unexpected tab character. (no-tabs)
(#1951) Unexpected tab character. (no-tabs)
(#1953) Unexpected tab character. (no-tabs)
(#1953) There should be no spaces inside this paren. (space-in-parens)
(#1953) There should be no spaces inside this paren. (space-in-parens)
(#1954) Unexpected tab character. (no-tabs)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1956) Unexpected tab character. (no-tabs)
(#1958) Unexpected tab character. (no-tabs)
(#1958) Expected space(s) after "if". (keyword-spacing)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1959) Unexpected tab character. (no-tabs)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1960) Unexpected tab character. (no-tabs)
(#1962) Unexpected tab character. (no-tabs)
(#1964) Missing JSDoc for parameter 'override'. (valid-jsdoc)
(#1964) Unexpected tab character. (no-tabs)
(#1965) Unexpected tab character. (no-tabs)
(#1966) Unexpected tab character. (no-tabs)
(#1967) Unexpected tab character. (no-tabs)
(#1967) There should be no spaces inside this paren. (space-in-parens)
(#1967) There should be no spaces inside this paren. (space-in-parens)
(#1969) Unexpected tab character. (no-tabs)
(#1969) Expected space(s) after "if". (keyword-spacing)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1970) Unexpected tab character. (no-tabs)
(#1970) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1971) Unexpected tab character. (no-tabs)
(#1971) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1972) Unexpected tab character. (no-tabs)
(#1973) Unexpected tab character. (no-tabs)
(#1973) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1974) Unexpected tab character. (no-tabs)
(#1976) Unexpected tab character. (no-tabs)
(#1978) Missing JSDoc @returns for function. (valid-jsdoc)
(#1978) Unexpected tab character. (no-tabs)
(#1979) Unexpected tab character. (no-tabs)
(#1980) Unexpected tab character. (no-tabs)
(#1981) Unexpected tab character. (no-tabs)
(#1983) Unexpected tab character. (no-tabs)
(#1983) There should be no spaces inside this paren. (space-in-parens)
(#1983) There should be no spaces inside this paren. (space-in-parens)
(#1985) Unexpected tab character. (no-tabs)
(#1987) Unexpected tab character. (no-tabs)
(#1988) Unexpected tab character. (no-tabs)
(#1989) Unexpected tab character. (no-tabs)
(#1990) Unexpected tab character. (no-tabs)
(#1991) Unexpected tab character. (no-tabs)
(#1992) Unexpected tab character. (no-tabs)
(#1994) Unexpected tab character. (no-tabs)
(#1994) Missing JSDoc comment. (require-jsdoc)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1996) Unexpected tab character. (no-tabs)
(#1996) Expected space(s) after "if". (keyword-spacing)
(#1996) There should be no spaces inside this paren. (space-in-parens)
(#1996) There should be no spaces inside this paren. (space-in-parens)
(#1997) Unexpected tab character. (no-tabs)
(#1997) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1998) Unexpected tab character. (no-tabs)
(#1998) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2000) Unexpected tab character. (no-tabs)
(#2001) Unexpected tab character. (no-tabs)
(#2001) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2002) Unexpected tab character. (no-tabs)
(#2004) Unexpected tab character. (no-tabs)
(#2006) Unexpected tab character. (no-tabs)
(#2006) Missing JSDoc @returns for function. (valid-jsdoc)
(#2007) Unexpected tab character. (no-tabs)
(#2008) Unexpected tab character. (no-tabs)
(#2009) Unexpected tab character. (no-tabs)
(#2011) Unexpected tab character. (no-tabs)
(#2011) There should be no spaces inside this paren. (space-in-parens)
(#2011) There should be no spaces inside this paren. (space-in-parens)
(#2013) Unexpected tab character. (no-tabs)
(#2015) Unexpected tab character. (no-tabs)
(#2016) Unexpected tab character. (no-tabs)
(#2017) Unexpected tab character. (no-tabs)
(#2018) Unexpected tab character. (no-tabs)
(#2019) Unexpected tab character. (no-tabs)
(#2020) Unexpected tab character. (no-tabs)
(#2021) Unexpected tab character. (no-tabs)
(#2022) Unexpected tab character. (no-tabs)
(#2023) Unexpected tab character. (no-tabs)
(#2024) Unexpected tab character. (no-tabs)
(#2025) Unexpected tab character. (no-tabs)
(#2026) Unexpected tab character. (no-tabs)
(#2026) There should be no spaces inside this paren. (space-in-parens)
(#2026) There should be no spaces inside this paren. (space-in-parens)
(#2028) Unexpected tab character. (no-tabs)
(#2029) Unexpected tab character. (no-tabs)
(#2031) Unexpected tab character. (no-tabs)
(#2032) Unexpected tab character. (no-tabs)
(#2032) There should be no spaces inside this paren. (space-in-parens)
(#2032) There should be no spaces inside this paren. (space-in-parens)
(#2034) Unexpected tab character. (no-tabs)
(#2035) Unexpected tab character. (no-tabs)
(#2036) Unexpected tab character. (no-tabs)
(#2036) Expected space(s) after "if". (keyword-spacing)
(#2036) There should be no spaces inside this paren. (space-in-parens)
(#2036) There should be no spaces inside this paren. (space-in-parens)
(#2037) Unexpected tab character. (no-tabs)
(#2037) There should be no spaces inside this paren. (space-in-parens)
(#2037) There should be no space after '['. (computed-property-spacing)
(#2037) There should be no space before ']'. (computed-property-spacing)
(#2037) There should be no spaces inside this paren. (space-in-parens)
(#2038) Unexpected tab character. (no-tabs)
(#2040) Unexpected tab character. (no-tabs)
(#2041) Unexpected tab character. (no-tabs)
(#2042) Unexpected tab character. (no-tabs)
(#2042) Expected space(s) after "if". (keyword-spacing)
(#2042) There should be no spaces inside this paren. (space-in-parens)
(#2042) There should be no spaces inside this paren. (space-in-parens)
(#2042) There should be no spaces inside this paren. (space-in-parens)
(#2042) There should be no spaces inside this paren. (space-in-parens)
(#2043) Unexpected tab character. (no-tabs)
(#2043) There should be no spaces inside this paren. (space-in-parens)
(#2043) There should be no spaces inside this paren. (space-in-parens)
(#2044) Unexpected tab character. (no-tabs)
(#2046) Unexpected tab character. (no-tabs)
(#2047) Unexpected tab character. (no-tabs)
(#2049) Unexpected tab character. (no-tabs)
(#2050) Unexpected tab character. (no-tabs)
(#2052) Unexpected tab character. (no-tabs)
(#2053) Unexpected tab character. (no-tabs)
(#2055) Unexpected tab character. (no-tabs)
(#2056) Unexpected tab character. (no-tabs)
(#2056) There should be no spaces inside this paren. (space-in-parens)
(#2056) There should be no spaces inside this paren. (space-in-parens)
(#2057) Unexpected tab character. (no-tabs)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2059) Unexpected tab character. (no-tabs)
(#2060) Unexpected tab character. (no-tabs)
(#2062) Unexpected tab character. (no-tabs)
(#2064) Unexpected tab character. (no-tabs)
(#2065) Unexpected tab character. (no-tabs)
(#2065) Unexpected labeled statement. (no-labels)
(#2065) Expected space(s) after "for". (keyword-spacing)
(#2065) There should be no spaces inside this paren. (space-in-parens)
(#2065) There should be no spaces inside this paren. (space-in-parens)
(#2066) Unexpected tab character. (no-tabs)
(#2067) Unexpected tab character. (no-tabs)
(#2068) Unexpected tab character. (no-tabs)
(#2068) Expected space(s) after "for". (keyword-spacing)
(#2068) There should be no spaces inside this paren. (space-in-parens)
(#2068) There should be no spaces inside this paren. (space-in-parens)
(#2069) Unexpected tab character. (no-tabs)
(#2069) Expected space(s) after "if". (keyword-spacing)
(#2069) There should be no spaces inside this paren. (space-in-parens)
(#2069) There should be no spaces inside this paren. (space-in-parens)
(#2070) Unexpected tab character. (no-tabs)
(#2070) There should be no spaces inside this paren. (space-in-parens)
(#2070) There should be no spaces inside this paren. (space-in-parens)
(#2071) Unexpected tab character. (no-tabs)
(#2071) Unexpected label in continue statement. (no-labels)
(#2072) Unexpected tab character. (no-tabs)
(#2073) Unexpected tab character. (no-tabs)
(#2075) Unexpected tab character. (no-tabs)
(#2075) There should be no spaces inside this paren. (space-in-parens)
(#2075) There should be no spaces inside this paren. (space-in-parens)
(#2077) Unexpected tab character. (no-tabs)
(#2078) Unexpected tab character. (no-tabs)
(#2078) There should be no spaces inside this paren. (space-in-parens)
(#2078) There should be no spaces inside this paren. (space-in-parens)
(#2079) Unexpected tab character. (no-tabs)
(#2081) Unexpected tab character. (no-tabs)
(#2082) Unexpected tab character. (no-tabs)
(#2082) Expected space(s) after "while". (keyword-spacing)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2083) Unexpected tab character. (no-tabs)
(#2083) There should be no spaces inside this paren. (space-in-parens)
(#2083) There should be no spaces inside this paren. (space-in-parens)
(#2084) Unexpected tab character. (no-tabs)
(#2086) Unexpected tab character. (no-tabs)
(#2087) Unexpected tab character. (no-tabs)
(#2087) Expected space(s) after "if". (keyword-spacing)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2088) Unexpected tab character. (no-tabs)
(#2089) Unexpected tab character. (no-tabs)
(#2091) Unexpected tab character. (no-tabs)
(#2092) Unexpected tab character. (no-tabs)
(#2093) Unexpected tab character. (no-tabs)
(#2093) There should be no space after '['. (computed-property-spacing)
(#2093) There should be no space before ']'. (computed-property-spacing)
(#2094) Unexpected tab character. (no-tabs)
(#2094) There should be no spaces inside this paren. (space-in-parens)
(#2094) There should be no spaces inside this paren. (space-in-parens)
(#2096) Unexpected tab character. (no-tabs)
(#2097) Unexpected tab character. (no-tabs)
(#2097) There should be no space after '['. (computed-property-spacing)
(#2097) There should be no space before ']'. (computed-property-spacing)
(#2099) Unexpected tab character. (no-tabs)
(#2100) Unexpected tab character. (no-tabs)
(#2100) Expected space(s) after "if". (keyword-spacing)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2101) Unexpected tab character. (no-tabs)
(#2101) There should be no spaces inside this paren. (space-in-parens)
(#2101) There should be no spaces inside this paren. (space-in-parens)
(#2102) Unexpected tab character. (no-tabs)
(#2104) Unexpected tab character. (no-tabs)
(#2105) Unexpected tab character. (no-tabs)
(#2105) There should be no spaces inside this paren. (space-in-parens)
(#2105) There should be no spaces inside this paren. (space-in-parens)
(#2106) Unexpected tab character. (no-tabs)
(#2106) Expected space(s) after "if". (keyword-spacing)
(#2106) There should be no spaces inside this paren. (space-in-parens)
(#2106) There should be no spaces inside this paren. (space-in-parens)
(#2107) Unexpected tab character. (no-tabs)
(#2107) There should be no spaces inside this paren. (space-in-parens)
(#2108) Unexpected tab character. (no-tabs)
(#2109) Unexpected tab character. (no-tabs)
(#2110) Unexpected tab character. (no-tabs)
(#2111) Unexpected tab character. (no-tabs)
(#2112) Unexpected tab character. (no-tabs)
(#2113) Unexpected tab character. (no-tabs)
(#2113) There should be no spaces inside this paren. (space-in-parens)
(#2114) Unexpected tab character. (no-tabs)
(#2114) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2115) Unexpected tab character. (no-tabs)
(#2116) Unexpected tab character. (no-tabs)
(#2117) Unexpected tab character. (no-tabs)
(#2118) Unexpected tab character. (no-tabs)
(#2120) Unexpected tab character. (no-tabs)
(#2121) Unexpected tab character. (no-tabs)
(#2122) Unexpected tab character. (no-tabs)
(#2123) Unexpected tab character. (no-tabs)
(#2123) Expected space(s) after "if". (keyword-spacing)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2124) Unexpected tab character. (no-tabs)
(#2124) There should be no spaces inside this paren. (space-in-parens)
(#2124) There should be no spaces inside this paren. (space-in-parens)
(#2125) Unexpected tab character. (no-tabs)
(#2125) There should be no spaces inside this paren. (space-in-parens)
(#2125) There should be no spaces inside this paren. (space-in-parens)
(#2127) Unexpected tab character. (no-tabs)
(#2128) Unexpected tab character. (no-tabs)
(#2129) Unexpected tab character. (no-tabs)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2130) Unexpected tab character. (no-tabs)
(#2131) Unexpected tab character. (no-tabs)
(#2131) There should be no spaces inside this paren. (space-in-parens)
(#2131) Unexpected space before function parentheses. (space-before-function-paren)
(#2132) Unexpected tab character. (no-tabs)
(#2132) There should be no spaces inside this paren. (space-in-parens)
(#2132) There should be no spaces inside this paren. (space-in-parens)
(#2132) There should be no spaces inside this paren. (space-in-parens)
(#2132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2133) Unexpected tab character. (no-tabs)
(#2133) Expected space(s) after "for". (keyword-spacing)
(#2133) There should be no spaces inside this paren. (space-in-parens)
(#2133) There should be no spaces inside this paren. (space-in-parens)
(#2134) Unexpected tab character. (no-tabs)
(#2134) Expected space(s) after "if". (keyword-spacing)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2135) Unexpected tab character. (no-tabs)
(#2136) Unexpected tab character. (no-tabs)
(#2136) There should be no spaces inside this paren. (space-in-parens)
(#2136) There should be no spaces inside this paren. (space-in-parens)
(#2137) Unexpected tab character. (no-tabs)
(#2138) Unexpected tab character. (no-tabs)
(#2139) Unexpected tab character. (no-tabs)
(#2139) There should be no spaces inside this paren. (space-in-parens)
(#2140) Unexpected tab character. (no-tabs)
(#2141) Unexpected tab character. (no-tabs)
(#2143) Unexpected tab character. (no-tabs)
(#2144) Unexpected tab character. (no-tabs)
(#2144) Expected space(s) after "if". (keyword-spacing)
(#2144) There should be no spaces inside this paren. (space-in-parens)
(#2144) There should be no spaces inside this paren. (space-in-parens)
(#2145) Unexpected tab character. (no-tabs)
(#2145) There should be no spaces inside this paren. (space-in-parens)
(#2145) There should be no spaces inside this paren. (space-in-parens)
(#2146) Unexpected tab character. (no-tabs)
(#2146) There should be no spaces inside this paren. (space-in-parens)
(#2146) There should be no spaces inside this paren. (space-in-parens)
(#2147) Unexpected tab character. (no-tabs)
(#2149) Unexpected tab character. (no-tabs)
(#2150) Unexpected tab character. (no-tabs)
(#2152) Unexpected tab character. (no-tabs)
(#2153) Unexpected tab character. (no-tabs)
(#2154) Unexpected tab character. (no-tabs)
(#2155) Unexpected tab character. (no-tabs)
(#2156) Unexpected tab character. (no-tabs)
(#2158) Unexpected tab character. (no-tabs)
(#2159) Unexpected tab character. (no-tabs)
(#2161) Unexpected tab character. (no-tabs)
(#2163) Unexpected tab character. (no-tabs)
(#2165) Unexpected tab character. (no-tabs)
(#2166) Unexpected tab character. (no-tabs)
(#2167) Unexpected tab character. (no-tabs)
(#2168) Unexpected tab character. (no-tabs)
(#2169) Unexpected tab character. (no-tabs)
(#2170) Unexpected tab character. (no-tabs)
(#2172) Unexpected tab character. (no-tabs)
(#2173) Unexpected tab character. (no-tabs)
(#2174) Unexpected tab character. (no-tabs)
(#2176) Unexpected tab character. (no-tabs)
(#2177) Unexpected tab character. (no-tabs)
(#2179) Unexpected tab character. (no-tabs)
(#2180) Unexpected tab character. (no-tabs)
(#2182) Unexpected tab character. (no-tabs)
(#2183) Unexpected tab character. (no-tabs)
(#2185) Unexpected tab character. (no-tabs)
(#2186) Unexpected tab character. (no-tabs)
(#2188) Unexpected tab character. (no-tabs)
(#2189) Unexpected tab character. (no-tabs)
(#2191) Unexpected tab character. (no-tabs)
(#2193) Unexpected tab character. (no-tabs)
(#2194) Unexpected tab character. (no-tabs)
(#2195) Unexpected tab character. (no-tabs)
(#2195) There should be no spaces inside this paren. (space-in-parens)
(#2195) There should be no spaces inside this paren. (space-in-parens)
(#2196) Unexpected tab character. (no-tabs)
(#2197) Unexpected tab character. (no-tabs)
(#2199) Unexpected tab character. (no-tabs)
(#2200) Unexpected tab character. (no-tabs)
(#2200) There should be no spaces inside this paren. (space-in-parens)
(#2200) There should be no spaces inside this paren. (space-in-parens)
(#2202) Unexpected tab character. (no-tabs)
(#2202) Expected space(s) after "if". (keyword-spacing)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2203) Unexpected tab character. (no-tabs)
(#2204) Unexpected tab character. (no-tabs)
(#2206) Unexpected tab character. (no-tabs)
(#2208) Unexpected tab character. (no-tabs)
(#2209) Unexpected tab character. (no-tabs)
(#2210) Unexpected tab character. (no-tabs)
(#2211) Unexpected tab character. (no-tabs)
(#2212) Unexpected tab character. (no-tabs)
(#2214) Unexpected tab character. (no-tabs)
(#2214) There should be no spaces inside this paren. (space-in-parens)
(#2214) There should be no spaces inside this paren. (space-in-parens)
(#2214) There should be no spaces inside this paren. (space-in-parens)
(#2214) There should be no spaces inside this paren. (space-in-parens)
(#2215) Unexpected tab character. (no-tabs)
(#2215) There should be no spaces inside this paren. (space-in-parens)
(#2215) There should be no spaces inside this paren. (space-in-parens)
(#2215) There should be no spaces inside this paren. (space-in-parens)
(#2217) Unexpected tab character. (no-tabs)
(#2217) There should be no spaces inside this paren. (space-in-parens)
(#2217) There should be no spaces inside this paren. (space-in-parens)
(#2217) There should be no spaces inside this paren. (space-in-parens)
(#2217) There should be no spaces inside this paren. (space-in-parens)
(#2218) Unexpected tab character. (no-tabs)
(#2218) There should be no spaces inside this paren. (space-in-parens)
(#2218) There should be no spaces inside this paren. (space-in-parens)
(#2218) There should be no spaces inside this paren. (space-in-parens)
(#2220) Unexpected tab character. (no-tabs)
(#2220) Expected space(s) after "if". (keyword-spacing)
(#2220) There should be no spaces inside this paren. (space-in-parens)
(#2220) There should be no spaces inside this paren. (space-in-parens)
(#2221) Unexpected tab character. (no-tabs)
(#2221) There should be no spaces inside this paren. (space-in-parens)
(#2221) There should be no spaces inside this paren. (space-in-parens)
(#2222) Unexpected tab character. (no-tabs)
(#2222) There should be no spaces inside this paren. (space-in-parens)
(#2222) There should be no spaces inside this paren. (space-in-parens)
(#2223) Unexpected tab character. (no-tabs)
(#2223) There should be no spaces inside this paren. (space-in-parens)
(#2223) There should be no spaces inside this paren. (space-in-parens)
(#2224) Unexpected tab character. (no-tabs)
(#2224) There should be no spaces inside this paren. (space-in-parens)
(#2224) There should be no spaces inside this paren. (space-in-parens)
(#2225) Unexpected tab character. (no-tabs)
(#2227) Unexpected tab character. (no-tabs)
(#2227) There should be no spaces inside this paren. (space-in-parens)
(#2229) Unexpected tab character. (no-tabs)
(#2229) There should be no spaces inside this paren. (space-in-parens)
(#2231) Unexpected tab character. (no-tabs)
(#2233) Unexpected tab character. (no-tabs)
(#2234) Unexpected tab character. (no-tabs)
(#2235) Unexpected tab character. (no-tabs)
(#2236) Unexpected tab character. (no-tabs)
(#2237) Unexpected tab character. (no-tabs)
(#2239) Unexpected tab character. (no-tabs)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2240) Unexpected tab character. (no-tabs)
(#2240) There should be no spaces inside this paren. (space-in-parens)
(#2240) There should be no spaces inside this paren. (space-in-parens)
(#2240) There should be no spaces inside this paren. (space-in-parens)
(#2242) Unexpected tab character. (no-tabs)
(#2242) There should be no spaces inside this paren. (space-in-parens)
(#2242) There should be no spaces inside this paren. (space-in-parens)
(#2242) There should be no spaces inside this paren. (space-in-parens)
(#2242) There should be no spaces inside this paren. (space-in-parens)
(#2243) Unexpected tab character. (no-tabs)
(#2243) There should be no spaces inside this paren. (space-in-parens)
(#2243) There should be no spaces inside this paren. (space-in-parens)
(#2243) 'y' is defined but never used. (no-unused-vars)
(#2243) There should be no spaces inside this paren. (space-in-parens)
(#2245) Unexpected tab character. (no-tabs)
(#2245) There should be no spaces inside this paren. (space-in-parens)
(#2245) There should be no spaces inside this paren. (space-in-parens)
(#2245) There should be no spaces inside this paren. (space-in-parens)
(#2245) There should be no spaces inside this paren. (space-in-parens)
(#2247) Unexpected tab character. (no-tabs)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2249) Unexpected tab character. (no-tabs)
(#2249) Expected { after 'if' condition. (curly)
(#2249) Expected space(s) after "if". (keyword-spacing)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2251) Unexpected tab character. (no-tabs)
(#2251) There should be no spaces inside this paren. (space-in-parens)
(#2253) Unexpected tab character. (no-tabs)
(#2255) Unexpected tab character. (no-tabs)
(#2256) Unexpected tab character. (no-tabs)
(#2257) Unexpected tab character. (no-tabs)
(#2258) Unexpected tab character. (no-tabs)
(#2259) Unexpected tab character. (no-tabs)
(#2260) Unexpected tab character. (no-tabs)
(#2261) Unexpected tab character. (no-tabs)
(#2262) Unexpected tab character. (no-tabs)
(#2263) Unexpected tab character. (no-tabs)
(#2264) Unexpected tab character. (no-tabs)
(#2265) Unexpected tab character. (no-tabs)
(#2266) Unexpected tab character. (no-tabs)
(#2267) Unexpected tab character. (no-tabs)
(#2268) Unexpected tab character. (no-tabs)
(#2268) There should be no spaces inside this paren. (space-in-parens)
(#2268) There should be no spaces inside this paren. (space-in-parens)
(#2270) Unexpected tab character. (no-tabs)
(#2271) Unexpected tab character. (no-tabs)
(#2272) Unexpected tab character. (no-tabs)
(#2272) There should be no spaces inside this paren. (space-in-parens)
(#2272) There should be no spaces inside this paren. (space-in-parens)
(#2272) There should be no spaces inside this paren. (space-in-parens)
(#2272) There should be no spaces inside this paren. (space-in-parens)
(#2273) Unexpected tab character. (no-tabs)
(#2275) Unexpected tab character. (no-tabs)
(#2277) Unexpected tab character. (no-tabs)
(#2277) Expected space(s) after "if". (keyword-spacing)
(#2277) There should be no spaces inside this paren. (space-in-parens)
(#2277) There should be no spaces inside this paren. (space-in-parens)
(#2279) Unexpected tab character. (no-tabs)
(#2280) Unexpected tab character. (no-tabs)
(#2280) Expected space(s) after "if". (keyword-spacing)
(#2280) There should be no spaces inside this paren. (space-in-parens)
(#2280) There should be no spaces inside this paren. (space-in-parens)
(#2281) Unexpected tab character. (no-tabs)
(#2283) Unexpected tab character. (no-tabs)
(#2283) Expected space(s) after "if". (keyword-spacing)
(#2283) There should be no spaces inside this paren. (space-in-parens)
(#2283) There should be no spaces inside this paren. (space-in-parens)
(#2284) Unexpected tab character. (no-tabs)
(#2285) Unexpected tab character. (no-tabs)
(#2286) Unexpected tab character. (no-tabs)
(#2288) Unexpected tab character. (no-tabs)
(#2289) Unexpected tab character. (no-tabs)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2291) Unexpected tab character. (no-tabs)
(#2291) Expected space(s) after "for". (keyword-spacing)
(#2291) There should be no spaces inside this paren. (space-in-parens)
(#2291) There should be no spaces inside this paren. (space-in-parens)
(#2292) Unexpected tab character. (no-tabs)
(#2294) Unexpected tab character. (no-tabs)
(#2294) There should be no spaces inside this paren. (space-in-parens)
(#2294) There should be no spaces inside this paren. (space-in-parens)
(#2296) Unexpected tab character. (no-tabs)
(#2296) There should be no spaces inside this paren. (space-in-parens)
(#2296) There should be no spaces inside this paren. (space-in-parens)
(#2297) Unexpected tab character. (no-tabs)
(#2297) There should be no spaces inside this paren. (space-in-parens)
(#2297) There should be no spaces inside this paren. (space-in-parens)
(#2298) Unexpected tab character. (no-tabs)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2300) Unexpected tab character. (no-tabs)
(#2301) Unexpected tab character. (no-tabs)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2302) Unexpected tab character. (no-tabs)
(#2302) There should be no spaces inside this paren. (space-in-parens)
(#2302) There should be no spaces inside this paren. (space-in-parens)
(#2304) Unexpected tab character. (no-tabs)
(#2305) Unexpected tab character. (no-tabs)
(#2305) Expected space(s) after "if". (keyword-spacing)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2306) Unexpected tab character. (no-tabs)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2307) Unexpected tab character. (no-tabs)
(#2309) Unexpected tab character. (no-tabs)
(#2310) Unexpected tab character. (no-tabs)
(#2310) Expected space(s) after "if". (keyword-spacing)
(#2310) There should be no spaces inside this paren. (space-in-parens)
(#2310) There should be no spaces inside this paren. (space-in-parens)
(#2311) Unexpected tab character. (no-tabs)
(#2311) There should be no spaces inside this paren. (space-in-parens)
(#2311) There should be no spaces inside this paren. (space-in-parens)
(#2312) Unexpected tab character. (no-tabs)
(#2313) Unexpected tab character. (no-tabs)
(#2315) Unexpected tab character. (no-tabs)
(#2315) Expected space(s) after "if". (keyword-spacing)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2316) Unexpected tab character. (no-tabs)
(#2317) Unexpected tab character. (no-tabs)
(#2317) There should be no spaces inside this paren. (space-in-parens)
(#2317) There should be no spaces inside this paren. (space-in-parens)
(#2319) Unexpected tab character. (no-tabs)
(#2319) Expected space(s) after "if". (keyword-spacing)
(#2319) There should be no spaces inside this paren. (space-in-parens)
(#2319) There should be no spaces inside this paren. (space-in-parens)
(#2320) Unexpected tab character. (no-tabs)
(#2320) There should be no spaces inside this paren. (space-in-parens)
(#2320) There should be no spaces inside this paren. (space-in-parens)
(#2320) There should be no spaces inside this paren. (space-in-parens)
(#2320) There should be no spaces inside this paren. (space-in-parens)
(#2322) Unexpected tab character. (no-tabs)
(#2323) Unexpected tab character. (no-tabs)
(#2323) Expected space(s) after "while". (keyword-spacing)
(#2323) Blocks are nested too deeply (5). (max-depth)
(#2323) There should be no spaces inside this paren. (space-in-parens)
(#2323) There should be no spaces inside this paren. (space-in-parens)
(#2324) Unexpected tab character. (no-tabs)
(#2325) Unexpected tab character. (no-tabs)
(#2325) There should be no spaces inside this paren. (space-in-parens)
(#2325) There should be no spaces inside this paren. (space-in-parens)
(#2326) Unexpected tab character. (no-tabs)
(#2326) There should be no spaces inside this paren. (space-in-parens)
(#2326) There should be no spaces inside this paren. (space-in-parens)
(#2327) Unexpected tab character. (no-tabs)
(#2328) Unexpected tab character. (no-tabs)
(#2329) Unexpected tab character. (no-tabs)
(#2329) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2330) Unexpected tab character. (no-tabs)
(#2330) Expected space(s) after "if". (keyword-spacing)
(#2330) There should be no spaces inside this paren. (space-in-parens)
(#2330) There should be no spaces inside this paren. (space-in-parens)
(#2331) Unexpected tab character. (no-tabs)
(#2332) Unexpected tab character. (no-tabs)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2334) Unexpected tab character. (no-tabs)
(#2334) Expected space(s) after "if". (keyword-spacing)
(#2334) There should be no spaces inside this paren. (space-in-parens)
(#2334) There should be no spaces inside this paren. (space-in-parens)
(#2335) Unexpected tab character. (no-tabs)
(#2335) There should be no spaces inside this paren. (space-in-parens)
(#2335) There should be no spaces inside this paren. (space-in-parens)
(#2335) There should be no spaces inside this paren. (space-in-parens)
(#2335) There should be no spaces inside this paren. (space-in-parens)
(#2337) Unexpected tab character. (no-tabs)
(#2338) Unexpected tab character. (no-tabs)
(#2338) Expected space(s) after "while". (keyword-spacing)
(#2338) Blocks are nested too deeply (5). (max-depth)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2339) Unexpected tab character. (no-tabs)
(#2340) Unexpected tab character. (no-tabs)
(#2340) There should be no spaces inside this paren. (space-in-parens)
(#2340) There should be no spaces inside this paren. (space-in-parens)
(#2341) Unexpected tab character. (no-tabs)
(#2341) There should be no spaces inside this paren. (space-in-parens)
(#2341) There should be no spaces inside this paren. (space-in-parens)
(#2342) Unexpected tab character. (no-tabs)
(#2343) Unexpected tab character. (no-tabs)
(#2344) Unexpected tab character. (no-tabs)
(#2345) Unexpected tab character. (no-tabs)
(#2347) Unexpected tab character. (no-tabs)
(#2348) Unexpected tab character. (no-tabs)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2349) Unexpected tab character. (no-tabs)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2350) Unexpected tab character. (no-tabs)
(#2350) There should be no spaces inside this paren. (space-in-parens)
(#2350) There should be no spaces inside this paren. (space-in-parens)
(#2352) Unexpected tab character. (no-tabs)
(#2353) Unexpected tab character. (no-tabs)
(#2354) Unexpected tab character. (no-tabs)
(#2354) There should be no spaces inside this paren. (space-in-parens)
(#2354) There should be no spaces inside this paren. (space-in-parens)
(#2355) Unexpected tab character. (no-tabs)
(#2355) Expected space(s) after "if". (keyword-spacing)
(#2355) There should be no spaces inside this paren. (space-in-parens)
(#2355) There should be no spaces inside this paren. (space-in-parens)
(#2356) Unexpected tab character. (no-tabs)
(#2356) There should be no spaces inside this paren. (space-in-parens)
(#2356) There should be no spaces inside this paren. (space-in-parens)
(#2356) There should be no spaces inside this paren. (space-in-parens)
(#2356) There should be no spaces inside this paren. (space-in-parens)
(#2357) Unexpected tab character. (no-tabs)
(#2359) Unexpected tab character. (no-tabs)
(#2359) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2360) Unexpected tab character. (no-tabs)
(#2361) Unexpected tab character. (no-tabs)
(#2362) Unexpected tab character. (no-tabs)
(#2363) Unexpected tab character. (no-tabs)
(#2364) Unexpected tab character. (no-tabs)
(#2366) Unexpected tab character. (no-tabs)
(#2368) Unexpected tab character. (no-tabs)
(#2370) Unexpected tab character. (no-tabs)
(#2371) Unexpected tab character. (no-tabs)
(#2372) Unexpected tab character. (no-tabs)
(#2373) Unexpected tab character. (no-tabs)
(#2374) Unexpected tab character. (no-tabs)
(#2376) Unexpected tab character. (no-tabs)
(#2377) Unexpected tab character. (no-tabs)
(#2378) Unexpected tab character. (no-tabs)
(#2378) There should be no spaces inside this paren. (space-in-parens)
(#2378) There should be no spaces inside this paren. (space-in-parens)
(#2378) There should be no spaces inside this paren. (space-in-parens)
(#2378) There should be no spaces inside this paren. (space-in-parens)
(#2379) Unexpected tab character. (no-tabs)
(#2380) Unexpected tab character. (no-tabs)
(#2381) Unexpected tab character. (no-tabs)
(#2383) Unexpected tab character. (no-tabs)
(#2383) Expected space(s) after "if". (keyword-spacing)
(#2383) There should be no spaces inside this paren. (space-in-parens)
(#2383) There should be no spaces inside this paren. (space-in-parens)
(#2385) Unexpected tab character. (no-tabs)
(#2386) Unexpected tab character. (no-tabs)
(#2387) Unexpected tab character. (no-tabs)
(#2389) Unexpected tab character. (no-tabs)
(#2390) Unexpected tab character. (no-tabs)
(#2390) Expected space(s) after "if". (keyword-spacing)
(#2390) There should be no spaces inside this paren. (space-in-parens)
(#2390) There should be no spaces inside this paren. (space-in-parens)
(#2391) Unexpected tab character. (no-tabs)
(#2392) Unexpected tab character. (no-tabs)
(#2394) Unexpected tab character. (no-tabs)
(#2395) Unexpected tab character. (no-tabs)
(#2395) Expected space(s) after "if". (keyword-spacing)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2396) Unexpected tab character. (no-tabs)
(#2397) Unexpected tab character. (no-tabs)
(#2399) Unexpected tab character. (no-tabs)
(#2399) Expected space(s) after "for". (keyword-spacing)
(#2399) There should be no spaces inside this paren. (space-in-parens)
(#2399) There should be no spaces inside this paren. (space-in-parens)
(#2400) Unexpected tab character. (no-tabs)
(#2402) Unexpected tab character. (no-tabs)
(#2402) There should be no spaces inside this paren. (space-in-parens)
(#2402) There should be no spaces inside this paren. (space-in-parens)
(#2402) There should be no spaces inside this paren. (space-in-parens)
(#2402) There should be no spaces inside this paren. (space-in-parens)
(#2403) Unexpected tab character. (no-tabs)
(#2405) Unexpected tab character. (no-tabs)
(#2406) Unexpected tab character. (no-tabs)
(#2406) There should be no spaces inside this paren. (space-in-parens)
(#2406) There should be no spaces inside this paren. (space-in-parens)
(#2406) There should be no spaces inside this paren. (space-in-parens)
(#2406) There should be no spaces inside this paren. (space-in-parens)
(#2408) Unexpected tab character. (no-tabs)
(#2409) Unexpected tab character. (no-tabs)
(#2410) Unexpected tab character. (no-tabs)
(#2410) Expected space(s) after "if". (keyword-spacing)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2411) Unexpected tab character. (no-tabs)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2412) Unexpected tab character. (no-tabs)
(#2414) Unexpected tab character. (no-tabs)
(#2415) Unexpected tab character. (no-tabs)
(#2415) Expected space(s) after "if". (keyword-spacing)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2416) Unexpected tab character. (no-tabs)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2417) Unexpected tab character. (no-tabs)
(#2417) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2418) Unexpected tab character. (no-tabs)
(#2419) Unexpected tab character. (no-tabs)
(#2419) There should be no spaces inside this paren. (space-in-parens)
(#2419) There should be no spaces inside this paren. (space-in-parens)
(#2420) Unexpected tab character. (no-tabs)
(#2422) Unexpected tab character. (no-tabs)
(#2422) Expected space(s) after "if". (keyword-spacing)
(#2422) There should be no spaces inside this paren. (space-in-parens)
(#2422) There should be no spaces inside this paren. (space-in-parens)
(#2424) Unexpected tab character. (no-tabs)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2426) Unexpected tab character. (no-tabs)
(#2426) Expected space(s) after "for". (keyword-spacing)
(#2426) There should be no spaces inside this paren. (space-in-parens)
(#2426) There should be no spaces inside this paren. (space-in-parens)
(#2427) Unexpected tab character. (no-tabs)
(#2429) Unexpected tab character. (no-tabs)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2429) There should be no spaces inside this paren. (space-in-parens)
(#2431) Unexpected tab character. (no-tabs)
(#2431) Expected space(s) after "if". (keyword-spacing)
(#2431) Blocks are nested too deeply (5). (max-depth)
(#2431) There should be no spaces inside this paren. (space-in-parens)
(#2431) There should be no spaces inside this paren. (space-in-parens)
(#2432) Unexpected tab character. (no-tabs)
(#2432) There should be no spaces inside this paren. (space-in-parens)
(#2432) There should be no spaces inside this paren. (space-in-parens)
(#2433) Unexpected tab character. (no-tabs)
(#2433) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2434) Unexpected tab character. (no-tabs)
(#2435) Unexpected tab character. (no-tabs)
(#2435) There should be no spaces inside this paren. (space-in-parens)
(#2435) There should be no spaces inside this paren. (space-in-parens)
(#2436) Unexpected tab character. (no-tabs)
(#2437) Unexpected tab character. (no-tabs)
(#2439) Unexpected tab character. (no-tabs)
(#2440) Unexpected tab character. (no-tabs)
(#2442) Unexpected tab character. (no-tabs)
(#2444) Unexpected tab character. (no-tabs)
(#2446) Unexpected tab character. (no-tabs)
(#2447) Unexpected tab character. (no-tabs)
(#2448) Unexpected tab character. (no-tabs)
(#2449) Unexpected tab character. (no-tabs)
(#2451) Unexpected tab character. (no-tabs)
(#2452) Unexpected tab character. (no-tabs)
(#2452) Expected space(s) after "if". (keyword-spacing)
(#2452) There should be no spaces inside this paren. (space-in-parens)
(#2452) There should be no spaces inside this paren. (space-in-parens)
(#2454) Unexpected tab character. (no-tabs)
(#2456) Unexpected tab character. (no-tabs)
(#2458) Unexpected tab character. (no-tabs)
(#2460) Unexpected tab character. (no-tabs)
(#2461) Unexpected tab character. (no-tabs)
(#2462) Unexpected tab character. (no-tabs)
(#2463) Unexpected tab character. (no-tabs)
(#2464) Unexpected tab character. (no-tabs)
(#2465) Unexpected tab character. (no-tabs)
(#2466) Unexpected tab character. (no-tabs)
(#2467) Unexpected tab character. (no-tabs)
(#2468) Unexpected tab character. (no-tabs)
(#2469) Unexpected tab character. (no-tabs)
(#2470) Unexpected tab character. (no-tabs)
(#2472) Unexpected tab character. (no-tabs)
(#2473) Unexpected tab character. (no-tabs)
(#2473) Expected space(s) after "if". (keyword-spacing)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2475) Unexpected tab character. (no-tabs)
(#2476) Unexpected tab character. (no-tabs)
(#2478) Unexpected tab character. (no-tabs)
(#2479) Unexpected tab character. (no-tabs)
(#2479) Expected space(s) after "if". (keyword-spacing)
(#2479) There should be no spaces inside this paren. (space-in-parens)
(#2479) There should be no spaces inside this paren. (space-in-parens)
(#2480) Unexpected tab character. (no-tabs)
(#2481) Unexpected tab character. (no-tabs)
(#2483) Unexpected tab character. (no-tabs)
(#2483) There should be no spaces inside this paren. (space-in-parens)
(#2483) There should be no spaces inside this paren. (space-in-parens)
(#2484) Unexpected tab character. (no-tabs)
(#2484) There should be no spaces inside this paren. (space-in-parens)
(#2484) There should be no spaces inside this paren. (space-in-parens)
(#2485) Unexpected tab character. (no-tabs)
(#2485) There should be no spaces inside this paren. (space-in-parens)
(#2485) There should be no spaces inside this paren. (space-in-parens)
(#2486) Unexpected tab character. (no-tabs)
(#2486) There should be no spaces inside this paren. (space-in-parens)
(#2486) There should be no spaces inside this paren. (space-in-parens)
(#2487) Unexpected tab character. (no-tabs)
(#2489) Unexpected tab character. (no-tabs)
(#2491) Unexpected tab character. (no-tabs)
(#2492) Unexpected tab character. (no-tabs)
(#2493) Unexpected tab character. (no-tabs)
(#2494) Unexpected tab character. (no-tabs)
(#2496) Unexpected tab character. (no-tabs)
(#2497) Unexpected tab character. (no-tabs)
(#2499) Unexpected tab character. (no-tabs)
(#2500) Unexpected tab character. (no-tabs)
(#2500) There should be no spaces inside this paren. (space-in-parens)
(#2500) There should be no spaces inside this paren. (space-in-parens)
(#2501) Unexpected tab character. (no-tabs)
(#2501) There should be no spaces inside this paren. (space-in-parens)
(#2501) There should be no spaces inside this paren. (space-in-parens)
(#2502) Unexpected tab character. (no-tabs)
(#2502) There should be no spaces inside this paren. (space-in-parens)
(#2502) There should be no spaces inside this paren. (space-in-parens)
(#2503) Unexpected tab character. (no-tabs)
(#2503) There should be no spaces inside this paren. (space-in-parens)
(#2503) There should be no spaces inside this paren. (space-in-parens)
(#2504) Unexpected tab character. (no-tabs)
(#2504) There should be no spaces inside this paren. (space-in-parens)
(#2504) There should be no spaces inside this paren. (space-in-parens)
(#2504) There should be no spaces inside this paren. (space-in-parens)
(#2504) There should be no spaces inside this paren. (space-in-parens)
(#2504) There should be no spaces inside this paren. (space-in-parens)
(#2505) Unexpected tab character. (no-tabs)
(#2505) There should be no spaces inside this paren. (space-in-parens)
(#2505) There should be no spaces inside this paren. (space-in-parens)
(#2506) Unexpected tab character. (no-tabs)
(#2506) There should be no spaces inside this paren. (space-in-parens)
(#2506) There should be no spaces inside this paren. (space-in-parens)
(#2507) Unexpected tab character. (no-tabs)
(#2507) There should be no spaces inside this paren. (space-in-parens)
(#2509) Unexpected tab character. (no-tabs)
(#2510) Unexpected tab character. (no-tabs)
(#2510) Expected { after 'if' condition. (curly)
(#2510) Expected space(s) after "if". (keyword-spacing)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) Statement inside of curly braces should be on next line. (brace-style)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2511) Unexpected tab character. (no-tabs)
(#2511) Expected { after 'if' condition. (curly)
(#2511) Expected space(s) after "if". (keyword-spacing)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) Statement inside of curly braces should be on next line. (brace-style)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2512) Unexpected tab character. (no-tabs)
(#2512) Expected { after 'if' condition. (curly)
(#2512) Expected space(s) after "if". (keyword-spacing)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) Statement inside of curly braces should be on next line. (brace-style)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2513) Unexpected tab character. (no-tabs)
(#2513) Expected { after 'if' condition. (curly)
(#2513) Expected space(s) after "if". (keyword-spacing)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) Statement inside of curly braces should be on next line. (brace-style)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2515) Unexpected tab character. (no-tabs)
(#2516) Unexpected tab character. (no-tabs)
(#2516) Expected { after 'if' condition. (curly)
(#2516) Expected space(s) after "if". (keyword-spacing)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) Statement inside of curly braces should be on next line. (brace-style)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2517) Unexpected tab character. (no-tabs)
(#2517) Expected space(s) after "if". (keyword-spacing)
(#2517) Expected { after 'if' condition. (curly)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) Statement inside of curly braces should be on next line. (brace-style)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2517) There should be no spaces inside this paren. (space-in-parens)
(#2519) Unexpected tab character. (no-tabs)
(#2520) Unexpected tab character. (no-tabs)
(#2520) Expected space(s) after "if". (keyword-spacing)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2522) Unexpected tab character. (no-tabs)
(#2523) Unexpected tab character. (no-tabs)
(#2523) Expected { after 'if' condition. (curly)
(#2523) Expected space(s) after "if". (keyword-spacing)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) Statement inside of curly braces should be on next line. (brace-style)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2524) Unexpected tab character. (no-tabs)
(#2524) Expected space(s) after "if". (keyword-spacing)
(#2524) Expected { after 'if' condition. (curly)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) Statement inside of curly braces should be on next line. (brace-style)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2524) There should be no spaces inside this paren. (space-in-parens)
(#2526) Unexpected tab character. (no-tabs)
(#2527) Unexpected tab character. (no-tabs)
(#2528) Unexpected tab character. (no-tabs)
(#2528) Expected space(s) after "if". (keyword-spacing)
(#2528) There should be no spaces inside this paren. (space-in-parens)
(#2528) There should be no spaces inside this paren. (space-in-parens)
(#2528) There should be no spaces inside this paren. (space-in-parens)
(#2528) There should be no spaces inside this paren. (space-in-parens)
(#2529) Unexpected tab character. (no-tabs)
(#2529) Expected { after 'if' condition. (curly)
(#2529) Expected space(s) after "if". (keyword-spacing)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) Statement inside of curly braces should be on next line. (brace-style)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2530) Unexpected tab character. (no-tabs)
(#2530) Expected { after 'if' condition. (curly)
(#2530) Expected space(s) after "if". (keyword-spacing)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) Statement inside of curly braces should be on next line. (brace-style)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2531) Unexpected tab character. (no-tabs)
(#2531) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2532) Unexpected tab character. (no-tabs)
(#2533) Unexpected tab character. (no-tabs)
(#2533) Expected { after 'if' condition. (curly)
(#2533) Expected space(s) after "if". (keyword-spacing)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) Statement inside of curly braces should be on next line. (brace-style)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2534) Unexpected tab character. (no-tabs)
(#2534) Expected space(s) after "if". (keyword-spacing)
(#2534) Expected { after 'if' condition. (curly)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) Statement inside of curly braces should be on next line. (brace-style)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2535) Unexpected tab character. (no-tabs)
(#2537) Unexpected tab character. (no-tabs)
(#2539) Unexpected tab character. (no-tabs)
(#2541) Unexpected tab character. (no-tabs)
(#2542) Unexpected tab character. (no-tabs)
(#2543) Unexpected tab character. (no-tabs)
(#2544) Unexpected tab character. (no-tabs)
(#2545) Unexpected tab character. (no-tabs)
(#2546) Unexpected tab character. (no-tabs)
(#2547) Unexpected tab character. (no-tabs)
(#2548) Unexpected tab character. (no-tabs)
(#2548) There should be no spaces inside this paren. (space-in-parens)
(#2548) There should be no spaces inside this paren. (space-in-parens)
(#2550) Unexpected tab character. (no-tabs)
(#2552) Unexpected tab character. (no-tabs)
(#2553) Unexpected tab character. (no-tabs)
(#2554) Unexpected tab character. (no-tabs)
(#2556) Unexpected tab character. (no-tabs)
(#2557) Unexpected tab character. (no-tabs)
(#2558) Unexpected tab character. (no-tabs)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2560) Unexpected tab character. (no-tabs)
(#2560) There should be no spaces inside this paren. (space-in-parens)
(#2560) There should be no spaces inside this paren. (space-in-parens)
(#2561) Unexpected tab character. (no-tabs)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2562) Unexpected tab character. (no-tabs)
(#2562) There should be no spaces inside this paren. (space-in-parens)
(#2562) There should be no spaces inside this paren. (space-in-parens)
(#2564) Unexpected tab character. (no-tabs)
(#2564) Expected space(s) after "if". (keyword-spacing)
(#2564) There should be no spaces inside this paren. (space-in-parens)
(#2564) There should be no spaces inside this paren. (space-in-parens)
(#2565) Unexpected tab character. (no-tabs)
(#2565) There should be no spaces inside this paren. (space-in-parens)
(#2565) There should be no spaces inside this paren. (space-in-parens)
(#2566) Unexpected tab character. (no-tabs)
(#2566) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2567) Unexpected tab character. (no-tabs)
(#2567) There should be no spaces inside this paren. (space-in-parens)
(#2567) There should be no spaces inside this paren. (space-in-parens)
(#2568) Unexpected tab character. (no-tabs)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2569) Unexpected tab character. (no-tabs)
(#2569) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2570) Unexpected tab character. (no-tabs)
(#2571) Unexpected tab character. (no-tabs)
(#2571) There should be no spaces inside this paren. (space-in-parens)
(#2571) There should be no spaces inside this paren. (space-in-parens)
(#2573) Unexpected tab character. (no-tabs)
(#2574) Unexpected tab character. (no-tabs)
(#2575) Unexpected tab character. (no-tabs)
(#2577) Unexpected tab character. (no-tabs)
(#2577) Expected space(s) after "if". (keyword-spacing)
(#2577) There should be no spaces inside this paren. (space-in-parens)
(#2577) There should be no spaces inside this paren. (space-in-parens)
(#2578) Unexpected tab character. (no-tabs)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2580) Unexpected tab character. (no-tabs)
(#2580) There should be no spaces inside this paren. (space-in-parens)
(#2580) There should be no spaces inside this paren. (space-in-parens)
(#2581) Unexpected tab character. (no-tabs)
(#2581) There should be no spaces inside this paren. (space-in-parens)
(#2581) There should be no spaces inside this paren. (space-in-parens)
(#2582) Unexpected tab character. (no-tabs)
(#2582) There should be no spaces inside this paren. (space-in-parens)
(#2582) There should be no spaces inside this paren. (space-in-parens)
(#2584) Unexpected tab character. (no-tabs)
(#2584) Expected space(s) after "if". (keyword-spacing)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2585) Unexpected tab character. (no-tabs)
(#2585) There should be no spaces inside this paren. (space-in-parens)
(#2585) There should be no spaces inside this paren. (space-in-parens)
(#2586) Unexpected tab character. (no-tabs)
(#2586) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2587) Unexpected tab character. (no-tabs)
(#2587) There should be no spaces inside this paren. (space-in-parens)
(#2587) There should be no spaces inside this paren. (space-in-parens)
(#2588) Unexpected tab character. (no-tabs)
(#2588) There should be no spaces inside this paren. (space-in-parens)
(#2588) There should be no spaces inside this paren. (space-in-parens)
(#2589) Unexpected tab character. (no-tabs)
(#2589) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2590) Unexpected tab character. (no-tabs)
(#2591) Unexpected tab character. (no-tabs)
(#2591) There should be no spaces inside this paren. (space-in-parens)
(#2591) There should be no spaces inside this paren. (space-in-parens)
(#2593) Unexpected tab character. (no-tabs)
(#2594) Unexpected tab character. (no-tabs)
(#2594) Expected { after 'if' condition. (curly)
(#2594) Expected space(s) after "if". (keyword-spacing)
(#2594) There should be no spaces inside this paren. (space-in-parens)
(#2594) There should be no spaces inside this paren. (space-in-parens)
(#2595) Unexpected tab character. (no-tabs)
(#2597) Unexpected tab character. (no-tabs)
(#2597) There should be no spaces inside this paren. (space-in-parens)
(#2598) Unexpected tab character. (no-tabs)
(#2600) Unexpected tab character. (no-tabs)
(#2600) There should be no spaces inside this paren. (space-in-parens)
(#2602) Unexpected tab character. (no-tabs)
(#2603) Unexpected tab character. (no-tabs)
(#2603) Expected space(s) after "if". (keyword-spacing)
(#2603) There should be no spaces inside this paren. (space-in-parens)
(#2603) There should be no spaces inside this paren. (space-in-parens)
(#2605) Unexpected tab character. (no-tabs)
(#2605) There should be no spaces inside this paren. (space-in-parens)
(#2605) There should be no spaces inside this paren. (space-in-parens)
(#2606) Unexpected tab character. (no-tabs)
(#2606) Expected space(s) after "if". (keyword-spacing)
(#2606) Expected { after 'if' condition. (curly)
(#2606) There should be no spaces inside this paren. (space-in-parens)
(#2606) There should be no spaces inside this paren. (space-in-parens)
(#2608) Unexpected tab character. (no-tabs)
(#2610) Unexpected tab character. (no-tabs)
(#2610) Expected space(s) after "if". (keyword-spacing)
(#2610) There should be no spaces inside this paren. (space-in-parens)
(#2610) There should be no spaces inside this paren. (space-in-parens)
(#2612) Unexpected tab character. (no-tabs)
(#2613) Unexpected tab character. (no-tabs)
(#2613) There should be no spaces inside this paren. (space-in-parens)
(#2613) There should be no spaces inside this paren. (space-in-parens)
(#2614) Unexpected tab character. (no-tabs)
(#2614) Expected space(s) after "if". (keyword-spacing)
(#2614) There should be no spaces inside this paren. (space-in-parens)
(#2614) There should be no spaces inside this paren. (space-in-parens)
(#2615) Unexpected tab character. (no-tabs)
(#2616) Unexpected tab character. (no-tabs)
(#2617) Unexpected tab character. (no-tabs)
(#2619) Unexpected tab character. (no-tabs)
(#2621) Unexpected tab character. (no-tabs)
(#2622) Unexpected tab character. (no-tabs)
(#2622) Expected space(s) after "if". (keyword-spacing)
(#2622) There should be no spaces inside this paren. (space-in-parens)
(#2622) There should be no spaces inside this paren. (space-in-parens)
(#2622) There should be no spaces inside this paren. (space-in-parens)
(#2622) There should be no spaces inside this paren. (space-in-parens)
(#2623) Unexpected tab character. (no-tabs)
(#2624) Unexpected tab character. (no-tabs)
(#2624) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2624) There should be no spaces inside this paren. (space-in-parens)
(#2624) There should be no spaces inside this paren. (space-in-parens)
(#2625) Unexpected tab character. (no-tabs)
(#2626) Unexpected tab character. (no-tabs)
(#2628) Unexpected tab character. (no-tabs)
(#2629) Unexpected tab character. (no-tabs)
(#2630) Unexpected tab character. (no-tabs)
(#2630) There should be no spaces inside this paren. (space-in-parens)
(#2630) There should be no spaces inside this paren. (space-in-parens)
(#2631) Unexpected tab character. (no-tabs)
(#2631) There should be no spaces inside this paren. (space-in-parens)
(#2631) There should be no spaces inside this paren. (space-in-parens)
(#2632) Line 2632 exceeds the maximum line length of 132. (max-len)
(#2632) Unexpected tab character. (no-tabs)
(#2632) Expected space(s) after "if". (keyword-spacing)
(#2632) There should be no spaces inside this paren. (space-in-parens)
(#2632) There should be no spaces inside this paren. (space-in-parens)
(#2633) Unexpected tab character. (no-tabs)
(#2633) There should be no spaces inside this paren. (space-in-parens)
(#2633) There should be no spaces inside this paren. (space-in-parens)
(#2634) Unexpected tab character. (no-tabs)
(#2636) Unexpected tab character. (no-tabs)
(#2638) Unexpected tab character. (no-tabs)
(#2640) Unexpected tab character. (no-tabs)
(#2641) Unexpected tab character. (no-tabs)
(#2642) Unexpected tab character. (no-tabs)
(#2642) Expected space(s) after "if". (keyword-spacing)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2643) Unexpected tab character. (no-tabs)
(#2643) There should be no space after '['. (array-bracket-spacing)
(#2643) There should be no space before ']'. (array-bracket-spacing)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2644) Unexpected tab character. (no-tabs)
(#2644) Expected space(s) after "if". (keyword-spacing)
(#2644) There should be no spaces inside this paren. (space-in-parens)
(#2644) There should be no spaces inside this paren. (space-in-parens)
(#2644) There should be no spaces inside this paren. (space-in-parens)
(#2644) There should be no spaces inside this paren. (space-in-parens)
(#2645) Unexpected tab character. (no-tabs)
(#2645) There should be no spaces inside this paren. (space-in-parens)
(#2645) There should be no spaces inside this paren. (space-in-parens)
(#2646) Unexpected tab character. (no-tabs)
(#2646) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2647) Unexpected tab character. (no-tabs)
(#2648) Unexpected tab character. (no-tabs)
(#2648) There should be no spaces inside this paren. (space-in-parens)
(#2648) There should be no spaces inside this paren. (space-in-parens)
(#2649) Unexpected tab character. (no-tabs)
(#2650) Unexpected tab character. (no-tabs)
(#2650) There should be no spaces inside this paren. (space-in-parens)
(#2651) Unexpected tab character. (no-tabs)
(#2653) Unexpected tab character. (no-tabs)
(#2654) Unexpected tab character. (no-tabs)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2655) Unexpected tab character. (no-tabs)
(#2655) There should be no spaces inside this paren. (space-in-parens)
(#2655) There should be no spaces inside this paren. (space-in-parens)
(#2656) Unexpected tab character. (no-tabs)
(#2656) There should be no spaces inside this paren. (space-in-parens)
(#2658) Unexpected tab character. (no-tabs)
(#2660) Unexpected tab character. (no-tabs)
(#2661) Unexpected tab character. (no-tabs)
(#2662) Unexpected tab character. (no-tabs)
(#2663) Unexpected tab character. (no-tabs)
(#2664) Unexpected tab character. (no-tabs)
(#2666) Unexpected tab character. (no-tabs)
(#2666) Expected space(s) after "if". (keyword-spacing)
(#2666) There should be no spaces inside this paren. (space-in-parens)
(#2666) There should be no spaces inside this paren. (space-in-parens)
(#2668) Unexpected tab character. (no-tabs)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2669) Unexpected tab character. (no-tabs)
(#2669) There should be no spaces inside this paren. (space-in-parens)
(#2669) There should be no spaces inside this paren. (space-in-parens)
(#2671) Unexpected tab character. (no-tabs)
(#2671) There should be no spaces inside this paren. (space-in-parens)
(#2671) There should be no spaces inside this paren. (space-in-parens)
(#2672) Unexpected tab character. (no-tabs)
(#2674) Unexpected tab character. (no-tabs)
(#2674) Expected space(s) after "if". (keyword-spacing)
(#2674) There should be no spaces inside this paren. (space-in-parens)
(#2674) There should be no spaces inside this paren. (space-in-parens)
(#2675) Unexpected tab character. (no-tabs)
(#2675) There should be no spaces inside this paren. (space-in-parens)
(#2675) There should be no spaces inside this paren. (space-in-parens)
(#2676) Unexpected tab character. (no-tabs)
(#2676) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2677) Unexpected tab character. (no-tabs)
(#2678) Unexpected tab character. (no-tabs)
(#2678) There should be no spaces inside this paren. (space-in-parens)
(#2678) There should be no spaces inside this paren. (space-in-parens)
(#2679) Unexpected tab character. (no-tabs)
(#2679) There should be no spaces inside this paren. (space-in-parens)
(#2679) There should be no spaces inside this paren. (space-in-parens)
(#2680) Unexpected tab character. (no-tabs)
(#2682) Unexpected tab character. (no-tabs)
(#2683) Unexpected tab character. (no-tabs)
(#2684) Unexpected tab character. (no-tabs)
(#2685) Unexpected tab character. (no-tabs)
(#2687) Unexpected tab character. (no-tabs)
(#2687) Expected space(s) after "if". (keyword-spacing)
(#2687) There should be no spaces inside this paren. (space-in-parens)
(#2687) There should be no spaces inside this paren. (space-in-parens)
(#2688) Unexpected tab character. (no-tabs)
(#2689) Unexpected tab character. (no-tabs)
(#2689) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2690) Unexpected tab character. (no-tabs)
(#2691) Unexpected tab character. (no-tabs)
(#2691) There should be no spaces inside this paren. (space-in-parens)
(#2691) There should be no spaces inside this paren. (space-in-parens)
(#2691) There should be no spaces inside this paren. (space-in-parens)
(#2691) Infix operators must be spaced. (space-infix-ops)
(#2691) There should be no spaces inside this paren. (space-in-parens)
(#2692) Unexpected tab character. (no-tabs)
(#2694) Unexpected tab character. (no-tabs)
(#2696) Unexpected tab character. (no-tabs)
(#2697) Unexpected tab character. (no-tabs)
(#2698) Unexpected tab character. (no-tabs)
(#2699) Unexpected tab character. (no-tabs)
(#2701) Unexpected tab character. (no-tabs)
(#2701) Expected space(s) after "if". (keyword-spacing)
(#2701) There should be no spaces inside this paren. (space-in-parens)
(#2701) There should be no spaces inside this paren. (space-in-parens)
(#2702) Unexpected tab character. (no-tabs)
(#2703) Unexpected tab character. (no-tabs)
(#2703) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2704) Unexpected tab character. (no-tabs)
(#2705) Unexpected tab character. (no-tabs)
(#2705) There should be no spaces inside this paren. (space-in-parens)
(#2705) There should be no spaces inside this paren. (space-in-parens)
(#2705) There should be no spaces inside this paren. (space-in-parens)
(#2705) Infix operators must be spaced. (space-infix-ops)
(#2705) There should be no spaces inside this paren. (space-in-parens)
(#2706) Unexpected tab character. (no-tabs)
(#2708) Unexpected tab character. (no-tabs)
(#2708) Multiple spaces found before 'verticalOffsetMultiplier'. (no-multi-spaces)
(#2710) Unexpected tab character. (no-tabs)
(#2712) Unexpected tab character. (no-tabs)
(#2714) Unexpected tab character. (no-tabs)
(#2716) Unexpected tab character. (no-tabs)
(#2716) Missing JSDoc for parameter 'slide'. (valid-jsdoc)
(#2717) Unexpected tab character. (no-tabs)
(#2718) Unexpected tab character. (no-tabs)
(#2719) Unexpected tab character. (no-tabs)
(#2720) Unexpected tab character. (no-tabs)
(#2721) Unexpected tab character. (no-tabs)
(#2721) There should be no spaces inside this paren. (space-in-parens)
(#2721) There should be no spaces inside this paren. (space-in-parens)
(#2723) Unexpected tab character. (no-tabs)
(#2724) Unexpected tab character. (no-tabs)
(#2726) Unexpected tab character. (no-tabs)
(#2727) Unexpected tab character. (no-tabs)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2728) Unexpected tab character. (no-tabs)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2729) Unexpected tab character. (no-tabs)
(#2729) There should be no spaces inside this paren. (space-in-parens)
(#2729) There should be no spaces inside this paren. (space-in-parens)
(#2730) Unexpected tab character. (no-tabs)
(#2730) There should be no spaces inside this paren. (space-in-parens)
(#2732) Unexpected tab character. (no-tabs)
(#2733) Unexpected tab character. (no-tabs)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2733) There should be no spaces inside this paren. (space-in-parens)
(#2734) Unexpected tab character. (no-tabs)
(#2736) Unexpected tab character. (no-tabs)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2736) There should be no spaces inside this paren. (space-in-parens)
(#2737) Unexpected tab character. (no-tabs)
(#2737) There should be no spaces inside this paren. (space-in-parens)
(#2737) There should be no spaces inside this paren. (space-in-parens)
(#2737) There should be no spaces inside this paren. (space-in-parens)
(#2737) There should be no spaces inside this paren. (space-in-parens)
(#2738) Unexpected tab character. (no-tabs)
(#2738) There should be no spaces inside this paren. (space-in-parens)
(#2738) There should be no spaces inside this paren. (space-in-parens)
(#2739) Unexpected tab character. (no-tabs)
(#2740) Unexpected tab character. (no-tabs)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2742) Unexpected tab character. (no-tabs)
(#2743) Unexpected tab character. (no-tabs)
(#2744) Unexpected tab character. (no-tabs)
(#2744) Expected space(s) after "if". (keyword-spacing)
(#2744) There should be no spaces inside this paren. (space-in-parens)
(#2744) There should be no spaces inside this paren. (space-in-parens)
(#2745) Unexpected tab character. (no-tabs)
(#2746) Unexpected tab character. (no-tabs)
(#2747) Unexpected tab character. (no-tabs)
(#2747) There should be no spaces inside this paren. (space-in-parens)
(#2750) Unexpected tab character. (no-tabs)
(#2751) Unexpected tab character. (no-tabs)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2752) Unexpected tab character. (no-tabs)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2753) Unexpected tab character. (no-tabs)
(#2753) Expected space(s) after "if". (keyword-spacing)
(#2753) There should be no spaces inside this paren. (space-in-parens)
(#2753) There should be no spaces inside this paren. (space-in-parens)
(#2754) Unexpected tab character. (no-tabs)
(#2756) Unexpected tab character. (no-tabs)
(#2757) Unexpected tab character. (no-tabs)
(#2757) Expected space(s) after "if". (keyword-spacing)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2758) Unexpected tab character. (no-tabs)
(#2758) There should be no spaces inside this paren. (space-in-parens)
(#2758) There should be no spaces inside this paren. (space-in-parens)
(#2760) Unexpected tab character. (no-tabs)
(#2760) There should be no spaces inside this paren. (space-in-parens)
(#2760) There should be no spaces inside this paren. (space-in-parens)
(#2761) Unexpected tab character. (no-tabs)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2762) Unexpected tab character. (no-tabs)
(#2762) There should be no spaces inside this paren. (space-in-parens)
(#2762) There should be no spaces inside this paren. (space-in-parens)
(#2763) Unexpected tab character. (no-tabs)
(#2763) There should be no spaces inside this paren. (space-in-parens)
(#2763) There should be no spaces inside this paren. (space-in-parens)
(#2765) Unexpected tab character. (no-tabs)
(#2766) Unexpected tab character. (no-tabs)
(#2766) Expected space(s) after "if". (keyword-spacing)
(#2766) There should be no spaces inside this paren. (space-in-parens)
(#2766) There should be no spaces inside this paren. (space-in-parens)
(#2767) Unexpected tab character. (no-tabs)
(#2767) Infix operators must be spaced. (space-infix-ops)
(#2767) Infix operators must be spaced. (space-infix-ops)
(#2768) Unexpected tab character. (no-tabs)
(#2768) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2769) Unexpected tab character. (no-tabs)
(#2770) Unexpected tab character. (no-tabs)
(#2770) There should be no spaces inside this paren. (space-in-parens)
(#2770) There should be no spaces inside this paren. (space-in-parens)
(#2771) Unexpected tab character. (no-tabs)
(#2771) There should be no spaces inside this paren. (space-in-parens)
(#2771) There should be no spaces inside this paren. (space-in-parens)
(#2773) Unexpected tab character. (no-tabs)
(#2773) Expected space(s) after "if". (keyword-spacing)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2774) Unexpected tab character. (no-tabs)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2775) Unexpected tab character. (no-tabs)
(#2777) Unexpected tab character. (no-tabs)
(#2778) Unexpected tab character. (no-tabs)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2779) Unexpected tab character. (no-tabs)
(#2779) Infix operators must be spaced. (space-infix-ops)
(#2779) Infix operators must be spaced. (space-infix-ops)
(#2780) Unexpected tab character. (no-tabs)
(#2780) There should be no spaces inside this paren. (space-in-parens)
(#2782) Unexpected tab character. (no-tabs)
(#2782) There should be no spaces inside this paren. (space-in-parens)
(#2782) There should be no spaces inside this paren. (space-in-parens)
(#2783) Unexpected tab character. (no-tabs)
(#2783) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2784) Unexpected tab character. (no-tabs)
(#2785) Unexpected tab character. (no-tabs)
(#2785) Expected space(s) after "if". (keyword-spacing)
(#2785) There should be no spaces inside this paren. (space-in-parens)
(#2785) There should be no spaces inside this paren. (space-in-parens)
(#2786) Unexpected tab character. (no-tabs)
(#2786) There should be no spaces inside this paren. (space-in-parens)
(#2786) There should be no spaces inside this paren. (space-in-parens)
(#2787) Unexpected tab character. (no-tabs)
(#2787) There should be no spaces inside this paren. (space-in-parens)
(#2787) There should be no spaces inside this paren. (space-in-parens)
(#2788) Unexpected tab character. (no-tabs)
(#2788) Multiple spaces found before '='. (no-multi-spaces)
(#2789) Unexpected tab character. (no-tabs)
(#2790) Unexpected tab character. (no-tabs)
(#2791) Unexpected tab character. (no-tabs)
(#2793) Unexpected tab character. (no-tabs)
(#2793) There should be no spaces inside this paren. (space-in-parens)
(#2793) There should be no spaces inside this paren. (space-in-parens)
(#2794) Unexpected tab character. (no-tabs)
(#2795) Unexpected tab character. (no-tabs)
(#2796) Unexpected tab character. (no-tabs)
(#2798) Unexpected tab character. (no-tabs)
(#2800) Unexpected tab character. (no-tabs)
(#2800) Missing JSDoc for parameter 'slide'. (valid-jsdoc)
(#2801) Unexpected tab character. (no-tabs)
(#2802) Unexpected tab character. (no-tabs)
(#2803) Unexpected tab character. (no-tabs)
(#2804) Unexpected tab character. (no-tabs)
(#2804) There should be no spaces inside this paren. (space-in-parens)
(#2804) There should be no spaces inside this paren. (space-in-parens)
(#2806) Unexpected tab character. (no-tabs)
(#2807) Unexpected tab character. (no-tabs)
(#2809) Unexpected tab character. (no-tabs)
(#2810) Unexpected tab character. (no-tabs)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2811) Unexpected tab character. (no-tabs)
(#2811) There should be no spaces inside this paren. (space-in-parens)
(#2811) There should be no spaces inside this paren. (space-in-parens)
(#2812) Unexpected tab character. (no-tabs)
(#2812) Expected space(s) after "if". (keyword-spacing)
(#2812) There should be no spaces inside this paren. (space-in-parens)
(#2812) There should be no spaces inside this paren. (space-in-parens)
(#2813) Unexpected tab character. (no-tabs)
(#2814) Unexpected tab character. (no-tabs)
(#2816) Unexpected tab character. (no-tabs)
(#2818) Unexpected tab character. (no-tabs)
(#2819) Unexpected tab character. (no-tabs)
(#2820) Unexpected tab character. (no-tabs)
(#2821) Unexpected tab character. (no-tabs)
(#2822) Unexpected tab character. (no-tabs)
(#2823) Unexpected tab character. (no-tabs)
(#2825) Unexpected tab character. (no-tabs)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2826) Unexpected tab character. (no-tabs)
(#2826) There should be no spaces inside this paren. (space-in-parens)
(#2826) There should be no spaces inside this paren. (space-in-parens)
(#2828) Unexpected tab character. (no-tabs)
(#2829) Unexpected tab character. (no-tabs)
(#2830) Unexpected tab character. (no-tabs)
(#2831) Unexpected tab character. (no-tabs)
(#2832) Unexpected tab character. (no-tabs)
(#2833) Unexpected tab character. (no-tabs)
(#2835) Unexpected tab character. (no-tabs)
(#2835) Comments should not begin with a lowercase character (capitalized-comments)
(#2836) Unexpected tab character. (no-tabs)
(#2836) Expected space(s) after "if". (keyword-spacing)
(#2836) There should be no spaces inside this paren. (space-in-parens)
(#2836) There should be no spaces inside this paren. (space-in-parens)
(#2837) Unexpected tab character. (no-tabs)
(#2838) Unexpected tab character. (no-tabs)
(#2839) Unexpected tab character. (no-tabs)
(#2840) Unexpected tab character. (no-tabs)
(#2842) Unexpected tab character. (no-tabs)
(#2844) Unexpected tab character. (no-tabs)
(#2846) Unexpected tab character. (no-tabs)
(#2847) Unexpected tab character. (no-tabs)
(#2848) Unexpected tab character. (no-tabs)
(#2849) Unexpected tab character. (no-tabs)
(#2850) Unexpected tab character. (no-tabs)
(#2851) Unexpected tab character. (no-tabs)
(#2852) Unexpected tab character. (no-tabs)
(#2854) Unexpected tab character. (no-tabs)
(#2854) Expected space(s) after "if". (keyword-spacing)
(#2854) There should be no spaces inside this paren. (space-in-parens)
(#2854) There should be no spaces inside this paren. (space-in-parens)
(#2855) Unexpected tab character. (no-tabs)
(#2855) There should be no spaces inside this paren. (space-in-parens)
(#2855) There should be no spaces inside this paren. (space-in-parens)
(#2856) Unexpected tab character. (no-tabs)
(#2856) There should be no spaces inside this paren. (space-in-parens)
(#2856) There should be no spaces inside this paren. (space-in-parens)
(#2858) Unexpected tab character. (no-tabs)
(#2859) Unexpected tab character. (no-tabs)
(#2860) Unexpected tab character. (no-tabs)
(#2861) Unexpected tab character. (no-tabs)
(#2862) Unexpected tab character. (no-tabs)
(#2862) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2863) Unexpected tab character. (no-tabs)
(#2864) Unexpected tab character. (no-tabs)
(#2864) There should be no space after '{'. (object-curly-spacing)
(#2864) There should be no space before '}'. (object-curly-spacing)
(#2865) Unexpected tab character. (no-tabs)
(#2867) Unexpected tab character. (no-tabs)
(#2869) Unexpected tab character. (no-tabs)
(#2870) Unexpected tab character. (no-tabs)
(#2871) Unexpected tab character. (no-tabs)
(#2872) Unexpected tab character. (no-tabs)
(#2874) Unexpected tab character. (no-tabs)
(#2874) There should be no spaces inside this paren. (space-in-parens)
(#2874) There should be no spaces inside this paren. (space-in-parens)
(#2875) Unexpected tab character. (no-tabs)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) Infix operators must be spaced. (space-infix-ops)
(#2875) Infix operators must be spaced. (space-infix-ops)
(#2875) Infix operators must be spaced. (space-infix-ops)
(#2875) Infix operators must be spaced. (space-infix-ops)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2876) Unexpected tab character. (no-tabs)
(#2876) There should be no spaces inside this paren. (space-in-parens)
(#2876) There should be no spaces inside this paren. (space-in-parens)
(#2877) Unexpected tab character. (no-tabs)
(#2877) Expected space(s) after "if". (keyword-spacing)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2878) Unexpected tab character. (no-tabs)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2879) Unexpected tab character. (no-tabs)
(#2880) Unexpected tab character. (no-tabs)
(#2881) Unexpected tab character. (no-tabs)
(#2883) Unexpected tab character. (no-tabs)
(#2884) Unexpected tab character. (no-tabs)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2885) Unexpected tab character. (no-tabs)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2887) Unexpected tab character. (no-tabs)
(#2888) Unexpected tab character. (no-tabs)
(#2888) There should be no spaces inside this paren. (space-in-parens)
(#2888) There should be no spaces inside this paren. (space-in-parens)
(#2889) Unexpected tab character. (no-tabs)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2891) Unexpected tab character. (no-tabs)
(#2893) Missing JSDoc for parameter 'slide'. (valid-jsdoc)
(#2893) Unexpected tab character. (no-tabs)
(#2894) Unexpected tab character. (no-tabs)
(#2895) Unexpected tab character. (no-tabs)
(#2896) Unexpected tab character. (no-tabs)
(#2897) Unexpected tab character. (no-tabs)
(#2897) There should be no spaces inside this paren. (space-in-parens)
(#2897) There should be no spaces inside this paren. (space-in-parens)
(#2899) Unexpected tab character. (no-tabs)
(#2899) Expected space(s) after "if". (keyword-spacing)
(#2899) There should be no spaces inside this paren. (space-in-parens)
(#2899) There should be no spaces inside this paren. (space-in-parens)
(#2900) Unexpected tab character. (no-tabs)
(#2901) Unexpected tab character. (no-tabs)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2902) Unexpected tab character. (no-tabs)
(#2903) Unexpected tab character. (no-tabs)
(#2904) Unexpected tab character. (no-tabs)
(#2904) There should be no spaces inside this paren. (space-in-parens)
(#2904) There should be no spaces inside this paren. (space-in-parens)
(#2904) There should be no spaces inside this paren. (space-in-parens)
(#2904) There should be no spaces inside this paren. (space-in-parens)
(#2905) Unexpected tab character. (no-tabs)
(#2905) There should be no spaces inside this paren. (space-in-parens)
(#2907) Unexpected tab character. (no-tabs)
(#2908) Unexpected tab character. (no-tabs)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2909) Unexpected tab character. (no-tabs)
(#2909) Expected space(s) after "if". (keyword-spacing)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2910) Unexpected tab character. (no-tabs)
(#2911) Unexpected tab character. (no-tabs)
(#2912) Unexpected tab character. (no-tabs)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2914) Unexpected tab character. (no-tabs)
(#2915) Unexpected tab character. (no-tabs)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2916) Unexpected tab character. (no-tabs)
(#2916) There should be no spaces inside this paren. (space-in-parens)
(#2916) There should be no space after '{'. (object-curly-spacing)
(#2916) There should be no space before '}'. (object-curly-spacing)
(#2916) There should be no spaces inside this paren. (space-in-parens)
(#2917) Unexpected tab character. (no-tabs)
(#2917) There should be no spaces inside this paren. (space-in-parens)
(#2919) Unexpected tab character. (no-tabs)
(#2920) Unexpected tab character. (no-tabs)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2920) There should be no spaces inside this paren. (space-in-parens)
(#2921) Unexpected tab character. (no-tabs)
(#2921) Expected space(s) after "if". (keyword-spacing)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2922) Unexpected tab character. (no-tabs)
(#2922) There should be no spaces inside this paren. (space-in-parens)
(#2922) There should be no spaces inside this paren. (space-in-parens)
(#2922) Comments should not begin with a lowercase character (capitalized-comments)
(#2923) Unexpected tab character. (no-tabs)
(#2923) There should be no spaces inside this paren. (space-in-parens)
(#2923) There should be no spaces inside this paren. (space-in-parens)
(#2924) Unexpected tab character. (no-tabs)
(#2924) There should be no spaces inside this paren. (space-in-parens)
(#2924) There should be no spaces inside this paren. (space-in-parens)
(#2924) There should be no spaces inside this paren. (space-in-parens)
(#2924) There should be no spaces inside this paren. (space-in-parens)
(#2925) Unexpected tab character. (no-tabs)
(#2926) Unexpected tab character. (no-tabs)
(#2926) There should be no spaces inside this paren. (space-in-parens)
(#2927) Unexpected tab character. (no-tabs)
(#2929) Unexpected tab character. (no-tabs)
(#2931) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#2931) Unexpected tab character. (no-tabs)
(#2932) Unexpected tab character. (no-tabs)
(#2933) Unexpected tab character. (no-tabs)
(#2934) Unexpected tab character. (no-tabs)
(#2935) Unexpected tab character. (no-tabs)
(#2935) There should be no spaces inside this paren. (space-in-parens)
(#2935) There should be no spaces inside this paren. (space-in-parens)
(#2937) Unexpected tab character. (no-tabs)
(#2939) Unexpected tab character. (no-tabs)
(#2940) Unexpected tab character. (no-tabs)
(#2940) Expected space(s) after "if". (keyword-spacing)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2941) Unexpected tab character. (no-tabs)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2942) Unexpected tab character. (no-tabs)
(#2942) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2943) Unexpected tab character. (no-tabs)
(#2944) Unexpected tab character. (no-tabs)
(#2944) Expected space(s) after "if". (keyword-spacing)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2945) Unexpected tab character. (no-tabs)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2946) Unexpected tab character. (no-tabs)
(#2946) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2947) Unexpected tab character. (no-tabs)
(#2948) Unexpected tab character. (no-tabs)
(#2949) Unexpected tab character. (no-tabs)
(#2949) There should be no spaces inside this paren. (space-in-parens)
(#2949) There should be no spaces inside this paren. (space-in-parens)
(#2950) Unexpected tab character. (no-tabs)
(#2952) Unexpected tab character. (no-tabs)
(#2954) Missing JSDoc for parameter 'slide'. (valid-jsdoc)
(#2954) Unexpected tab character. (no-tabs)
(#2955) Unexpected tab character. (no-tabs)
(#2956) Unexpected tab character. (no-tabs)
(#2957) Unexpected tab character. (no-tabs)
(#2958) Unexpected tab character. (no-tabs)
(#2958) There should be no spaces inside this paren. (space-in-parens)
(#2958) There should be no spaces inside this paren. (space-in-parens)
(#2960) Unexpected tab character. (no-tabs)
(#2960) Expected space(s) after "if". (keyword-spacing)
(#2960) There should be no spaces inside this paren. (space-in-parens)
(#2960) There should be no spaces inside this paren. (space-in-parens)
(#2961) Unexpected tab character. (no-tabs)
(#2962) Unexpected tab character. (no-tabs)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2962) There should be no spaces inside this paren. (space-in-parens)
(#2963) Unexpected tab character. (no-tabs)
(#2963) Expected space(s) after "if". (keyword-spacing)
(#2963) There should be no spaces inside this paren. (space-in-parens)
(#2963) There should be no spaces inside this paren. (space-in-parens)
(#2963) There should be no spaces inside this paren. (space-in-parens)
(#2963) There should be no spaces inside this paren. (space-in-parens)
(#2964) Unexpected tab character. (no-tabs)
(#2965) Unexpected tab character. (no-tabs)
(#2966) Unexpected tab character. (no-tabs)
(#2966) There should be no spaces inside this paren. (space-in-parens)
(#2968) Unexpected tab character. (no-tabs)
(#2969) Unexpected tab character. (no-tabs)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2969) There should be no spaces inside this paren. (space-in-parens)
(#2970) Unexpected tab character. (no-tabs)
(#2970) There should be no spaces inside this paren. (space-in-parens)
(#2970) There should be no spaces inside this paren. (space-in-parens)
(#2971) Unexpected tab character. (no-tabs)
(#2971) There should be no spaces inside this paren. (space-in-parens)
(#2971) There should be no spaces inside this paren. (space-in-parens)
(#2972) Unexpected tab character. (no-tabs)
(#2974) Unexpected tab character. (no-tabs)
(#2975) Unexpected tab character. (no-tabs)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2976) Unexpected tab character. (no-tabs)
(#2976) Expected space(s) after "if". (keyword-spacing)
(#2976) There should be no spaces inside this paren. (space-in-parens)
(#2976) There should be no spaces inside this paren. (space-in-parens)
(#2976) There should be no spaces inside this paren. (space-in-parens)
(#2976) There should be no spaces inside this paren. (space-in-parens)
(#2977) Unexpected tab character. (no-tabs)
(#2977) There should be no spaces inside this paren. (space-in-parens)
(#2977) There should be no spaces inside this paren. (space-in-parens)
(#2978) Unexpected tab character. (no-tabs)
(#2979) Unexpected tab character. (no-tabs)
(#2981) Unexpected tab character. (no-tabs)
(#2982) Unexpected tab character. (no-tabs)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2982) There should be no spaces inside this paren. (space-in-parens)
(#2983) Unexpected tab character. (no-tabs)
(#2983) Expected space(s) after "if". (keyword-spacing)
(#2983) There should be no spaces inside this paren. (space-in-parens)
(#2983) There should be no spaces inside this paren. (space-in-parens)
(#2983) There should be no spaces inside this paren. (space-in-parens)
(#2983) There should be no spaces inside this paren. (space-in-parens)
(#2984) Unexpected tab character. (no-tabs)
(#2984) There should be no spaces inside this paren. (space-in-parens)
(#2984) There should be no spaces inside this paren. (space-in-parens)
(#2985) Unexpected tab character. (no-tabs)
(#2986) Unexpected tab character. (no-tabs)
(#2988) Unexpected tab character. (no-tabs)
(#2989) Unexpected tab character. (no-tabs)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2990) Unexpected tab character. (no-tabs)
(#2991) Unexpected tab character. (no-tabs)
(#2992) Unexpected tab character. (no-tabs)
(#2992) There should be no spaces inside this paren. (space-in-parens)
(#2992) There should be no spaces inside this paren. (space-in-parens)
(#2993) Unexpected tab character. (no-tabs)
(#2993) There should be no spaces inside this paren. (space-in-parens)
(#2993) There should be no spaces inside this paren. (space-in-parens)
(#2994) Unexpected tab character. (no-tabs)
(#2994) There should be no spaces inside this paren. (space-in-parens)
(#2995) Unexpected tab character. (no-tabs)
(#2997) Unexpected tab character. (no-tabs)
(#2999) Missing JSDoc @returns for function. (valid-jsdoc)
(#2999) Unexpected tab character. (no-tabs)
(#3000) Unexpected tab character. (no-tabs)
(#3001) Unexpected tab character. (no-tabs)
(#3002) Unexpected tab character. (no-tabs)
(#3003) Unexpected tab character. (no-tabs)
(#3005) Unexpected tab character. (no-tabs)
(#3005) There should be no spaces inside this paren. (space-in-parens)
(#3005) There should be no spaces inside this paren. (space-in-parens)
(#3005) There should be no spaces inside this paren. (space-in-parens)
(#3005) There should be no spaces inside this paren. (space-in-parens)
(#3007) Unexpected tab character. (no-tabs)
(#3008) Unexpected tab character. (no-tabs)
(#3010) Unexpected tab character. (no-tabs)
(#3011) Unexpected tab character. (no-tabs)
(#3011) Unexpected labeled statement. (no-labels)
(#3011) Expected space(s) after "for". (keyword-spacing)
(#3011) There should be no spaces inside this paren. (space-in-parens)
(#3011) There should be no spaces inside this paren. (space-in-parens)
(#3013) Unexpected tab character. (no-tabs)
(#3014) Unexpected tab character. (no-tabs)
(#3014) There should be no spaces inside this paren. (space-in-parens)
(#3014) There should be no spaces inside this paren. (space-in-parens)
(#3014) There should be no spaces inside this paren. (space-in-parens)
(#3014) There should be no spaces inside this paren. (space-in-parens)
(#3016) Unexpected tab character. (no-tabs)
(#3016) Expected space(s) after "for". (keyword-spacing)
(#3016) There should be no spaces inside this paren. (space-in-parens)
(#3016) There should be no spaces inside this paren. (space-in-parens)
(#3018) Unexpected tab character. (no-tabs)
(#3019) Unexpected tab character. (no-tabs)
(#3019) Expected space(s) after "if". (keyword-spacing)
(#3019) There should be no spaces inside this paren. (space-in-parens)
(#3019) There should be no spaces inside this paren. (space-in-parens)
(#3019) There should be no spaces inside this paren. (space-in-parens)
(#3019) There should be no spaces inside this paren. (space-in-parens)
(#3020) Unexpected tab character. (no-tabs)
(#3020) Unexpected label in break statement. (no-labels)
(#3021) Unexpected tab character. (no-tabs)
(#3023) Unexpected tab character. (no-tabs)
(#3025) Unexpected tab character. (no-tabs)
(#3027) Unexpected tab character. (no-tabs)
(#3028) Unexpected tab character. (no-tabs)
(#3028) Expected space(s) after "if". (keyword-spacing)
(#3028) There should be no spaces inside this paren. (space-in-parens)
(#3028) There should be no spaces inside this paren. (space-in-parens)
(#3028) There should be no spaces inside this paren. (space-in-parens)
(#3028) There should be no spaces inside this paren. (space-in-parens)
(#3029) Unexpected tab character. (no-tabs)
(#3030) Unexpected tab character. (no-tabs)
(#3032) Unexpected tab character. (no-tabs)
(#3033) Unexpected tab character. (no-tabs)
(#3033) Expected space(s) after "if". (keyword-spacing)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3034) Unexpected tab character. (no-tabs)
(#3035) Unexpected tab character. (no-tabs)
(#3037) Unexpected tab character. (no-tabs)
(#3039) Unexpected tab character. (no-tabs)
(#3041) Unexpected tab character. (no-tabs)
(#3043) Unexpected tab character. (no-tabs)
(#3043) Missing JSDoc @returns for function. (valid-jsdoc)
(#3044) Unexpected tab character. (no-tabs)
(#3045) Unexpected tab character. (no-tabs)
(#3046) Unexpected tab character. (no-tabs)
(#3047) Unexpected tab character. (no-tabs)
(#3049) Unexpected tab character. (no-tabs)
(#3050) Unexpected tab character. (no-tabs)
(#3051) Unexpected tab character. (no-tabs)
(#3053) Unexpected tab character. (no-tabs)
(#3053) Expected space(s) after "if". (keyword-spacing)
(#3053) There should be no spaces inside this paren. (space-in-parens)
(#3053) There should be no spaces inside this paren. (space-in-parens)
(#3055) Unexpected tab character. (no-tabs)
(#3055) There should be no spaces inside this paren. (space-in-parens)
(#3055) There should be no spaces inside this paren. (space-in-parens)
(#3057) Unexpected tab character. (no-tabs)
(#3058) Unexpected tab character. (no-tabs)
(#3059) Unexpected tab character. (no-tabs)
(#3059) Expected space(s) after "if". (keyword-spacing)
(#3059) There should be no spaces inside this paren. (space-in-parens)
(#3059) There should be no spaces inside this paren. (space-in-parens)
(#3060) Unexpected tab character. (no-tabs)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3062) Unexpected tab character. (no-tabs)
(#3063) Unexpected tab character. (no-tabs)
(#3064) Unexpected tab character. (no-tabs)
(#3066) Unexpected tab character. (no-tabs)
(#3067) Unexpected tab character. (no-tabs)
(#3067) There should be no spaces inside this paren. (space-in-parens)
(#3067) There should be no spaces inside this paren. (space-in-parens)
(#3068) Unexpected tab character. (no-tabs)
(#3070) Unexpected tab character. (no-tabs)
(#3072) Unexpected tab character. (no-tabs)
(#3072) There should be no spaces inside this paren. (space-in-parens)
(#3072) There should be no spaces inside this paren. (space-in-parens)
(#3074) Unexpected tab character. (no-tabs)
(#3076) Missing JSDoc @returns for function. (valid-jsdoc)
(#3076) Unexpected tab character. (no-tabs)
(#3077) Unexpected tab character. (no-tabs)
(#3078) Unexpected tab character. (no-tabs)
(#3079) Unexpected tab character. (no-tabs)
(#3080) Unexpected tab character. (no-tabs)
(#3082) Unexpected tab character. (no-tabs)
(#3082) There should be no spaces inside this paren. (space-in-parens)
(#3082) There should be no spaces inside this paren. (space-in-parens)
(#3084) Unexpected tab character. (no-tabs)
(#3086) Unexpected tab character. (no-tabs)
(#3087) Unexpected tab character. (no-tabs)
(#3088) Unexpected tab character. (no-tabs)
(#3089) Unexpected tab character. (no-tabs)
(#3091) Unexpected tab character. (no-tabs)
(#3093) Unexpected tab character. (no-tabs)
(#3094) Unexpected tab character. (no-tabs)
(#3094) There should be no spaces inside this paren. (space-in-parens)
(#3094) There should be no spaces inside this paren. (space-in-parens)
(#3094) There should be no spaces inside this paren. (space-in-parens)
(#3094) There should be no spaces inside this paren. (space-in-parens)
(#3095) Unexpected tab character. (no-tabs)
(#3095) There should be no spaces inside this paren. (space-in-parens)
(#3095) There should be no spaces inside this paren. (space-in-parens)
(#3097) Unexpected tab character. (no-tabs)
(#3098) Unexpected tab character. (no-tabs)
(#3099) Unexpected tab character. (no-tabs)
(#3099) Expected space(s) after "if". (keyword-spacing)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3100) Unexpected tab character. (no-tabs)
(#3102) Unexpected tab character. (no-tabs)
(#3103) Unexpected tab character. (no-tabs)
(#3103) Expected space(s) after "if". (keyword-spacing)
(#3103) There should be no spaces inside this paren. (space-in-parens)
(#3103) There should be no spaces inside this paren. (space-in-parens)
(#3103) There should be no spaces inside this paren. (space-in-parens)
(#3103) There should be no spaces inside this paren. (space-in-parens)
(#3104) Unexpected tab character. (no-tabs)
(#3105) Unexpected tab character. (no-tabs)
(#3105) There should be no spaces inside this paren. (space-in-parens)
(#3105) There should be no spaces inside this paren. (space-in-parens)
(#3106) Unexpected tab character. (no-tabs)
(#3108) Unexpected tab character. (no-tabs)
(#3108) Expected space(s) after "if". (keyword-spacing)
(#3108) There should be no spaces inside this paren. (space-in-parens)
(#3108) There should be no spaces inside this paren. (space-in-parens)
(#3109) Unexpected tab character. (no-tabs)
(#3110) Unexpected tab character. (no-tabs)
(#3110) There should be no spaces inside this paren. (space-in-parens)
(#3110) There should be no spaces inside this paren. (space-in-parens)
(#3111) Unexpected tab character. (no-tabs)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3112) Unexpected tab character. (no-tabs)
(#3112) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3113) Unexpected tab character. (no-tabs)
(#3114) Unexpected tab character. (no-tabs)
(#3115) Unexpected tab character. (no-tabs)
(#3115) There should be no spaces inside this paren. (space-in-parens)
(#3115) There should be no spaces inside this paren. (space-in-parens)
(#3116) Unexpected tab character. (no-tabs)
(#3117) Unexpected tab character. (no-tabs)
(#3117) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3118) Unexpected tab character. (no-tabs)
(#3119) Unexpected tab character. (no-tabs)
(#3120) Unexpected tab character. (no-tabs)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3121) Unexpected tab character. (no-tabs)
(#3121) There should be no spaces inside this paren. (space-in-parens)
(#3121) There should be no spaces inside this paren. (space-in-parens)
(#3123) Unexpected tab character. (no-tabs)
(#3123) Expected space(s) after "if". (keyword-spacing)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3124) Unexpected tab character. (no-tabs)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3125) Unexpected tab character. (no-tabs)
(#3126) Unexpected tab character. (no-tabs)
(#3128) Unexpected tab character. (no-tabs)
(#3130) Unexpected tab character. (no-tabs)
(#3131) Unexpected tab character. (no-tabs)
(#3132) Unexpected tab character. (no-tabs)
(#3133) Unexpected tab character. (no-tabs)
(#3134) Unexpected tab character. (no-tabs)
(#3135) Unexpected tab character. (no-tabs)
(#3136) Unexpected tab character. (no-tabs)
(#3137) Unexpected tab character. (no-tabs)
(#3137) There should be no spaces inside this paren. (space-in-parens)
(#3137) There should be no spaces inside this paren. (space-in-parens)
(#3139) Unexpected tab character. (no-tabs)
(#3139) Expected space(s) after "if". (keyword-spacing)
(#3139) There should be no spaces inside this paren. (space-in-parens)
(#3139) There should be no spaces inside this paren. (space-in-parens)
(#3141) Unexpected tab character. (no-tabs)
(#3142) Unexpected tab character. (no-tabs)
(#3142) There should be no spaces inside this paren. (space-in-parens)
(#3142) There should be no spaces inside this paren. (space-in-parens)
(#3144) Unexpected tab character. (no-tabs)
(#3145) Unexpected tab character. (no-tabs)
(#3145) Expected space(s) after "if". (keyword-spacing)
(#3145) There should be no spaces inside this paren. (space-in-parens)
(#3145) There should be no spaces inside this paren. (space-in-parens)
(#3146) Unexpected tab character. (no-tabs)
(#3146) There should be no spaces inside this paren. (space-in-parens)
(#3146) There should be no spaces inside this paren. (space-in-parens)
(#3147) Unexpected tab character. (no-tabs)
(#3147) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3148) Unexpected tab character. (no-tabs)
(#3148) Expected space(s) after "if". (keyword-spacing)
(#3148) There should be no spaces inside this paren. (space-in-parens)
(#3148) There should be no spaces inside this paren. (space-in-parens)
(#3149) Unexpected tab character. (no-tabs)
(#3151) Unexpected tab character. (no-tabs)
(#3152) Unexpected tab character. (no-tabs)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3153) Unexpected tab character. (no-tabs)
(#3153) Expected space(s) after "if". (keyword-spacing)
(#3153) There should be no spaces inside this paren. (space-in-parens)
(#3153) There should be no spaces inside this paren. (space-in-parens)
(#3154) Unexpected tab character. (no-tabs)
(#3155) Unexpected tab character. (no-tabs)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3155) Unnecessary escape character: \_. (no-useless-escape)
(#3155) Unnecessary escape character: \:. (no-useless-escape)
(#3155) Unnecessary escape character: \.. (no-useless-escape)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3156) Unexpected tab character. (no-tabs)
(#3158) Unexpected tab character. (no-tabs)
(#3159) Unexpected tab character. (no-tabs)
(#3159) Expected space(s) after "if". (keyword-spacing)
(#3159) There should be no spaces inside this paren. (space-in-parens)
(#3159) There should be no spaces inside this paren. (space-in-parens)
(#3160) Unexpected tab character. (no-tabs)
(#3161) Unexpected tab character. (no-tabs)
(#3161) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3162) Unexpected tab character. (no-tabs)
(#3163) Unexpected tab character. (no-tabs)
(#3164) Unexpected tab character. (no-tabs)
(#3164) Expected { after 'if' condition. (curly)
(#3164) Expected space(s) after "if". (keyword-spacing)
(#3164) There should be no spaces inside this paren. (space-in-parens)
(#3164) There should be no spaces inside this paren. (space-in-parens)
(#3165) Unexpected tab character. (no-tabs)
(#3165) Expected space(s) after "if". (keyword-spacing)
(#3165) Expected { after 'if' condition. (curly)
(#3165) There should be no spaces inside this paren. (space-in-parens)
(#3165) There should be no spaces inside this paren. (space-in-parens)
(#3166) Unexpected tab character. (no-tabs)
(#3168) Unexpected tab character. (no-tabs)
(#3169) Unexpected tab character. (no-tabs)
(#3170) Unexpected tab character. (no-tabs)
(#3172) Unexpected tab character. (no-tabs)
(#3174) Unexpected tab character. (no-tabs)
(#3175) Unexpected tab character. (no-tabs)
(#3176) Unexpected tab character. (no-tabs)
(#3177) Unexpected tab character. (no-tabs)
(#3178) Unexpected tab character. (no-tabs)
(#3179) Unexpected tab character. (no-tabs)
(#3180) Unexpected tab character. (no-tabs)
(#3181) Unexpected tab character. (no-tabs)
(#3182) Unexpected tab character. (no-tabs)
(#3183) Unexpected tab character. (no-tabs)
(#3184) Unexpected tab character. (no-tabs)
(#3184) There should be no spaces inside this paren. (space-in-parens)
(#3184) There should be no spaces inside this paren. (space-in-parens)
(#3186) Unexpected tab character. (no-tabs)
(#3187) Unexpected tab character. (no-tabs)
(#3188) Unexpected tab character. (no-tabs)
(#3189) Unexpected tab character. (no-tabs)
(#3191) Unexpected tab character. (no-tabs)
(#3192) Unexpected tab character. (no-tabs)
(#3192) Expected space(s) after "if". (keyword-spacing)
(#3192) There should be no spaces inside this paren. (space-in-parens)
(#3192) There should be no spaces inside this paren. (space-in-parens)
(#3193) Unexpected tab character. (no-tabs)
(#3193) There should be no spaces inside this paren. (space-in-parens)
(#3193) There should be no spaces inside this paren. (space-in-parens)
(#3194) Unexpected tab character. (no-tabs)
(#3196) Unexpected tab character. (no-tabs)
(#3197) Unexpected tab character. (no-tabs)
(#3197) There should be no spaces inside this paren. (space-in-parens)
(#3197) There should be no spaces inside this paren. (space-in-parens)
(#3197) There should be no spaces inside this paren. (space-in-parens)
(#3197) There should be no spaces inside this paren. (space-in-parens)
(#3199) Unexpected tab character. (no-tabs)
(#3200) Unexpected tab character. (no-tabs)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3202) Unexpected tab character. (no-tabs)
(#3203) Unexpected tab character. (no-tabs)
(#3205) Unexpected tab character. (no-tabs)
(#3206) Unexpected tab character. (no-tabs)
(#3206) Expected space(s) after "if". (keyword-spacing)
(#3206) There should be no spaces inside this paren. (space-in-parens)
(#3206) There should be no spaces inside this paren. (space-in-parens)
(#3207) Unexpected tab character. (no-tabs)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3207) There should be no spaces inside this paren. (space-in-parens)
(#3208) Unexpected tab character. (no-tabs)
(#3209) Unexpected tab character. (no-tabs)
(#3211) Unexpected tab character. (no-tabs)
(#3211) Expected space(s) after "if". (keyword-spacing)
(#3211) There should be no spaces inside this paren. (space-in-parens)
(#3211) There should be no spaces inside this paren. (space-in-parens)
(#3212) Unexpected tab character. (no-tabs)
(#3212) There should be no spaces inside this paren. (space-in-parens)
(#3212) There should be no spaces inside this paren. (space-in-parens)
(#3213) Unexpected tab character. (no-tabs)
(#3213) Expected space(s) after "if". (keyword-spacing)
(#3213) There should be no spaces inside this paren. (space-in-parens)
(#3213) There should be no spaces inside this paren. (space-in-parens)
(#3214) Unexpected tab character. (no-tabs)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3215) Unexpected tab character. (no-tabs)
(#3215) Expected space(s) after "if". (keyword-spacing)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3216) Unexpected tab character. (no-tabs)
(#3216) There should be no spaces inside this paren. (space-in-parens)
(#3216) There should be no spaces inside this paren. (space-in-parens)
(#3216) There should be no spaces inside this paren. (space-in-parens)
(#3216) There should be no spaces inside this paren. (space-in-parens)
(#3217) Unexpected tab character. (no-tabs)
(#3217) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3218) Unexpected tab character. (no-tabs)
(#3219) Unexpected tab character. (no-tabs)
(#3219) There should be no spaces inside this paren. (space-in-parens)
(#3219) There should be no spaces inside this paren. (space-in-parens)
(#3220) Unexpected tab character. (no-tabs)
(#3221) Unexpected tab character. (no-tabs)
(#3222) Unexpected tab character. (no-tabs)
(#3224) Unexpected tab character. (no-tabs)
(#3224) There should be no space after '{'. (object-curly-spacing)
(#3224) There should be no space before '}'. (object-curly-spacing)
(#3226) Unexpected tab character. (no-tabs)
(#3228) Missing JSDoc @returns for function. (valid-jsdoc)
(#3228) Unexpected tab character. (no-tabs)
(#3229) Unexpected tab character. (no-tabs)
(#3230) Unexpected tab character. (no-tabs)
(#3231) Unexpected tab character. (no-tabs)
(#3233) Unexpected tab character. (no-tabs)
(#3233) There should be no spaces inside this paren. (space-in-parens)
(#3233) There should be no spaces inside this paren. (space-in-parens)
(#3235) Unexpected tab character. (no-tabs)
(#3237) Missing JSDoc @returns for function. (valid-jsdoc)
(#3237) Missing JSDoc for parameter 'x'. (valid-jsdoc)
(#3237) Missing JSDoc for parameter 'y'. (valid-jsdoc)
(#3237) Unexpected tab character. (no-tabs)
(#3238) Unexpected tab character. (no-tabs)
(#3239) Unexpected tab character. (no-tabs)
(#3240) Unexpected tab character. (no-tabs)
(#3240) There should be no spaces inside this paren. (space-in-parens)
(#3240) There should be no spaces inside this paren. (space-in-parens)
(#3242) Unexpected tab character. (no-tabs)
(#3242) There should be no spaces inside this paren. (space-in-parens)
(#3242) There should be no spaces inside this paren. (space-in-parens)
(#3242) There should be no space after '['. (computed-property-spacing)
(#3242) There should be no space before ']'. (computed-property-spacing)
(#3243) Unexpected tab character. (no-tabs)
(#3243) There should be no spaces inside this paren. (space-in-parens)
(#3243) There should be no spaces inside this paren. (space-in-parens)
(#3245) Unexpected tab character. (no-tabs)
(#3245) Expected space(s) after "if". (keyword-spacing)
(#3245) There should be no spaces inside this paren. (space-in-parens)
(#3245) There should be no spaces inside this paren. (space-in-parens)
(#3246) Unexpected tab character. (no-tabs)
(#3246) There should be no space after '['. (computed-property-spacing)
(#3246) There should be no space before ']'. (computed-property-spacing)
(#3247) Unexpected tab character. (no-tabs)
(#3249) Unexpected tab character. (no-tabs)
(#3251) Unexpected tab character. (no-tabs)
(#3253) Missing JSDoc for parameter 'y'. (valid-jsdoc)
(#3253) Missing JSDoc for parameter 'x'. (valid-jsdoc)
(#3253) Missing JSDoc @returns for function. (valid-jsdoc)
(#3253) Unexpected tab character. (no-tabs)
(#3254) Unexpected tab character. (no-tabs)
(#3255) Unexpected tab character. (no-tabs)
(#3256) Unexpected tab character. (no-tabs)
(#3257) Unexpected tab character. (no-tabs)
(#3258) Unexpected tab character. (no-tabs)
(#3259) Unexpected tab character. (no-tabs)
(#3259) There should be no spaces inside this paren. (space-in-parens)
(#3259) There should be no spaces inside this paren. (space-in-parens)
(#3261) Unexpected tab character. (no-tabs)
(#3262) Unexpected tab character. (no-tabs)
(#3263) Unexpected tab character. (no-tabs)
(#3263) Expected space(s) after "if". (keyword-spacing)
(#3263) There should be no spaces inside this paren. (space-in-parens)
(#3263) There should be no spaces inside this paren. (space-in-parens)
(#3264) Unexpected tab character. (no-tabs)
(#3264) There should be no spaces inside this paren. (space-in-parens)
(#3264) There should be no spaces inside this paren. (space-in-parens)
(#3265) Unexpected tab character. (no-tabs)
(#3265) Expected space(s) after "if". (keyword-spacing)
(#3265) There should be no spaces inside this paren. (space-in-parens)
(#3265) There should be no spaces inside this paren. (space-in-parens)
(#3266) Unexpected tab character. (no-tabs)
(#3266) There should be no spaces inside this paren. (space-in-parens)
(#3266) There should be no spaces inside this paren. (space-in-parens)
(#3267) Unexpected tab character. (no-tabs)
(#3267) Expected space(s) after "if". (keyword-spacing)
(#3267) There should be no spaces inside this paren. (space-in-parens)
(#3267) There should be no spaces inside this paren. (space-in-parens)
(#3268) Unexpected tab character. (no-tabs)
(#3269) Unexpected tab character. (no-tabs)
(#3270) Unexpected tab character. (no-tabs)
(#3272) Unexpected tab character. (no-tabs)
(#3273) Unexpected tab character. (no-tabs)
(#3275) Unexpected tab character. (no-tabs)
(#3275) There should be no spaces inside this paren. (space-in-parens)
(#3275) There should be no spaces inside this paren. (space-in-parens)
(#3275) There should be no space after '['. (computed-property-spacing)
(#3275) There should be no space before ']'. (computed-property-spacing)
(#3276) Unexpected tab character. (no-tabs)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3278) Unexpected tab character. (no-tabs)
(#3278) Expected space(s) after "if". (keyword-spacing)
(#3278) There should be no spaces inside this paren. (space-in-parens)
(#3278) There should be no spaces inside this paren. (space-in-parens)
(#3279) Unexpected tab character. (no-tabs)
(#3279) There should be no space after '['. (computed-property-spacing)
(#3279) There should be no space before ']'. (computed-property-spacing)
(#3280) Unexpected tab character. (no-tabs)
(#3282) Unexpected tab character. (no-tabs)
(#3284) Unexpected tab character. (no-tabs)
(#3286) Missing JSDoc @returns for function. (valid-jsdoc)
(#3286) Unexpected tab character. (no-tabs)
(#3287) Unexpected tab character. (no-tabs)
(#3288) Unexpected tab character. (no-tabs)
(#3289) Unexpected tab character. (no-tabs)
(#3290) Unexpected tab character. (no-tabs)
(#3291) Unexpected tab character. (no-tabs)
(#3293) Unexpected tab character. (no-tabs)
(#3295) Unexpected tab character. (no-tabs)
(#3296) Unexpected tab character. (no-tabs)
(#3297) Unexpected tab character. (no-tabs)
(#3298) Unexpected tab character. (no-tabs)
(#3299) Unexpected tab character. (no-tabs)
(#3300) Unexpected tab character. (no-tabs)
(#3301) Unexpected tab character. (no-tabs)
(#3303) Unexpected tab character. (no-tabs)
(#3305) Unexpected tab character. (no-tabs)
(#3306) Unexpected tab character. (no-tabs)
(#3307) Unexpected tab character. (no-tabs)
(#3308) Unexpected tab character. (no-tabs)
(#3309) Unexpected tab character. (no-tabs)
(#3310) Unexpected tab character. (no-tabs)
(#3310) There should be no spaces inside this paren. (space-in-parens)
(#3310) There should be no spaces inside this paren. (space-in-parens)
(#3312) Unexpected tab character. (no-tabs)
(#3312) Expected space(s) after "if". (keyword-spacing)
(#3312) There should be no spaces inside this paren. (space-in-parens)
(#3312) There should be no spaces inside this paren. (space-in-parens)
(#3313) Unexpected tab character. (no-tabs)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3315) Unexpected tab character. (no-tabs)
(#3315) There should be no spaces inside this paren. (space-in-parens)
(#3315) There should be no spaces inside this paren. (space-in-parens)
(#3316) Unexpected tab character. (no-tabs)
(#3316) There should be no spaces inside this paren. (space-in-parens)
(#3316) There should be no spaces inside this paren. (space-in-parens)
(#3318) Unexpected tab character. (no-tabs)
(#3318) Expected space(s) after "if". (keyword-spacing)
(#3318) There should be no spaces inside this paren. (space-in-parens)
(#3318) There should be no spaces inside this paren. (space-in-parens)
(#3319) Unexpected tab character. (no-tabs)
(#3319) There should be no spaces inside this paren. (space-in-parens)
(#3319) There should be no spaces inside this paren. (space-in-parens)
(#3320) Unexpected tab character. (no-tabs)
(#3322) Unexpected tab character. (no-tabs)
(#3322) Expected space(s) after "if". (keyword-spacing)
(#3322) There should be no spaces inside this paren. (space-in-parens)
(#3322) There should be no spaces inside this paren. (space-in-parens)
(#3323) Unexpected tab character. (no-tabs)
(#3323) There should be no spaces inside this paren. (space-in-parens)
(#3323) There should be no spaces inside this paren. (space-in-parens)
(#3324) Unexpected tab character. (no-tabs)
(#3325) Unexpected tab character. (no-tabs)
(#3327) Unexpected tab character. (no-tabs)
(#3329) Missing JSDoc for parameter 'fragments'. (valid-jsdoc)
(#3329) Unexpected tab character. (no-tabs)
(#3329) Missing JSDoc @returns for function. (valid-jsdoc)
(#3330) Unexpected tab character. (no-tabs)
(#3331) Unexpected tab character. (no-tabs)
(#3332) Unexpected tab character. (no-tabs)
(#3333) Unexpected tab character. (no-tabs)
(#3334) Unexpected tab character. (no-tabs)
(#3335) Unexpected tab character. (no-tabs)
(#3336) Unexpected tab character. (no-tabs)
(#3337) Unexpected tab character. (no-tabs)
(#3338) Unexpected tab character. (no-tabs)
(#3339) Unexpected tab character. (no-tabs)
(#3340) Unexpected tab character. (no-tabs)
(#3341) Unexpected tab character. (no-tabs)
(#3342) Unexpected tab character. (no-tabs)
(#3343) Unexpected tab character. (no-tabs)
(#3343) There should be no spaces inside this paren. (space-in-parens)
(#3343) There should be no spaces inside this paren. (space-in-parens)
(#3345) Unexpected tab character. (no-tabs)
(#3345) There should be no spaces inside this paren. (space-in-parens)
(#3345) There should be no spaces inside this paren. (space-in-parens)
(#3347) Unexpected tab character. (no-tabs)
(#3348) Unexpected tab character. (no-tabs)
(#3349) Unexpected tab character. (no-tabs)
(#3351) Unexpected tab character. (no-tabs)
(#3352) Unexpected tab character. (no-tabs)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3352) 'i' is defined but never used. (no-unused-vars)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3353) Unexpected tab character. (no-tabs)
(#3353) Expected space(s) after "if". (keyword-spacing)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3354) Unexpected tab character. (no-tabs)
(#3354) There should be no spaces inside this paren. (space-in-parens)
(#3354) There should be no spaces inside this paren. (space-in-parens)
(#3354) There should be no spaces inside this paren. (space-in-parens)
(#3354) There should be no spaces inside this paren. (space-in-parens)
(#3356) Unexpected tab character. (no-tabs)
(#3356) Expected space(s) after "if". (keyword-spacing)
(#3356) There should be no spaces inside this paren. (space-in-parens)
(#3356) There should be no spaces inside this paren. (space-in-parens)
(#3357) Unexpected tab character. (no-tabs)
(#3358) Unexpected tab character. (no-tabs)
(#3360) Unexpected tab character. (no-tabs)
(#3360) There should be no spaces inside this paren. (space-in-parens)
(#3360) There should be no spaces inside this paren. (space-in-parens)
(#3361) Unexpected tab character. (no-tabs)
(#3361) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3362) Unexpected tab character. (no-tabs)
(#3363) Unexpected tab character. (no-tabs)
(#3363) There should be no spaces inside this paren. (space-in-parens)
(#3363) There should be no space after '['. (array-bracket-spacing)
(#3363) There should be no space before ']'. (array-bracket-spacing)
(#3363) There should be no spaces inside this paren. (space-in-parens)
(#3364) Unexpected tab character. (no-tabs)
(#3365) Unexpected tab character. (no-tabs)
(#3365) There should be no spaces inside this paren. (space-in-parens)
(#3367) Unexpected tab character. (no-tabs)
(#3368) Unexpected tab character. (no-tabs)
(#3369) Unexpected tab character. (no-tabs)
(#3369) There should be no spaces inside this paren. (space-in-parens)
(#3369) There should be no spaces inside this paren. (space-in-parens)
(#3371) Unexpected tab character. (no-tabs)
(#3372) Unexpected tab character. (no-tabs)
(#3373) Unexpected tab character. (no-tabs)
(#3375) Unexpected tab character. (no-tabs)
(#3376) Unexpected tab character. (no-tabs)
(#3377) Unexpected tab character. (no-tabs)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3378) Unexpected tab character. (no-tabs)
(#3378) There should be no spaces inside this paren. (space-in-parens)
(#3378) There should be no spaces inside this paren. (space-in-parens)
(#3378) There should be no spaces inside this paren. (space-in-parens)
(#3379) Unexpected tab character. (no-tabs)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3380) Unexpected tab character. (no-tabs)
(#3380) There should be no spaces inside this paren. (space-in-parens)
(#3380) There should be no spaces inside this paren. (space-in-parens)
(#3381) Unexpected tab character. (no-tabs)
(#3381) There should be no spaces inside this paren. (space-in-parens)
(#3383) Unexpected tab character. (no-tabs)
(#3383) Unexpected space before unary operator '++'. (space-unary-ops)
(#3384) Unexpected tab character. (no-tabs)
(#3384) There should be no spaces inside this paren. (space-in-parens)
(#3386) Unexpected tab character. (no-tabs)
(#3388) Unexpected tab character. (no-tabs)
(#3390) Unexpected tab character. (no-tabs)
(#3391) Unexpected tab character. (no-tabs)
(#3392) Unexpected tab character. (no-tabs)
(#3393) Unexpected tab character. (no-tabs)
(#3394) Unexpected tab character. (no-tabs)
(#3395) Unexpected tab character. (no-tabs)
(#3396) Unexpected tab character. (no-tabs)
(#3397) Unexpected tab character. (no-tabs)
(#3398) Unexpected tab character. (no-tabs)
(#3399) Unexpected tab character. (no-tabs)
(#3400) Unexpected tab character. (no-tabs)
(#3401) Unexpected tab character. (no-tabs)
(#3401) There should be no spaces inside this paren. (space-in-parens)
(#3401) There should be no spaces inside this paren. (space-in-parens)
(#3403) Unexpected tab character. (no-tabs)
(#3403) Expected space(s) after "if". (keyword-spacing)
(#3403) There should be no spaces inside this paren. (space-in-parens)
(#3403) There should be no spaces inside this paren. (space-in-parens)
(#3405) Unexpected tab character. (no-tabs)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3406) Unexpected tab character. (no-tabs)
(#3406) Expected space(s) after "if". (keyword-spacing)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3408) Unexpected tab character. (no-tabs)
(#3409) Unexpected tab character. (no-tabs)
(#3409) Expected space(s) after "if". (keyword-spacing)
(#3409) There should be no spaces inside this paren. (space-in-parens)
(#3409) There should be no spaces inside this paren. (space-in-parens)
(#3410) Unexpected tab character. (no-tabs)
(#3410) There should be no spaces inside this paren. (space-in-parens)
(#3410) There should be no spaces inside this paren. (space-in-parens)
(#3410) There should be no spaces inside this paren. (space-in-parens)
(#3410) There should be no spaces inside this paren. (space-in-parens)
(#3412) Unexpected tab character. (no-tabs)
(#3412) Expected space(s) after "if". (keyword-spacing)
(#3412) There should be no spaces inside this paren. (space-in-parens)
(#3412) There should be no spaces inside this paren. (space-in-parens)
(#3413) Unexpected tab character. (no-tabs)
(#3413) There should be no spaces inside this paren. (space-in-parens)
(#3413) There should be no spaces inside this paren. (space-in-parens)
(#3413) There should be no spaces inside this paren. (space-in-parens)
(#3413) There should be no spaces inside this paren. (space-in-parens)
(#3414) Unexpected tab character. (no-tabs)
(#3414) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3415) Unexpected tab character. (no-tabs)
(#3416) Unexpected tab character. (no-tabs)
(#3417) Unexpected tab character. (no-tabs)
(#3418) Unexpected tab character. (no-tabs)
(#3420) Unexpected tab character. (no-tabs)
(#3421) Unexpected tab character. (no-tabs)
(#3421) Expected space(s) after "if". (keyword-spacing)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3422) Unexpected tab character. (no-tabs)
(#3423) Unexpected tab character. (no-tabs)
(#3425) Unexpected tab character. (no-tabs)
(#3426) Unexpected tab character. (no-tabs)
(#3428) Unexpected tab character. (no-tabs)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3430) Unexpected tab character. (no-tabs)
(#3430) Expected space(s) after "if". (keyword-spacing)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3431) Unexpected tab character. (no-tabs)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3432) Unexpected tab character. (no-tabs)
(#3434) Unexpected tab character. (no-tabs)
(#3435) Unexpected tab character. (no-tabs)
(#3435) Expected space(s) after "if". (keyword-spacing)
(#3435) There should be no spaces inside this paren. (space-in-parens)
(#3435) There should be no spaces inside this paren. (space-in-parens)
(#3436) Unexpected tab character. (no-tabs)
(#3436) Expected space(s) after "if". (keyword-spacing)
(#3436) Expected { after 'if' condition. (curly)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#3437) Unexpected tab character. (no-tabs)
(#3437) There should be no spaces inside this paren. (space-in-parens)
(#3437) There should be no spaces inside this paren. (space-in-parens)
(#3438) Unexpected tab character. (no-tabs)
(#3438) There should be no spaces inside this paren. (space-in-parens)
(#3438) There should be no spaces inside this paren. (space-in-parens)
(#3440) Unexpected tab character. (no-tabs)
(#3441) Unexpected tab character. (no-tabs)
(#3443) Unexpected tab character. (no-tabs)
(#3443) Expected space(s) after "if". (keyword-spacing)
(#3443) There should be no spaces inside this paren. (space-in-parens)
(#3443) There should be no spaces inside this paren. (space-in-parens)
(#3444) Unexpected tab character. (no-tabs)
(#3444) There should be no spaces inside this paren. (space-in-parens)
(#3444) There should be no spaces inside this paren. (space-in-parens)
(#3445) Unexpected tab character. (no-tabs)
(#3446) Unexpected tab character. (no-tabs)
(#3446) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3447) Unexpected tab character. (no-tabs)
(#3448) Unexpected tab character. (no-tabs)
(#3449) Unexpected tab character. (no-tabs)
(#3449) Expected { after 'if' condition. (curly)
(#3449) Expected space(s) after "if". (keyword-spacing)
(#3449) There should be no spaces inside this paren. (space-in-parens)
(#3449) There should be no spaces inside this paren. (space-in-parens)
(#3449) There should be no spaces inside this paren. (space-in-parens)
(#3449) There should be no spaces inside this paren. (space-in-parens)
(#3449) There should be no spaces inside this paren. (space-in-parens)
(#3449) There should be no spaces inside this paren. (space-in-parens)
(#3450) Unexpected tab character. (no-tabs)
(#3450) There should be no spaces inside this paren. (space-in-parens)
(#3450) There should be no spaces inside this paren. (space-in-parens)
(#3451) Unexpected tab character. (no-tabs)
(#3451) There should be no spaces inside this paren. (space-in-parens)
(#3451) There should be no spaces inside this paren. (space-in-parens)
(#3452) Unexpected tab character. (no-tabs)
(#3455) Unexpected tab character. (no-tabs)
(#3455) There should be no spaces inside this paren. (space-in-parens)
(#3457) Unexpected tab character. (no-tabs)
(#3457) Expected space(s) after "if". (keyword-spacing)
(#3457) There should be no spaces inside this paren. (space-in-parens)
(#3457) There should be no spaces inside this paren. (space-in-parens)
(#3458) Unexpected tab character. (no-tabs)
(#3458) There should be no spaces inside this paren. (space-in-parens)
(#3458) There should be no space after '{'. (object-curly-spacing)
(#3458) There should be no space before '}'. (object-curly-spacing)
(#3458) There should be no spaces inside this paren. (space-in-parens)
(#3459) Unexpected tab character. (no-tabs)
(#3461) Unexpected tab character. (no-tabs)
(#3461) Expected space(s) after "if". (keyword-spacing)
(#3461) There should be no spaces inside this paren. (space-in-parens)
(#3461) There should be no spaces inside this paren. (space-in-parens)
(#3462) Unexpected tab character. (no-tabs)
(#3462) There should be no spaces inside this paren. (space-in-parens)
(#3462) There should be no space after '{'. (object-curly-spacing)
(#3462) There should be no space before '}'. (object-curly-spacing)
(#3462) There should be no spaces inside this paren. (space-in-parens)
(#3463) Unexpected tab character. (no-tabs)
(#3465) Unexpected tab character. (no-tabs)
(#3466) Unexpected tab character. (no-tabs)
(#3468) Unexpected tab character. (no-tabs)
(#3468) There should be no spaces inside this paren. (space-in-parens)
(#3468) There should be no spaces inside this paren. (space-in-parens)
(#3470) Unexpected tab character. (no-tabs)
(#3472) Unexpected tab character. (no-tabs)
(#3474) Unexpected tab character. (no-tabs)
(#3476) Unexpected tab character. (no-tabs)
(#3478) Unexpected tab character. (no-tabs)
(#3479) Unexpected tab character. (no-tabs)
(#3480) Unexpected tab character. (no-tabs)
(#3481) Unexpected tab character. (no-tabs)
(#3482) Unexpected tab character. (no-tabs)
(#3483) Unexpected tab character. (no-tabs)
(#3484) Unexpected tab character. (no-tabs)
(#3486) Unexpected tab character. (no-tabs)
(#3486) There should be no spaces inside this paren. (space-in-parens)
(#3486) There should be no spaces inside this paren. (space-in-parens)
(#3488) Unexpected tab character. (no-tabs)
(#3490) Unexpected tab character. (no-tabs)
(#3491) Unexpected tab character. (no-tabs)
(#3492) Unexpected tab character. (no-tabs)
(#3493) Unexpected tab character. (no-tabs)
(#3494) Unexpected tab character. (no-tabs)
(#3495) Unexpected tab character. (no-tabs)
(#3496) Unexpected tab character. (no-tabs)
(#3498) Unexpected tab character. (no-tabs)
(#3498) There should be no spaces inside this paren. (space-in-parens)
(#3498) There should be no spaces inside this paren. (space-in-parens)
(#3500) Unexpected tab character. (no-tabs)
(#3502) Unexpected tab character. (no-tabs)
(#3503) Unexpected tab character. (no-tabs)
(#3504) Unexpected tab character. (no-tabs)
(#3505) Unexpected tab character. (no-tabs)
(#3507) Unexpected tab character. (no-tabs)
(#3509) Unexpected tab character. (no-tabs)
(#3509) Expected space(s) after "if". (keyword-spacing)
(#3509) There should be no spaces inside this paren. (space-in-parens)
(#3509) There should be no spaces inside this paren. (space-in-parens)
(#3511) Unexpected tab character. (no-tabs)
(#3511) There should be no spaces inside this paren. (space-in-parens)
(#3511) There should be no spaces inside this paren. (space-in-parens)
(#3513) Unexpected tab character. (no-tabs)
(#3513) There should be no spaces inside this paren. (space-in-parens)
(#3513) There should be no spaces inside this paren. (space-in-parens)
(#3514) Unexpected tab character. (no-tabs)
(#3514) There should be no spaces inside this paren. (space-in-parens)
(#3514) There should be no spaces inside this paren. (space-in-parens)
(#3515) Unexpected tab character. (no-tabs)
(#3515) There should be no spaces inside this paren. (space-in-parens)
(#3515) There should be no spaces inside this paren. (space-in-parens)
(#3517) Unexpected tab character. (no-tabs)
(#3518) Unexpected tab character. (no-tabs)
(#3519) Unexpected tab character. (no-tabs)
(#3520) Unexpected tab character. (no-tabs)
(#3521) Unexpected tab character. (no-tabs)
(#3522) Unexpected tab character. (no-tabs)
(#3522) Expected space(s) after "if". (keyword-spacing)
(#3522) There should be no spaces inside this paren. (space-in-parens)
(#3522) There should be no spaces inside this paren. (space-in-parens)
(#3523) Unexpected tab character. (no-tabs)
(#3523) There should be no spaces inside this paren. (space-in-parens)
(#3523) There should be no spaces inside this paren. (space-in-parens)
(#3524) Unexpected tab character. (no-tabs)
(#3524) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3525) Unexpected tab character. (no-tabs)
(#3525) Expected space(s) after "if". (keyword-spacing)
(#3525) There should be no spaces inside this paren. (space-in-parens)
(#3525) There should be no spaces inside this paren. (space-in-parens)
(#3526) Unexpected tab character. (no-tabs)
(#3526) There should be no spaces inside this paren. (space-in-parens)
(#3526) There should be no spaces inside this paren. (space-in-parens)
(#3527) Unexpected tab character. (no-tabs)
(#3527) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3528) Unexpected tab character. (no-tabs)
(#3528) Expected space(s) after "if". (keyword-spacing)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3529) Unexpected tab character. (no-tabs)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3530) Unexpected tab character. (no-tabs)
(#3530) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3531) Unexpected tab character. (no-tabs)
(#3532) Unexpected tab character. (no-tabs)
(#3533) Unexpected tab character. (no-tabs)
(#3535) Unexpected tab character. (no-tabs)
(#3536) Unexpected tab character. (no-tabs)
(#3537) Unexpected tab character. (no-tabs)
(#3538) Unexpected tab character. (no-tabs)
(#3539) Unexpected tab character. (no-tabs)
(#3539) Expected space(s) after "if". (keyword-spacing)
(#3539) There should be no spaces inside this paren. (space-in-parens)
(#3539) There should be no spaces inside this paren. (space-in-parens)
(#3539) There should be no spaces inside this paren. (space-in-parens)
(#3539) There should be no spaces inside this paren. (space-in-parens)
(#3540) Unexpected tab character. (no-tabs)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3540) There should be no spaces inside this paren. (space-in-parens)
(#3541) Unexpected tab character. (no-tabs)
(#3541) Expected space(s) after "if". (keyword-spacing)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3542) Unexpected tab character. (no-tabs)
(#3542) Expected space(s) after "if". (keyword-spacing)
(#3542) There should be no spaces inside this paren. (space-in-parens)
(#3542) There should be no spaces inside this paren. (space-in-parens)
(#3543) Unexpected tab character. (no-tabs)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3544) Unexpected tab character. (no-tabs)
(#3545) Unexpected tab character. (no-tabs)
(#3546) Unexpected tab character. (no-tabs)
(#3546) There should be no spaces inside this paren. (space-in-parens)
(#3547) Unexpected tab character. (no-tabs)
(#3549) Unexpected tab character. (no-tabs)
(#3550) Unexpected tab character. (no-tabs)
(#3551) Unexpected tab character. (no-tabs)
(#3552) Unexpected tab character. (no-tabs)
(#3553) Unexpected tab character. (no-tabs)
(#3554) Unexpected tab character. (no-tabs)
(#3555) Line 3555 exceeds the maximum line length of 132. (max-len)
(#3555) Unexpected tab character. (no-tabs)
(#3555) Expected space(s) after "if". (keyword-spacing)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3556) Unexpected tab character. (no-tabs)
(#3556) There should be no spaces inside this paren. (space-in-parens)
(#3556) There should be no spaces inside this paren. (space-in-parens)
(#3557) Unexpected tab character. (no-tabs)
(#3558) Unexpected tab character. (no-tabs)
(#3560) Unexpected tab character. (no-tabs)
(#3560) Expected space(s) after "if". (keyword-spacing)
(#3560) There should be no spaces inside this paren. (space-in-parens)
(#3560) There should be no spaces inside this paren. (space-in-parens)
(#3561) Unexpected tab character. (no-tabs)
(#3561) There should be no spaces inside this paren. (space-in-parens)
(#3561) There should be no spaces inside this paren. (space-in-parens)
(#3562) Unexpected tab character. (no-tabs)
(#3564) Unexpected tab character. (no-tabs)
(#3566) Unexpected tab character. (no-tabs)
(#3568) Unexpected tab character. (no-tabs)
(#3569) Unexpected tab character. (no-tabs)
(#3570) Unexpected tab character. (no-tabs)
(#3571) Unexpected tab character. (no-tabs)
(#3573) Unexpected tab character. (no-tabs)
(#3573) There should be no spaces inside this paren. (space-in-parens)
(#3573) There should be no spaces inside this paren. (space-in-parens)
(#3574) Unexpected tab character. (no-tabs)
(#3576) Unexpected tab character. (no-tabs)
(#3578) Unexpected tab character. (no-tabs)
(#3578) Missing JSDoc comment. (require-jsdoc)
(#3580) Unexpected tab character. (no-tabs)
(#3580) Expected space(s) after "if". (keyword-spacing)
(#3580) There should be no spaces inside this paren. (space-in-parens)
(#3580) There should be no spaces inside this paren. (space-in-parens)
(#3581) Unexpected tab character. (no-tabs)
(#3582) Unexpected tab character. (no-tabs)
(#3582) There should be no spaces inside this paren. (space-in-parens)
(#3582) There should be no spaces inside this paren. (space-in-parens)
(#3583) Unexpected tab character. (no-tabs)
(#3583) There should be no spaces inside this paren. (space-in-parens)
(#3583) There should be no spaces inside this paren. (space-in-parens)
(#3585) Unexpected tab character. (no-tabs)
(#3585) Expected space(s) after "if". (keyword-spacing)
(#3585) There should be no spaces inside this paren. (space-in-parens)
(#3585) There should be no spaces inside this paren. (space-in-parens)
(#3586) Unexpected tab character. (no-tabs)
(#3586) There should be no spaces inside this paren. (space-in-parens)
(#3586) There should be no spaces inside this paren. (space-in-parens)
(#3587) Unexpected tab character. (no-tabs)
(#3588) Unexpected tab character. (no-tabs)
(#3590) Unexpected tab character. (no-tabs)
(#3592) Unexpected tab character. (no-tabs)
(#3592) Missing JSDoc comment. (require-jsdoc)
(#3594) Unexpected tab character. (no-tabs)
(#3594) Expected space(s) after "if". (keyword-spacing)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3595) Unexpected tab character. (no-tabs)
(#3596) Unexpected tab character. (no-tabs)
(#3596) There should be no spaces inside this paren. (space-in-parens)
(#3596) There should be no spaces inside this paren. (space-in-parens)
(#3597) Unexpected tab character. (no-tabs)
(#3598) Unexpected tab character. (no-tabs)
(#3600) Unexpected tab character. (no-tabs)
(#3602) Unexpected tab character. (no-tabs)
(#3602) Missing JSDoc comment. (require-jsdoc)
(#3604) Unexpected tab character. (no-tabs)
(#3605) Unexpected tab character. (no-tabs)
(#3605) Expected space(s) after "if". (keyword-spacing)
(#3605) There should be no spaces inside this paren. (space-in-parens)
(#3605) There should be no spaces inside this paren. (space-in-parens)
(#3606) Unexpected tab character. (no-tabs)
(#3606) Expected space(s) after "if". (keyword-spacing)
(#3606) There should be no spaces inside this paren. (space-in-parens)
(#3606) There should be no spaces inside this paren. (space-in-parens)
(#3606) There should be no spaces inside this paren. (space-in-parens)
(#3606) There should be no spaces inside this paren. (space-in-parens)
(#3607) Unexpected tab character. (no-tabs)
(#3607) There should be no spaces inside this paren. (space-in-parens)
(#3607) There should be no spaces inside this paren. (space-in-parens)
(#3608) Unexpected tab character. (no-tabs)
(#3609) Unexpected tab character. (no-tabs)
(#3609) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3610) Unexpected tab character. (no-tabs)
(#3611) Unexpected tab character. (no-tabs)
(#3611) Expected space(s) after "if". (keyword-spacing)
(#3611) There should be no spaces inside this paren. (space-in-parens)
(#3611) There should be no spaces inside this paren. (space-in-parens)
(#3611) There should be no spaces inside this paren. (space-in-parens)
(#3611) There should be no spaces inside this paren. (space-in-parens)
(#3612) Unexpected tab character. (no-tabs)
(#3612) There should be no spaces inside this paren. (space-in-parens)
(#3612) There should be no spaces inside this paren. (space-in-parens)
(#3613) Unexpected tab character. (no-tabs)
(#3615) Unexpected tab character. (no-tabs)
(#3617) Missing JSDoc comment. (require-jsdoc)
(#3617) Unexpected tab character. (no-tabs)
(#3619) Unexpected tab character. (no-tabs)
(#3620) Unexpected tab character. (no-tabs)
(#3620) Expected space(s) after "if". (keyword-spacing)
(#3620) There should be no spaces inside this paren. (space-in-parens)
(#3620) There should be no spaces inside this paren. (space-in-parens)
(#3621) Unexpected tab character. (no-tabs)
(#3621) Expected space(s) after "if". (keyword-spacing)
(#3621) There should be no spaces inside this paren. (space-in-parens)
(#3621) There should be no spaces inside this paren. (space-in-parens)
(#3621) There should be no spaces inside this paren. (space-in-parens)
(#3621) There should be no spaces inside this paren. (space-in-parens)
(#3622) Unexpected tab character. (no-tabs)
(#3622) There should be no spaces inside this paren. (space-in-parens)
(#3622) There should be no spaces inside this paren. (space-in-parens)
(#3623) Unexpected tab character. (no-tabs)
(#3624) Unexpected tab character. (no-tabs)
(#3624) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3625) Unexpected tab character. (no-tabs)
(#3626) Unexpected tab character. (no-tabs)
(#3626) Expected space(s) after "if". (keyword-spacing)
(#3626) There should be no spaces inside this paren. (space-in-parens)
(#3626) There should be no spaces inside this paren. (space-in-parens)
(#3626) There should be no spaces inside this paren. (space-in-parens)
(#3626) There should be no spaces inside this paren. (space-in-parens)
(#3627) Unexpected tab character. (no-tabs)
(#3627) There should be no spaces inside this paren. (space-in-parens)
(#3627) There should be no spaces inside this paren. (space-in-parens)
(#3628) Unexpected tab character. (no-tabs)
(#3630) Unexpected tab character. (no-tabs)
(#3632) Missing JSDoc comment. (require-jsdoc)
(#3632) Unexpected tab character. (no-tabs)
(#3634) Unexpected tab character. (no-tabs)
(#3635) Unexpected tab character. (no-tabs)
(#3635) Expected space(s) after "if". (keyword-spacing)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3636) Unexpected tab character. (no-tabs)
(#3636) There should be no spaces inside this paren. (space-in-parens)
(#3636) There should be no spaces inside this paren. (space-in-parens)
(#3637) Unexpected tab character. (no-tabs)
(#3639) Unexpected tab character. (no-tabs)
(#3641) Unexpected tab character. (no-tabs)
(#3641) Missing JSDoc comment. (require-jsdoc)
(#3643) Unexpected tab character. (no-tabs)
(#3644) Unexpected tab character. (no-tabs)
(#3644) Expected space(s) after "if". (keyword-spacing)
(#3644) There should be no spaces inside this paren. (space-in-parens)
(#3644) There should be no spaces inside this paren. (space-in-parens)
(#3644) There should be no spaces inside this paren. (space-in-parens)
(#3644) There should be no spaces inside this paren. (space-in-parens)
(#3645) Unexpected tab character. (no-tabs)
(#3645) There should be no spaces inside this paren. (space-in-parens)
(#3645) There should be no spaces inside this paren. (space-in-parens)
(#3646) Unexpected tab character. (no-tabs)
(#3648) Unexpected tab character. (no-tabs)
(#3650) Unexpected tab character. (no-tabs)
(#3651) Unexpected tab character. (no-tabs)
(#3652) Unexpected tab character. (no-tabs)
(#3653) Unexpected tab character. (no-tabs)
(#3654) Unexpected tab character. (no-tabs)
(#3655) Unexpected tab character. (no-tabs)
(#3656) Unexpected tab character. (no-tabs)
(#3658) Unexpected tab character. (no-tabs)
(#3659) Unexpected tab character. (no-tabs)
(#3659) Expected space(s) after "if". (keyword-spacing)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3660) Unexpected tab character. (no-tabs)
(#3660) Expected space(s) after "if". (keyword-spacing)
(#3660) There should be no spaces inside this paren. (space-in-parens)
(#3660) There should be no spaces inside this paren. (space-in-parens)
(#3661) Unexpected tab character. (no-tabs)
(#3662) Unexpected tab character. (no-tabs)
(#3662) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3663) Unexpected tab character. (no-tabs)
(#3664) Unexpected tab character. (no-tabs)
(#3665) Unexpected tab character. (no-tabs)
(#3667) Unexpected tab character. (no-tabs)
(#3667) Expected space(s) after "if". (keyword-spacing)
(#3667) There should be no spaces inside this paren. (space-in-parens)
(#3667) There should be no spaces inside this paren. (space-in-parens)
(#3668) Unexpected tab character. (no-tabs)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3669) Unexpected tab character. (no-tabs)
(#3669) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3670) Unexpected tab character. (no-tabs)
(#3671) Unexpected tab character. (no-tabs)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3672) Unexpected tab character. (no-tabs)
(#3674) Unexpected tab character. (no-tabs)
(#3674) Expected space(s) after "if". (keyword-spacing)
(#3674) There should be no spaces inside this paren. (space-in-parens)
(#3674) There should be no spaces inside this paren. (space-in-parens)
(#3675) Unexpected tab character. (no-tabs)
(#3675) There should be no spaces inside this paren. (space-in-parens)
(#3675) There should be no spaces inside this paren. (space-in-parens)
(#3675) There should be no spaces inside this paren. (space-in-parens)
(#3675) There should be no spaces inside this paren. (space-in-parens)
(#3676) Unexpected tab character. (no-tabs)
(#3677) Unexpected tab character. (no-tabs)
(#3677) There should be no spaces inside this paren. (space-in-parens)
(#3677) There should be no spaces inside this paren. (space-in-parens)
(#3678) Unexpected tab character. (no-tabs)
(#3679) Unexpected tab character. (no-tabs)
(#3680) Unexpected tab character. (no-tabs)
(#3682) Unexpected tab character. (no-tabs)
(#3684) Unexpected tab character. (no-tabs)
(#3685) Unexpected tab character. (no-tabs)
(#3686) Unexpected tab character. (no-tabs)
(#3687) Unexpected tab character. (no-tabs)
(#3689) Unexpected tab character. (no-tabs)
(#3690) Unexpected tab character. (no-tabs)
(#3690) Expected space(s) after "if". (keyword-spacing)
(#3690) There should be no spaces inside this paren. (space-in-parens)
(#3690) There should be no spaces inside this paren. (space-in-parens)
(#3691) Unexpected tab character. (no-tabs)
(#3691) Expected space(s) after "if". (keyword-spacing)
(#3691) There should be no spaces inside this paren. (space-in-parens)
(#3691) There should be no spaces inside this paren. (space-in-parens)
(#3692) Unexpected tab character. (no-tabs)
(#3693) Unexpected tab character. (no-tabs)
(#3693) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3694) Unexpected tab character. (no-tabs)
(#3694) Expected space(s) after "if". (keyword-spacing)
(#3694) There should be no spaces inside this paren. (space-in-parens)
(#3694) There should be no spaces inside this paren. (space-in-parens)
(#3695) Unexpected tab character. (no-tabs)
(#3696) Unexpected tab character. (no-tabs)
(#3696) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3697) Unexpected tab character. (no-tabs)
(#3698) Unexpected tab character. (no-tabs)
(#3699) Unexpected tab character. (no-tabs)
(#3700) Unexpected tab character. (no-tabs)
(#3702) Unexpected tab character. (no-tabs)
(#3703) Unexpected tab character. (no-tabs)
(#3704) Unexpected tab character. (no-tabs)
(#3706) Unexpected tab character. (no-tabs)
(#3709) Unexpected tab character. (no-tabs)
(#3710) Unexpected tab character. (no-tabs)
(#3711) Unexpected tab character. (no-tabs)
(#3713) Unexpected tab character. (no-tabs)
(#3713) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3714) Unexpected tab character. (no-tabs)
(#3715) Unexpected tab character. (no-tabs)
(#3716) Unexpected tab character. (no-tabs)
(#3717) Unexpected tab character. (no-tabs)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#3717) 'event' is defined but never used. (no-unused-vars)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#3719) Unexpected tab character. (no-tabs)
(#3719) Expected space(s) after "if". (keyword-spacing)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3720) Unexpected tab character. (no-tabs)
(#3721) Unexpected tab character. (no-tabs)
(#3723) Unexpected tab character. (no-tabs)
(#3725) Unexpected tab character. (no-tabs)
(#3725) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3726) Unexpected tab character. (no-tabs)
(#3727) Unexpected tab character. (no-tabs)
(#3728) Unexpected tab character. (no-tabs)
(#3728) There should be no spaces inside this paren. (space-in-parens)
(#3728) There should be no spaces inside this paren. (space-in-parens)
(#3730) Unexpected tab character. (no-tabs)
(#3731) Unexpected tab character. (no-tabs)
(#3731) Expected space(s) after "if". (keyword-spacing)
(#3731) There should be no spaces inside this paren. (space-in-parens)
(#3731) There should be no spaces inside this paren. (space-in-parens)
(#3732) Unexpected tab character. (no-tabs)
(#3732) Expected space(s) after "if". (keyword-spacing)
(#3732) There should be no spaces inside this paren. (space-in-parens)
(#3732) There should be no spaces inside this paren. (space-in-parens)
(#3733) Unexpected tab character. (no-tabs)
(#3734) Unexpected tab character. (no-tabs)
(#3734) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3735) Unexpected tab character. (no-tabs)
(#3736) Unexpected tab character. (no-tabs)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3737) Unexpected tab character. (no-tabs)
(#3738) Unexpected tab character. (no-tabs)
(#3740) Unexpected tab character. (no-tabs)
(#3742) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3742) Unexpected tab character. (no-tabs)
(#3742) Missing JSDoc @returns for function. (valid-jsdoc)
(#3743) Unexpected tab character. (no-tabs)
(#3744) Unexpected tab character. (no-tabs)
(#3745) Unexpected tab character. (no-tabs)
(#3745) Function 'onDocumentKeyDown' has a complexity of 46. (complexity)
(#3745) Expected to return a value at the end of function 'onDocumentKeyDown'. (consistent-return)
(#3745) There should be no spaces inside this paren. (space-in-parens)
(#3745) There should be no spaces inside this paren. (space-in-parens)
(#3747) Unexpected tab character. (no-tabs)
(#3748) Unexpected tab character. (no-tabs)
(#3749) Unexpected tab character. (no-tabs)
(#3749) Expected space(s) after "if". (keyword-spacing)
(#3749) There should be no spaces inside this paren. (space-in-parens)
(#3749) There should be no spaces inside this paren. (space-in-parens)
(#3750) Unexpected tab character. (no-tabs)
(#3751) Unexpected tab character. (no-tabs)
(#3753) Unexpected tab character. (no-tabs)
(#3754) Unexpected tab character. (no-tabs)
(#3756) Unexpected tab character. (no-tabs)
(#3756) There should be no spaces inside this paren. (space-in-parens)
(#3756) There should be no spaces inside this paren. (space-in-parens)
(#3758) Unexpected tab character. (no-tabs)
(#3759) Unexpected tab character. (no-tabs)
(#3760) Unexpected tab character. (no-tabs)
(#3761) Line 3761 exceeds the maximum line length of 132. (max-len)
(#3761) Unexpected tab character. (no-tabs)
(#3761) There should be no spaces inside this paren. (space-in-parens)
(#3761) There should be no spaces inside this paren. (space-in-parens)
(#3763) Unexpected tab character. (no-tabs)
(#3764) Unexpected tab character. (no-tabs)
(#3765) Line 3765 exceeds the maximum line length of 132. (max-len)
(#3765) Unexpected tab character. (no-tabs)
(#3765) Expected { after 'if' condition. (curly)
(#3765) Expected space(s) after "if". (keyword-spacing)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3765) Function 'onDocumentKeyDown' expected a return value. (consistent-return)
(#3767) Unexpected tab character. (no-tabs)
(#3768) Unexpected tab character. (no-tabs)
(#3768) Expected space(s) after "if". (keyword-spacing)
(#3768) There should be no spaces inside this paren. (space-in-parens)
(#3768) A space is required after ','. (comma-spacing)
(#3768) A space is required after ','. (comma-spacing)
(#3768) There should be no spaces inside this paren. (space-in-parens)
(#3768) There should be no spaces inside this paren. (space-in-parens)
(#3768) There should be no spaces inside this paren. (space-in-parens)
(#3769) Unexpected tab character. (no-tabs)
(#3770) Unexpected tab character. (no-tabs)
(#3772) Unexpected tab character. (no-tabs)
(#3774) Unexpected tab character. (no-tabs)
(#3775) Unexpected tab character. (no-tabs)
(#3775) Expected space(s) after "if". (keyword-spacing)
(#3775) There should be no spaces inside this paren. (space-in-parens)
(#3775) There should be no spaces inside this paren. (space-in-parens)
(#3777) Unexpected tab character. (no-tabs)
(#3777) Expected space(s) after "for". (keyword-spacing)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3779) Unexpected tab character. (no-tabs)
(#3780) Unexpected tab character. (no-tabs)
(#3780) Expected space(s) after "if". (keyword-spacing)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3782) Unexpected tab character. (no-tabs)
(#3782) There should be no space after '['. (computed-property-spacing)
(#3782) There should be no space before ']'. (computed-property-spacing)
(#3784) Unexpected tab character. (no-tabs)
(#3785) Unexpected tab character. (no-tabs)
(#3785) Expected space(s) after "if". (keyword-spacing)
(#3785) There should be no spaces inside this paren. (space-in-parens)
(#3785) There should be no spaces inside this paren. (space-in-parens)
(#3786) Unexpected tab character. (no-tabs)
(#3786) unnecessary '.apply()'. (no-useless-call)
(#3786) There should be no spaces inside this paren. (space-in-parens)
(#3786) There should be no space after '['. (array-bracket-spacing)
(#3786) There should be no space before ']'. (array-bracket-spacing)
(#3786) There should be no spaces inside this paren. (space-in-parens)
(#3787) Unexpected tab character. (no-tabs)
(#3787) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3788) Unexpected tab character. (no-tabs)
(#3789) Unexpected tab character. (no-tabs)
(#3789) Expected space(s) after "if". (keyword-spacing)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3789) There should be no space after '['. (computed-property-spacing)
(#3789) There should be no space before ']'. (computed-property-spacing)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3790) Unexpected tab character. (no-tabs)
(#3790) There should be no space after '['. (computed-property-spacing)
(#3790) There should be no space before ']'. (computed-property-spacing)
(#3791) Unexpected tab character. (no-tabs)
(#3793) Unexpected tab character. (no-tabs)
(#3795) Unexpected tab character. (no-tabs)
(#3797) Unexpected tab character. (no-tabs)
(#3799) Unexpected tab character. (no-tabs)
(#3801) Unexpected tab character. (no-tabs)
(#3802) Unexpected tab character. (no-tabs)
(#3802) Expected space(s) after "if". (keyword-spacing)
(#3802) There should be no spaces inside this paren. (space-in-parens)
(#3802) There should be no spaces inside this paren. (space-in-parens)
(#3804) Unexpected tab character. (no-tabs)
(#3805) Unexpected tab character. (no-tabs)
(#3807) Unexpected tab character. (no-tabs)
(#3807) Expected space(s) after "switch". (keyword-spacing)
(#3807) There should be no spaces inside this paren. (space-in-parens)
(#3807) There should be no spaces inside this paren. (space-in-parens)
(#3808) Unexpected tab character. (no-tabs)
(#3808) Comments should not begin with a lowercase character (capitalized-comments)
(#3809) Unexpected tab character. (no-tabs)
(#3810) Unexpected tab character. (no-tabs)
(#3810) Comments should not begin with a lowercase character (capitalized-comments)
(#3811) Unexpected tab character. (no-tabs)
(#3812) Unexpected tab character. (no-tabs)
(#3812) Comments should not begin with a lowercase character (capitalized-comments)
(#3813) Unexpected tab character. (no-tabs)
(#3814) Unexpected tab character. (no-tabs)
(#3814) Comments should not begin with a lowercase character (capitalized-comments)
(#3815) Unexpected tab character. (no-tabs)
(#3816) Unexpected tab character. (no-tabs)
(#3816) Comments should not begin with a lowercase character (capitalized-comments)
(#3817) Unexpected tab character. (no-tabs)
(#3818) Unexpected tab character. (no-tabs)
(#3818) Comments should not begin with a lowercase character (capitalized-comments)
(#3819) Unexpected tab character. (no-tabs)
(#3820) Unexpected tab character. (no-tabs)
(#3820) Comments should not begin with a lowercase character (capitalized-comments)
(#3821) Unexpected tab character. (no-tabs)
(#3821) There should be no spaces inside this paren. (space-in-parens)
(#3821) There should be no spaces inside this paren. (space-in-parens)
(#3822) Unexpected tab character. (no-tabs)
(#3822) Comments should not begin with a lowercase character (capitalized-comments)
(#3823) Unexpected tab character. (no-tabs)
(#3823) There should be no spaces inside this paren. (space-in-parens)
(#3823) There should be no spaces inside this paren. (space-in-parens)
(#3824) Unexpected tab character. (no-tabs)
(#3824) Comments should not begin with a lowercase character (capitalized-comments)
(#3825) Unexpected tab character. (no-tabs)
(#3825) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3825) Do not nest ternary expressions. (no-nested-ternary)
(#3826) Unexpected tab character. (no-tabs)
(#3826) Comments should not begin with a lowercase character (capitalized-comments)
(#3827) Unexpected tab character. (no-tabs)
(#3827) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3828) Unexpected tab character. (no-tabs)
(#3828) Comments should not begin with a lowercase character (capitalized-comments)
(#3829) Unexpected tab character. (no-tabs)
(#3830) Unexpected tab character. (no-tabs)
(#3830) Comments should not begin with a lowercase character (capitalized-comments)
(#3831) Unexpected tab character. (no-tabs)
(#3832) Unexpected tab character. (no-tabs)
(#3832) Comments should not begin with a lowercase character (capitalized-comments)
(#3833) Unexpected tab character. (no-tabs)
(#3833) Expected { after 'if' condition. (curly)
(#3833) There should be no spaces inside this paren. (space-in-parens)
(#3833) There should be no spaces inside this paren. (space-in-parens)
(#3833) There should be no spaces inside this paren. (space-in-parens)
(#3833) There should be no spaces inside this paren. (space-in-parens)
(#3834) Unexpected tab character. (no-tabs)
(#3835) Unexpected tab character. (no-tabs)
(#3836) Unexpected tab character. (no-tabs)
(#3838) Unexpected tab character. (no-tabs)
(#3840) Unexpected tab character. (no-tabs)
(#3841) Unexpected tab character. (no-tabs)
(#3842) Unexpected tab character. (no-tabs)
(#3842) Expected space(s) after "if". (keyword-spacing)
(#3842) There should be no spaces inside this paren. (space-in-parens)
(#3842) There should be no spaces inside this paren. (space-in-parens)
(#3843) Unexpected tab character. (no-tabs)
(#3843) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3844) Unexpected tab character. (no-tabs)
(#3844) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3845) Unexpected tab character. (no-tabs)
(#3846) Unexpected tab character. (no-tabs)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3847) Unexpected tab character. (no-tabs)
(#3847) Expected space(s) after "if". (keyword-spacing)
(#3847) There should be no spaces inside this paren. (space-in-parens)
(#3847) There should be no spaces inside this paren. (space-in-parens)
(#3848) Unexpected tab character. (no-tabs)
(#3849) Unexpected tab character. (no-tabs)
(#3849) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3850) Unexpected tab character. (no-tabs)
(#3851) Unexpected tab character. (no-tabs)
(#3852) Unexpected tab character. (no-tabs)
(#3854) Unexpected tab character. (no-tabs)
(#3854) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3855) Unexpected tab character. (no-tabs)
(#3857) Unexpected tab character. (no-tabs)
(#3858) Unexpected tab character. (no-tabs)
(#3859) Unexpected tab character. (no-tabs)
(#3861) Unexpected tab character. (no-tabs)
(#3863) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3863) Unexpected tab character. (no-tabs)
(#3864) Unexpected tab character. (no-tabs)
(#3865) Unexpected tab character. (no-tabs)
(#3866) Unexpected tab character. (no-tabs)
(#3867) Unexpected tab character. (no-tabs)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3869) Unexpected tab character. (no-tabs)
(#3870) Unexpected tab character. (no-tabs)
(#3871) Unexpected tab character. (no-tabs)
(#3873) Unexpected tab character. (no-tabs)
(#3874) Unexpected tab character. (no-tabs)
(#3875) Unexpected tab character. (no-tabs)
(#3875) Expected space(s) after "if". (keyword-spacing)
(#3875) There should be no spaces inside this paren. (space-in-parens)
(#3875) There should be no spaces inside this paren. (space-in-parens)
(#3876) Unexpected tab character. (no-tabs)
(#3876) There should be no spaces inside this paren. (space-in-parens)
(#3877) Unexpected tab character. (no-tabs)
(#3878) Unexpected tab character. (no-tabs)
(#3879) Unexpected tab character. (no-tabs)
(#3880) Unexpected tab character. (no-tabs)
(#3881) Unexpected tab character. (no-tabs)
(#3882) Unexpected tab character. (no-tabs)
(#3882) There should be no spaces inside this paren. (space-in-parens)
(#3883) Unexpected tab character. (no-tabs)
(#3885) Unexpected tab character. (no-tabs)
(#3887) Unexpected tab character. (no-tabs)
(#3887) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3888) Unexpected tab character. (no-tabs)
(#3889) Unexpected tab character. (no-tabs)
(#3890) Unexpected tab character. (no-tabs)
(#3890) There should be no spaces inside this paren. (space-in-parens)
(#3890) There should be no spaces inside this paren. (space-in-parens)
(#3892) Unexpected tab character. (no-tabs)
(#3893) Unexpected tab character. (no-tabs)
(#3893) Expected space(s) after "if". (keyword-spacing)
(#3893) There should be no spaces inside this paren. (space-in-parens)
(#3893) There should be no spaces inside this paren. (space-in-parens)
(#3894) Unexpected tab character. (no-tabs)
(#3894) There should be no spaces inside this paren. (space-in-parens)
(#3894) There should be no spaces inside this paren. (space-in-parens)
(#3896) Unexpected tab character. (no-tabs)
(#3897) Unexpected tab character. (no-tabs)
(#3899) Unexpected tab character. (no-tabs)
(#3900) Unexpected tab character. (no-tabs)
(#3901) Unexpected tab character. (no-tabs)
(#3901) Expected space(s) after "if". (keyword-spacing)
(#3901) There should be no spaces inside this paren. (space-in-parens)
(#3901) There should be no spaces inside this paren. (space-in-parens)
(#3903) Unexpected tab character. (no-tabs)
(#3904) Unexpected tab character. (no-tabs)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3905) Unexpected tab character. (no-tabs)
(#3906) Unexpected tab character. (no-tabs)
(#3907) Unexpected tab character. (no-tabs)
(#3908) Unexpected tab character. (no-tabs)
(#3909) Unexpected tab character. (no-tabs)
(#3910) Unexpected tab character. (no-tabs)
(#3910) There should be no spaces inside this paren. (space-in-parens)
(#3912) Unexpected tab character. (no-tabs)
(#3913) Unexpected tab character. (no-tabs)
(#3914) Unexpected tab character. (no-tabs)
(#3914) Expected space(s) after "if". (keyword-spacing)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3915) Unexpected tab character. (no-tabs)
(#3917) Unexpected tab character. (no-tabs)
(#3917) Expected space(s) after "if". (keyword-spacing)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3918) Unexpected tab character. (no-tabs)
(#3919) Unexpected tab character. (no-tabs)
(#3919) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3920) Unexpected tab character. (no-tabs)
(#3921) Unexpected tab character. (no-tabs)
(#3922) Unexpected tab character. (no-tabs)
(#3923) Unexpected tab character. (no-tabs)
(#3925) Unexpected tab character. (no-tabs)
(#3927) Unexpected tab character. (no-tabs)
(#3927) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3928) Unexpected tab character. (no-tabs)
(#3929) Unexpected tab character. (no-tabs)
(#3929) Expected space(s) after "if". (keyword-spacing)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3931) Unexpected tab character. (no-tabs)
(#3932) Unexpected tab character. (no-tabs)
(#3934) Unexpected tab character. (no-tabs)
(#3934) Expected space(s) after "if". (keyword-spacing)
(#3934) There should be no spaces inside this paren. (space-in-parens)
(#3934) There should be no spaces inside this paren. (space-in-parens)
(#3934) There should be no spaces inside this paren. (space-in-parens)
(#3934) There should be no spaces inside this paren. (space-in-parens)
(#3934) There should be no spaces inside this paren. (space-in-parens)
(#3934) There should be no spaces inside this paren. (space-in-parens)
(#3935) Unexpected tab character. (no-tabs)
(#3936) Unexpected tab character. (no-tabs)
(#3937) Unexpected tab character. (no-tabs)
(#3937) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3938) Unexpected tab character. (no-tabs)
(#3938) Expected space(s) after "if". (keyword-spacing)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3939) Unexpected tab character. (no-tabs)
(#3940) Unexpected tab character. (no-tabs)
(#3941) Unexpected tab character. (no-tabs)
(#3941) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3942) Unexpected tab character. (no-tabs)
(#3942) Expected space(s) after "if". (keyword-spacing)
(#3942) There should be no spaces inside this paren. (space-in-parens)
(#3942) There should be no spaces inside this paren. (space-in-parens)
(#3943) Unexpected tab character. (no-tabs)
(#3944) Unexpected tab character. (no-tabs)
(#3945) Unexpected tab character. (no-tabs)
(#3945) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3946) Unexpected tab character. (no-tabs)
(#3946) Expected space(s) after "if". (keyword-spacing)
(#3946) There should be no spaces inside this paren. (space-in-parens)
(#3946) There should be no spaces inside this paren. (space-in-parens)
(#3947) Unexpected tab character. (no-tabs)
(#3948) Unexpected tab character. (no-tabs)
(#3949) Unexpected tab character. (no-tabs)
(#3951) Unexpected tab character. (no-tabs)
(#3952) Unexpected tab character. (no-tabs)
(#3953) Unexpected tab character. (no-tabs)
(#3953) Expected space(s) after "if". (keyword-spacing)
(#3953) There should be no spaces inside this paren. (space-in-parens)
(#3953) There should be no spaces inside this paren. (space-in-parens)
(#3954) Unexpected tab character. (no-tabs)
(#3954) Expected space(s) after "if". (keyword-spacing)
(#3954) There should be no spaces inside this paren. (space-in-parens)
(#3954) There should be no spaces inside this paren. (space-in-parens)
(#3954) There should be no spaces inside this paren. (space-in-parens)
(#3954) There should be no spaces inside this paren. (space-in-parens)
(#3955) Unexpected tab character. (no-tabs)
(#3956) Unexpected tab character. (no-tabs)
(#3957) Unexpected tab character. (no-tabs)
(#3957) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3958) Unexpected tab character. (no-tabs)
(#3959) Unexpected tab character. (no-tabs)
(#3960) Unexpected tab character. (no-tabs)
(#3961) Unexpected tab character. (no-tabs)
(#3962) Unexpected tab character. (no-tabs)
(#3964) Unexpected tab character. (no-tabs)
(#3965) Unexpected tab character. (no-tabs)
(#3965) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3966) Unexpected tab character. (no-tabs)
(#3967) Unexpected tab character. (no-tabs)
(#3968) Unexpected tab character. (no-tabs)
(#3968) Expected space(s) after "if". (keyword-spacing)
(#3968) There should be no spaces inside this paren. (space-in-parens)
(#3968) There should be no spaces inside this paren. (space-in-parens)
(#3968) There should be no spaces inside this paren. (space-in-parens)
(#3968) There should be no spaces inside this paren. (space-in-parens)
(#3969) Unexpected tab character. (no-tabs)
(#3970) Unexpected tab character. (no-tabs)
(#3972) Unexpected tab character. (no-tabs)
(#3974) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3974) Unexpected tab character. (no-tabs)
(#3975) Unexpected tab character. (no-tabs)
(#3976) Unexpected tab character. (no-tabs)
(#3977) Unexpected tab character. (no-tabs)
(#3977) There should be no spaces inside this paren. (space-in-parens)
(#3977) 'event' is defined but never used. (no-unused-vars)
(#3977) There should be no spaces inside this paren. (space-in-parens)
(#3979) Unexpected tab character. (no-tabs)
(#3981) Unexpected tab character. (no-tabs)
(#3983) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3983) Unexpected tab character. (no-tabs)
(#3984) Unexpected tab character. (no-tabs)
(#3985) Unexpected tab character. (no-tabs)
(#3986) Unexpected tab character. (no-tabs)
(#3986) There should be no spaces inside this paren. (space-in-parens)
(#3986) There should be no spaces inside this paren. (space-in-parens)
(#3988) Unexpected tab character. (no-tabs)
(#3988) Expected space(s) after "if". (keyword-spacing)
(#3988) There should be no spaces inside this paren. (space-in-parens)
(#3988) There should be no spaces inside this paren. (space-in-parens)
(#3989) Unexpected tab character. (no-tabs)
(#3989) There should be no space after '{'. (object-curly-spacing)
(#3989) There should be no space before '}'. (object-curly-spacing)
(#3990) Unexpected tab character. (no-tabs)
(#3990) There should be no spaces inside this paren. (space-in-parens)
(#3990) There should be no spaces inside this paren. (space-in-parens)
(#3991) Unexpected tab character. (no-tabs)
(#3993) Unexpected tab character. (no-tabs)
(#3995) Unexpected tab character. (no-tabs)
(#3995) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#3996) Unexpected tab character. (no-tabs)
(#3997) Unexpected tab character. (no-tabs)
(#3998) Unexpected tab character. (no-tabs)
(#3998) There should be no spaces inside this paren. (space-in-parens)
(#3998) There should be no spaces inside this paren. (space-in-parens)
(#4000) Unexpected tab character. (no-tabs)
(#4000) Expected space(s) after "if". (keyword-spacing)
(#4000) There should be no spaces inside this paren. (space-in-parens)
(#4000) There should be no spaces inside this paren. (space-in-parens)
(#4000) Multiple spaces found before '{'. (no-multi-spaces)
(#4001) Unexpected tab character. (no-tabs)
(#4001) There should be no space after '{'. (object-curly-spacing)
(#4001) There should be no space before '}'. (object-curly-spacing)
(#4002) Unexpected tab character. (no-tabs)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4003) Unexpected tab character. (no-tabs)
(#4005) Unexpected tab character. (no-tabs)
(#4007) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4007) Unexpected tab character. (no-tabs)
(#4008) Unexpected tab character. (no-tabs)
(#4009) Unexpected tab character. (no-tabs)
(#4010) Unexpected tab character. (no-tabs)
(#4010) There should be no spaces inside this paren. (space-in-parens)
(#4010) There should be no spaces inside this paren. (space-in-parens)
(#4012) Unexpected tab character. (no-tabs)
(#4012) Expected space(s) after "if". (keyword-spacing)
(#4012) There should be no spaces inside this paren. (space-in-parens)
(#4012) There should be no spaces inside this paren. (space-in-parens)
(#4012) Multiple spaces found before '{'. (no-multi-spaces)
(#4013) Unexpected tab character. (no-tabs)
(#4013) There should be no space after '{'. (object-curly-spacing)
(#4013) There should be no space before '}'. (object-curly-spacing)
(#4014) Unexpected tab character. (no-tabs)
(#4014) There should be no spaces inside this paren. (space-in-parens)
(#4014) There should be no spaces inside this paren. (space-in-parens)
(#4015) Unexpected tab character. (no-tabs)
(#4017) Unexpected tab character. (no-tabs)
(#4019) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4019) Unexpected tab character. (no-tabs)
(#4020) Unexpected tab character. (no-tabs)
(#4021) Unexpected tab character. (no-tabs)
(#4022) Unexpected tab character. (no-tabs)
(#4023) Unexpected tab character. (no-tabs)
(#4023) There should be no spaces inside this paren. (space-in-parens)
(#4023) There should be no spaces inside this paren. (space-in-parens)
(#4025) Unexpected tab character. (no-tabs)
(#4025) Expected space(s) after "if". (keyword-spacing)
(#4025) There should be no spaces inside this paren. (space-in-parens)
(#4025) There should be no spaces inside this paren. (space-in-parens)
(#4027) Unexpected tab character. (no-tabs)
(#4029) Unexpected tab character. (no-tabs)
(#4030) Unexpected tab character. (no-tabs)
(#4030) Expected space(s) after "if". (keyword-spacing)
(#4030) There should be no spaces inside this paren. (space-in-parens)
(#4030) There should be no spaces inside this paren. (space-in-parens)
(#4031) Unexpected tab character. (no-tabs)
(#4032) Unexpected tab character. (no-tabs)
(#4032) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4033) Unexpected tab character. (no-tabs)
(#4034) Unexpected tab character. (no-tabs)
(#4035) Unexpected tab character. (no-tabs)
(#4037) Unexpected tab character. (no-tabs)
(#4039) Unexpected tab character. (no-tabs)
(#4041) Unexpected tab character. (no-tabs)
(#4041) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4042) Unexpected tab character. (no-tabs)
(#4043) Unexpected tab character. (no-tabs)
(#4044) Unexpected tab character. (no-tabs)
(#4045) Unexpected tab character. (no-tabs)
(#4046) Unexpected tab character. (no-tabs)
(#4047) Unexpected tab character. (no-tabs)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4049) Unexpected tab character. (no-tabs)
(#4049) There should be no spaces inside this paren. (space-in-parens)
(#4049) There should be no spaces inside this paren. (space-in-parens)
(#4051) Unexpected tab character. (no-tabs)
(#4053) Unexpected tab character. (no-tabs)
(#4053) There should be no spaces inside this paren. (space-in-parens)
(#4053) There should be no spaces inside this paren. (space-in-parens)
(#4053) There should be no spaces inside this paren. (space-in-parens)
(#4053) There should be no spaces inside this paren. (space-in-parens)
(#4054) Unexpected tab character. (no-tabs)
(#4054) There should be no spaces inside this paren. (space-in-parens)
(#4054) There should be no spaces inside this paren. (space-in-parens)
(#4054) There should be no spaces inside this paren. (space-in-parens)
(#4054) There should be no spaces inside this paren. (space-in-parens)
(#4056) Unexpected tab character. (no-tabs)
(#4056) Expected space(s) after "if". (keyword-spacing)
(#4056) There should be no spaces inside this paren. (space-in-parens)
(#4056) There should be no spaces inside this paren. (space-in-parens)
(#4057) Unexpected tab character. (no-tabs)
(#4058) Unexpected tab character. (no-tabs)
(#4060) Unexpected tab character. (no-tabs)
(#4060) There should be no spaces inside this paren. (space-in-parens)
(#4060) There should be no spaces inside this paren. (space-in-parens)
(#4062) Unexpected tab character. (no-tabs)
(#4064) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4064) Unexpected tab character. (no-tabs)
(#4065) Unexpected tab character. (no-tabs)
(#4066) Unexpected tab character. (no-tabs)
(#4067) Unexpected tab character. (no-tabs)
(#4067) There should be no spaces inside this paren. (space-in-parens)
(#4067) There should be no spaces inside this paren. (space-in-parens)
(#4067) Statement inside of curly braces should be on next line. (brace-style)
(#4067) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#4067) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4068) Unexpected tab character. (no-tabs)
(#4068) Missing JSDoc comment. (require-jsdoc)
(#4068) There should be no spaces inside this paren. (space-in-parens)
(#4068) There should be no spaces inside this paren. (space-in-parens)
(#4068) Statement inside of curly braces should be on next line. (brace-style)
(#4068) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#4068) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4069) Missing JSDoc comment. (require-jsdoc)
(#4069) Unexpected tab character. (no-tabs)
(#4069) There should be no spaces inside this paren. (space-in-parens)
(#4069) There should be no spaces inside this paren. (space-in-parens)
(#4069) Statement inside of curly braces should be on next line. (brace-style)
(#4069) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#4069) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4070) Missing JSDoc comment. (require-jsdoc)
(#4070) Unexpected tab character. (no-tabs)
(#4070) There should be no spaces inside this paren. (space-in-parens)
(#4070) There should be no spaces inside this paren. (space-in-parens)
(#4070) Statement inside of curly braces should be on next line. (brace-style)
(#4070) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#4070) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4071) Unexpected tab character. (no-tabs)
(#4071) Missing JSDoc comment. (require-jsdoc)
(#4071) There should be no spaces inside this paren. (space-in-parens)
(#4071) There should be no spaces inside this paren. (space-in-parens)
(#4071) Statement inside of curly braces should be on next line. (brace-style)
(#4071) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#4071) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4072) Unexpected tab character. (no-tabs)
(#4072) Missing JSDoc comment. (require-jsdoc)
(#4072) There should be no spaces inside this paren. (space-in-parens)
(#4072) There should be no spaces inside this paren. (space-in-parens)
(#4072) Statement inside of curly braces should be on next line. (brace-style)
(#4072) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#4072) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4074) Unexpected tab character. (no-tabs)
(#4074) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4075) Unexpected tab character. (no-tabs)
(#4076) Unexpected tab character. (no-tabs)
(#4077) Unexpected tab character. (no-tabs)
(#4077) There should be no spaces inside this paren. (space-in-parens)
(#4077) 'event' is defined but never used. (no-unused-vars)
(#4077) There should be no spaces inside this paren. (space-in-parens)
(#4079) Unexpected tab character. (no-tabs)
(#4081) Unexpected tab character. (no-tabs)
(#4083) Unexpected tab character. (no-tabs)
(#4083) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4084) Unexpected tab character. (no-tabs)
(#4085) Unexpected tab character. (no-tabs)
(#4086) Unexpected tab character. (no-tabs)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4086) 'event' is defined but never used. (no-unused-vars)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4088) Unexpected tab character. (no-tabs)
(#4090) Unexpected tab character. (no-tabs)
(#4092) Unexpected tab character. (no-tabs)
(#4092) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4093) Unexpected tab character. (no-tabs)
(#4094) Unexpected tab character. (no-tabs)
(#4095) Unexpected tab character. (no-tabs)
(#4095) There should be no spaces inside this paren. (space-in-parens)
(#4095) 'event' is defined but never used. (no-unused-vars)
(#4095) There should be no spaces inside this paren. (space-in-parens)
(#4097) Unexpected tab character. (no-tabs)
(#4097) Multiple spaces found before 'document'. (no-multi-spaces)
(#4098) Unexpected tab character. (no-tabs)
(#4099) Unexpected tab character. (no-tabs)
(#4101) Unexpected tab character. (no-tabs)
(#4102) Unexpected tab character. (no-tabs)
(#4103) Unexpected tab character. (no-tabs)
(#4103) Expected space(s) after "if". (keyword-spacing)
(#4103) There should be no spaces inside this paren. (space-in-parens)
(#4103) There should be no spaces inside this paren. (space-in-parens)
(#4104) Unexpected tab character. (no-tabs)
(#4105) Unexpected tab character. (no-tabs)
(#4105) Expected space(s) after "if". (keyword-spacing)
(#4105) There should be no spaces inside this paren. (space-in-parens)
(#4105) There should be no spaces inside this paren. (space-in-parens)
(#4106) Unexpected tab character. (no-tabs)
(#4107) Unexpected tab character. (no-tabs)
(#4108) Unexpected tab character. (no-tabs)
(#4109) Unexpected tab character. (no-tabs)
(#4111) Unexpected tab character. (no-tabs)
(#4113) Unexpected tab character. (no-tabs)
(#4113) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4114) Unexpected tab character. (no-tabs)
(#4115) Unexpected tab character. (no-tabs)
(#4116) Unexpected tab character. (no-tabs)
(#4116) There should be no spaces inside this paren. (space-in-parens)
(#4116) There should be no spaces inside this paren. (space-in-parens)
(#4118) Unexpected tab character. (no-tabs)
(#4119) Unexpected tab character. (no-tabs)
(#4120) Unexpected tab character. (no-tabs)
(#4120) Expected space(s) after "if". (keyword-spacing)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4121) Unexpected tab character. (no-tabs)
(#4123) Unexpected tab character. (no-tabs)
(#4125) Unexpected tab character. (no-tabs)
(#4125) Expected space(s) after "while". (keyword-spacing)
(#4125) There should be no spaces inside this paren. (space-in-parens)
(#4125) There should be no spaces inside this paren. (space-in-parens)
(#4125) There should be no spaces inside this paren. (space-in-parens)
(#4125) There should be no spaces inside this paren. (space-in-parens)
(#4126) Unexpected tab character. (no-tabs)
(#4127) Unexpected tab character. (no-tabs)
(#4129) Unexpected tab character. (no-tabs)
(#4129) Expected space(s) after "if". (keyword-spacing)
(#4129) There should be no spaces inside this paren. (space-in-parens)
(#4129) There should be no spaces inside this paren. (space-in-parens)
(#4129) There should be no spaces inside this paren. (space-in-parens)
(#4129) There should be no spaces inside this paren. (space-in-parens)
(#4131) Unexpected tab character. (no-tabs)
(#4133) Unexpected tab character. (no-tabs)
(#4133) Expected space(s) after "if". (keyword-spacing)
(#4133) There should be no spaces inside this paren. (space-in-parens)
(#4133) There should be no spaces inside this paren. (space-in-parens)
(#4133) There should be no spaces inside this paren. (space-in-parens)
(#4133) There should be no spaces inside this paren. (space-in-parens)
(#4134) Unexpected tab character. (no-tabs)
(#4134) There should be no spaces inside this paren. (space-in-parens)
(#4134) There should be no spaces inside this paren. (space-in-parens)
(#4134) There should be no spaces inside this paren. (space-in-parens)
(#4134) There should be no spaces inside this paren. (space-in-parens)
(#4135) Unexpected tab character. (no-tabs)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4137) Unexpected tab character. (no-tabs)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4138) Unexpected tab character. (no-tabs)
(#4140) Unexpected tab character. (no-tabs)
(#4141) Unexpected tab character. (no-tabs)
(#4143) Unexpected tab character. (no-tabs)
(#4145) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4145) Unexpected tab character. (no-tabs)
(#4146) Unexpected tab character. (no-tabs)
(#4147) Unexpected tab character. (no-tabs)
(#4148) Unexpected tab character. (no-tabs)
(#4149) Unexpected tab character. (no-tabs)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4151) Unexpected tab character. (no-tabs)
(#4151) Expected space(s) after "if". (keyword-spacing)
(#4151) There should be no spaces inside this paren. (space-in-parens)
(#4151) There should be no spaces inside this paren. (space-in-parens)
(#4151) There should be no spaces inside this paren. (space-in-parens)
(#4151) There should be no spaces inside this paren. (space-in-parens)
(#4152) Unexpected tab character. (no-tabs)
(#4152) There should be no spaces inside this paren. (space-in-parens)
(#4152) There should be no spaces inside this paren. (space-in-parens)
(#4153) Unexpected tab character. (no-tabs)
(#4153) Expected space(s) after "if". (keyword-spacing)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4154) Unexpected tab character. (no-tabs)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4155) Unexpected tab character. (no-tabs)
(#4156) Unexpected tab character. (no-tabs)
(#4157) Unexpected tab character. (no-tabs)
(#4159) Unexpected tab character. (no-tabs)
(#4161) Unexpected tab character. (no-tabs)
(#4161) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#4162) Unexpected tab character. (no-tabs)
(#4163) Unexpected tab character. (no-tabs)
(#4164) Unexpected tab character. (no-tabs)
(#4164) There should be no spaces inside this paren. (space-in-parens)
(#4164) 'event' is defined but never used. (no-unused-vars)
(#4164) There should be no spaces inside this paren. (space-in-parens)
(#4166) Unexpected tab character. (no-tabs)
(#4167) Unexpected tab character. (no-tabs)
(#4167) Expected space(s) after "if". (keyword-spacing)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4168) Unexpected tab character. (no-tabs)
(#4168) There should be no spaces inside this paren. (space-in-parens)
(#4168) There should be no spaces inside this paren. (space-in-parens)
(#4169) Unexpected tab character. (no-tabs)
(#4170) Unexpected tab character. (no-tabs)
(#4170) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4171) Unexpected tab character. (no-tabs)
(#4172) Unexpected tab character. (no-tabs)
(#4172) Expected space(s) after "if". (keyword-spacing)
(#4172) There should be no spaces inside this paren. (space-in-parens)
(#4172) There should be no spaces inside this paren. (space-in-parens)
(#4173) Unexpected tab character. (no-tabs)
(#4174) Unexpected tab character. (no-tabs)
(#4174) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4175) Unexpected tab character. (no-tabs)
(#4176) Unexpected tab character. (no-tabs)
(#4177) Unexpected tab character. (no-tabs)
(#4178) Unexpected tab character. (no-tabs)
(#4180) Unexpected tab character. (no-tabs)
(#4183) Unexpected tab character. (no-tabs)
(#4184) Unexpected tab character. (no-tabs)
(#4185) Unexpected tab character. (no-tabs)
(#4188) Unexpected tab character. (no-tabs)
(#4189) Unexpected tab character. (no-tabs)
(#4190) Unexpected tab character. (no-tabs)
(#4191) Unexpected tab character. (no-tabs)
(#4192) Unexpected tab character. (no-tabs)
(#4193) Unexpected tab character. (no-tabs)
(#4194) Unexpected tab character. (no-tabs)
(#4195) Unexpected tab character. (no-tabs)
(#4196) Unexpected tab character. (no-tabs)
(#4197) Unexpected tab character. (no-tabs)
(#4198) Unexpected tab character. (no-tabs)
(#4198) There should be no spaces inside this paren. (space-in-parens)
(#4198) There should be no spaces inside this paren. (space-in-parens)
(#4200) Unexpected tab character. (no-tabs)
(#4201) Unexpected tab character. (no-tabs)
(#4202) Unexpected tab character. (no-tabs)
(#4204) Unexpected tab character. (no-tabs)
(#4205) Unexpected tab character. (no-tabs)
(#4207) Unexpected tab character. (no-tabs)
(#4208) Unexpected tab character. (no-tabs)
(#4210) Unexpected tab character. (no-tabs)
(#4211) Unexpected tab character. (no-tabs)
(#4213) Unexpected tab character. (no-tabs)
(#4214) Unexpected tab character. (no-tabs)
(#4216) Unexpected tab character. (no-tabs)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4217) Unexpected tab character. (no-tabs)
(#4218) Unexpected tab character. (no-tabs)
(#4219) Unexpected tab character. (no-tabs)
(#4220) Unexpected tab character. (no-tabs)
(#4220) There should be no spaces inside this paren. (space-in-parens)
(#4220) There should be no spaces inside this paren. (space-in-parens)
(#4222) Unexpected tab character. (no-tabs)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4224) Unexpected tab character. (no-tabs)
(#4226) Unexpected tab character. (no-tabs)
(#4228) Unexpected tab character. (no-tabs)
(#4228) There should be no spaces inside this paren. (space-in-parens)
(#4228) There should be no spaces inside this paren. (space-in-parens)
(#4230) Unexpected tab character. (no-tabs)
(#4232) Unexpected tab character. (no-tabs)
(#4234) Unexpected tab character. (no-tabs)
(#4235) Unexpected tab character. (no-tabs)
(#4235) Expected space(s) after "if". (keyword-spacing)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4236) Unexpected tab character. (no-tabs)
(#4237) Unexpected tab character. (no-tabs)
(#4237) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4238) Unexpected tab character. (no-tabs)
(#4239) Unexpected tab character. (no-tabs)
(#4240) Unexpected tab character. (no-tabs)
(#4242) Unexpected tab character. (no-tabs)
(#4244) Unexpected tab character. (no-tabs)
(#4246) Unexpected tab character. (no-tabs)
(#4248) Unexpected tab character. (no-tabs)
(#4250) Unexpected tab character. (no-tabs)
(#4251) Unexpected tab character. (no-tabs)
(#4252) Unexpected tab character. (no-tabs)
(#4252) Expected space(s) after "if". (keyword-spacing)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4253) Unexpected tab character. (no-tabs)
(#4254) Unexpected tab character. (no-tabs)
(#4256) Unexpected tab character. (no-tabs)
(#4258) Unexpected tab character. (no-tabs)
(#4258) Expected space(s) after "if". (keyword-spacing)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4259) Unexpected tab character. (no-tabs)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4260) Unexpected tab character. (no-tabs)
(#4262) Unexpected tab character. (no-tabs)
(#4264) Unexpected tab character. (no-tabs)
(#4265) Unexpected tab character. (no-tabs)
(#4266) Unexpected tab character. (no-tabs)
(#4267) Unexpected tab character. (no-tabs)
(#4269) Unexpected tab character. (no-tabs)
(#4270) Unexpected tab character. (no-tabs)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4271) Unexpected tab character. (no-tabs)
(#4272) Unexpected tab character. (no-tabs)
(#4273) Unexpected tab character. (no-tabs)
(#4275) Unexpected tab character. (no-tabs)
(#4276) Unexpected tab character. (no-tabs)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4278) Unexpected tab character. (no-tabs)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4278) Unexpected space after unary operator '-'. (space-unary-ops)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4279) Unexpected tab character. (no-tabs)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) Unexpected space after unary operator '-'. (space-unary-ops)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4281) Unexpected tab character. (no-tabs)
(#4282) Unexpected tab character. (no-tabs)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4284) Unexpected tab character. (no-tabs)
(#4285) Unexpected tab character. (no-tabs)
(#4286) Unexpected tab character. (no-tabs)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4287) Unexpected tab character. (no-tabs)
(#4288) Unexpected tab character. (no-tabs)
(#4290) Unexpected tab character. (no-tabs)
(#4291) Unexpected tab character. (no-tabs)
(#4292) Unexpected tab character. (no-tabs)
(#4292) There should be no spaces inside this paren. (space-in-parens)
(#4292) There should be no spaces inside this paren. (space-in-parens)
(#4293) Unexpected tab character. (no-tabs)
(#4294) Unexpected tab character. (no-tabs)
(#4295) Unexpected tab character. (no-tabs)
(#4297) Unexpected tab character. (no-tabs)
(#4297) Expected space(s) after "if". (keyword-spacing)
(#4297) There should be no spaces inside this paren. (space-in-parens)
(#4297) There should be no spaces inside this paren. (space-in-parens)
(#4298) Unexpected tab character. (no-tabs)
(#4299) Unexpected tab character. (no-tabs)
(#4300) Unexpected tab character. (no-tabs)
(#4300) There should be no spaces inside this paren. (space-in-parens)
(#4300) There should be no spaces inside this paren. (space-in-parens)
(#4301) Unexpected tab character. (no-tabs)
(#4302) Unexpected tab character. (no-tabs)
(#4303) Unexpected tab character. (no-tabs)
(#4304) Unexpected tab character. (no-tabs)
(#4306) Unexpected tab character. (no-tabs)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4308) Unexpected tab character. (no-tabs)
(#4309) Unexpected tab character. (no-tabs)
(#4309) Expected space(s) after "if". (keyword-spacing)
(#4309) There should be no spaces inside this paren. (space-in-parens)
(#4309) There should be no spaces inside this paren. (space-in-parens)
(#4310) Unexpected tab character. (no-tabs)
(#4311) Unexpected tab character. (no-tabs)
(#4311) There should be no spaces inside this paren. (space-in-parens)
(#4311) There should be no spaces inside this paren. (space-in-parens)
(#4312) Unexpected tab character. (no-tabs)
(#4312) There should be no spaces inside this paren. (space-in-parens)
(#4312) There should be no spaces inside this paren. (space-in-parens)
(#4313) Unexpected tab character. (no-tabs)
(#4313) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4314) Unexpected tab character. (no-tabs)
(#4315) Unexpected tab character. (no-tabs)
(#4316) Unexpected tab character. (no-tabs)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4317) Unexpected tab character. (no-tabs)
(#4317) There should be no spaces inside this paren. (space-in-parens)
(#4317) There should be no spaces inside this paren. (space-in-parens)
(#4318) Unexpected tab character. (no-tabs)
(#4318) There should be no spaces inside this paren. (space-in-parens)
(#4318) There should be no spaces inside this paren. (space-in-parens)
(#4319) Unexpected tab character. (no-tabs)
(#4319) There should be no spaces inside this paren. (space-in-parens)
(#4319) There should be no spaces inside this paren. (space-in-parens)
(#4320) Unexpected tab character. (no-tabs)
(#4321) Unexpected tab character. (no-tabs)
(#4322) Unexpected tab character. (no-tabs)
(#4324) Unexpected tab character. (no-tabs)
(#4326) Unexpected tab character. (no-tabs)
(#4328) Unexpected tab character. (no-tabs)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4329) Unexpected tab character. (no-tabs)
(#4329) There should be no spaces inside this paren. (space-in-parens)
(#4329) There should be no spaces inside this paren. (space-in-parens)
(#4330) Unexpected tab character. (no-tabs)
(#4332) Unexpected tab character. (no-tabs)
(#4332) There should be no spaces inside this paren. (space-in-parens)
(#4332) There should be no spaces inside this paren. (space-in-parens)
(#4333) Unexpected tab character. (no-tabs)
(#4333) There should be no spaces inside this paren. (space-in-parens)
(#4333) There should be no spaces inside this paren. (space-in-parens)
(#4334) Unexpected tab character. (no-tabs)
(#4336) Unexpected tab character. (no-tabs)
(#4338) Unexpected tab character. (no-tabs)
(#4340) Unexpected tab character. (no-tabs)
(#4340) Expected space(s) after "if". (keyword-spacing)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4341) Unexpected tab character. (no-tabs)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4342) Unexpected tab character. (no-tabs)
(#4344) Unexpected tab character. (no-tabs)
(#4347) Unexpected tab character. (no-tabs)
(#4348) Unexpected tab character. (no-tabs)
(#4349) Unexpected tab character. (no-tabs)
(#4352) Unexpected tab character. (no-tabs)
(#4353) Unexpected tab character. (no-tabs)
(#4354) Unexpected tab character. (no-tabs)
(#4355) Unexpected tab character. (no-tabs)
(#4357) Unexpected tab character. (no-tabs)
(#4358) Unexpected tab character. (no-tabs)
(#4359) Unexpected tab character. (no-tabs)
(#4360) Unexpected tab character. (no-tabs)
(#4361) Unexpected tab character. (no-tabs)
(#4362) Unexpected tab character. (no-tabs)
(#4363) Unexpected tab character. (no-tabs)
(#4364) Unexpected tab character. (no-tabs)
(#4366) Unexpected tab character. (no-tabs)
(#4367) Unexpected tab character. (no-tabs)
(#4368) Unexpected tab character. (no-tabs)
(#4369) Unexpected tab character. (no-tabs)
(#4371) Unexpected tab character. (no-tabs)
(#4372) Unexpected tab character. (no-tabs)
(#4373) Unexpected tab character. (no-tabs)
(#4374) Unexpected tab character. (no-tabs)
(#4375) Unexpected tab character. (no-tabs)
(#4376) Unexpected tab character. (no-tabs)
(#4377) Unexpected tab character. (no-tabs)
(#4378) Unexpected tab character. (no-tabs)
(#4380) Unexpected tab character. (no-tabs)
(#4381) Unexpected tab character. (no-tabs)
(#4383) Unexpected tab character. (no-tabs)
(#4384) Unexpected tab character. (no-tabs)
(#4386) Unexpected tab character. (no-tabs)
(#4387) Unexpected tab character. (no-tabs)
(#4389) Unexpected tab character. (no-tabs)
(#4390) Unexpected tab character. (no-tabs)
(#4392) Unexpected tab character. (no-tabs)
(#4393) Unexpected tab character. (no-tabs)
(#4395) Unexpected tab character. (no-tabs)
(#4396) Unexpected tab character. (no-tabs)
(#4398) Unexpected tab character. (no-tabs)
(#4399) Unexpected tab character. (no-tabs)
(#4400) Unexpected tab character. (no-tabs)
(#4401) Unexpected tab character. (no-tabs)
(#4403) Unexpected tab character. (no-tabs)
(#4404) Unexpected tab character. (no-tabs)
(#4405) Unexpected tab character. (no-tabs)
(#4407) Unexpected tab character. (no-tabs)
(#4408) Unexpected tab character. (no-tabs)
(#4409) Unexpected tab character. (no-tabs)
(#4411) Unexpected tab character. (no-tabs)
(#4412) Unexpected tab character. (no-tabs)
(#4414) Unexpected tab character. (no-tabs)
(#4415) Unexpected tab character. (no-tabs)
(#4417) Unexpected tab character. (no-tabs)
(#4419) Unexpected tab character. (no-tabs)
(#4420) Unexpected tab character. (no-tabs)
(#4422) Unexpected tab character. (no-tabs)
(#4423) Unexpected tab character. (no-tabs)
(#4425) Unexpected tab character. (no-tabs)
(#4426) Unexpected tab character. (no-tabs)
(#4427) Unexpected tab character. (no-tabs)
(#4428) Unexpected tab character. (no-tabs)
(#4430) Unexpected tab character. (no-tabs)
(#4431) Unexpected tab character. (no-tabs)
(#4432) Unexpected tab character. (no-tabs)
(#4433) Unexpected tab character. (no-tabs)
(#4435) Unexpected tab character. (no-tabs)
(#4436) Unexpected tab character. (no-tabs)
(#4437) Unexpected tab character. (no-tabs)
(#4438) Unexpected tab character. (no-tabs)
(#4440) Unexpected tab character. (no-tabs)
(#4441) Unexpected tab character. (no-tabs)
(#4442) Unexpected tab character. (no-tabs)
(#4443) Unexpected tab character. (no-tabs)
(#4445) Unexpected tab character. (no-tabs)
(#4446) Unexpected tab character. (no-tabs)
(#4447) Unexpected tab character. (no-tabs)
(#4449) Unexpected tab character. (no-tabs)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4449) Unnecessary escape character: \.. (no-useless-escape)
(#4450) Unexpected tab character. (no-tabs)
(#4450) There should be no space after '['. (computed-property-spacing)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no space before ']'. (computed-property-spacing)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4451) Unexpected tab character. (no-tabs)
(#4451) There should be no spaces inside this paren. (space-in-parens)
(#4453) Unexpected tab character. (no-tabs)
(#4454) Unexpected tab character. (no-tabs)
(#4454) Expected space(s) after "for". (keyword-spacing)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4455) Unexpected tab character. (no-tabs)
(#4455) There should be no space after '['. (computed-property-spacing)
(#4455) There should be no space before ']'. (computed-property-spacing)
(#4457) Unexpected tab character. (no-tabs)
(#4457) There should be no space after '['. (computed-property-spacing)
(#4457) There should be no space before ']'. (computed-property-spacing)
(#4457) There should be no spaces inside this paren. (space-in-parens)
(#4457) There should be no spaces inside this paren. (space-in-parens)
(#4457) There should be no spaces inside this paren. (space-in-parens)
(#4457) There should be no spaces inside this paren. (space-in-parens)
(#4458) Unexpected tab character. (no-tabs)
(#4460) Unexpected tab character. (no-tabs)
(#4461) Unexpected tab character. (no-tabs)
(#4463) Unexpected tab character. (no-tabs)
(#4464) Unexpected tab character. (no-tabs)
(#4465) Unexpected tab character. (no-tabs)
(#4465) There should be no spaces inside this paren. (space-in-parens)
(#4465) There should be no spaces inside this paren. (space-in-parens)
(#4466) Unexpected tab character. (no-tabs)
(#4468) Unexpected tab character. (no-tabs)
(#4469) Unexpected tab character. (no-tabs)
(#4470) Unexpected tab character. (no-tabs)
(#4470) Expected space(s) after "if". (keyword-spacing)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4471) Unexpected tab character. (no-tabs)
(#4472) Unexpected tab character. (no-tabs)
(#4472) Expected { after 'if' condition. (curly)
(#4472) Expected space(s) after "if". (keyword-spacing)
(#4472) There should be no spaces inside this paren. (space-in-parens)
(#4472) There should be no spaces inside this paren. (space-in-parens)
(#4474) Unexpected tab character. (no-tabs)
(#4475) Unexpected tab character. (no-tabs)
(#4475) Expected { after 'if' condition. (curly)
(#4475) Expected space(s) after "if". (keyword-spacing)
(#4475) There should be no spaces inside this paren. (space-in-parens)
(#4475) There should be no spaces inside this paren. (space-in-parens)
(#4475) There should be no spaces inside this paren. (space-in-parens)
(#4475) There should be no spaces inside this paren. (space-in-parens)
(#4477) Unexpected tab character. (no-tabs)
(#4478) Unexpected tab character. (no-tabs)
(#4480) Unexpected tab character. (no-tabs)
(#4481) Unexpected tab character. (no-tabs)
(#4483) Unexpected tab character. (no-tabs)
(#4484) Unexpected tab character. (no-tabs)
(#4485) Unexpected tab character. (no-tabs)
(#4486) Unexpected tab character. (no-tabs)
(#4488) Unexpected tab character. (no-tabs)
(#4489) Unexpected tab character. (no-tabs)
(#4489) There should be no spaces inside this paren. (space-in-parens)
(#4489) There should be no spaces inside this paren. (space-in-parens)
(#4490) Unexpected tab character. (no-tabs)
(#4490) Expected space(s) after "if". (keyword-spacing)
(#4490) There should be no spaces inside this paren. (space-in-parens)
(#4490) There should be no spaces inside this paren. (space-in-parens)
(#4491) Unexpected tab character. (no-tabs)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4492) Unexpected tab character. (no-tabs)
(#4493) Unexpected tab character. (no-tabs)
(#4494) Unexpected tab character. (no-tabs)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4495) Unexpected tab character. (no-tabs)
(#4495) Expected space(s) after "if". (keyword-spacing)
(#4495) There should be no spaces inside this paren. (space-in-parens)
(#4495) There should be no spaces inside this paren. (space-in-parens)
(#4496) Unexpected tab character. (no-tabs)
(#4496) There should be no spaces inside this paren. (space-in-parens)
(#4496) There should be no spaces inside this paren. (space-in-parens)
(#4496) There should be no spaces inside this paren. (space-in-parens)
(#4496) There should be no spaces inside this paren. (space-in-parens)
(#4496) There should be no spaces inside this paren. (space-in-parens)
(#4496) There should be no spaces inside this paren. (space-in-parens)
(#4497) Unexpected tab character. (no-tabs)
(#4498) Unexpected tab character. (no-tabs)
(#4500) Unexpected tab character. (no-tabs)
(#4501) Unexpected tab character. (no-tabs)
(#4501) There should be no spaces inside this paren. (space-in-parens)
(#4501) There should be no spaces inside this paren. (space-in-parens)
(#4502) Unexpected tab character. (no-tabs)
(#4502) There should be no spaces inside this paren. (space-in-parens)
(#4502) There should be no space after '{'. (object-curly-spacing)
(#4502) There should be no space before '}'. (object-curly-spacing)
(#4502) There should be no spaces inside this paren. (space-in-parens)
(#4503) Unexpected tab character. (no-tabs)
(#4504) Unexpected tab character. (no-tabs)
(#4506) Unexpected tab character. (no-tabs)
mod/revealjs/lib/js/classList.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators 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) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) This line has 56 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-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) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators 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) 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) 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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#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) A constructor name should not start with a lowercase letter. (new-cap)
(#2) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A constructor name should not start with a lowercase letter. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing semicolon. (semi)
(#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) Expected space(s) before "this". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A constructor name should not start with a lowercase letter. (new-cap)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing semicolon. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#2) Infix operators 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) Missing semicolon. (semi)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'enumerable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'configurable'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#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 "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#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) Missing semicolon. (semi)
(#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) 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) Unnecessary semicolon. (no-extra-semi)
mod/revealjs/lib/js/head.min.js
(#8) Line 8 exceeds the maximum line length of 132. (max-len)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) This line has 97 statements. Maximum allowed is 2. (max-statements-per-line)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Expected to return a value at the end of function 'x'. (consistent-return)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) A space is required after ','. (comma-spacing)
(#8) 'b' is defined but never used. (no-unused-vars)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'src'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'type'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Redundant double negation. (no-extra-boolean-cast)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Expected { after 'for-in'. (curly)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'name'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'url'. (key-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'else'. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'name'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'url'. (key-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) 'head_conf' is not defined. (no-undef)
(#8) Identifier 'head_conf' is not in camel case. (camelcase)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "try". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "catch". (keyword-spacing)
(#8) Expected space(s) after "catch". (keyword-spacing)
(#8) Empty block statement. (no-empty)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "try". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) after "catch". (keyword-spacing)
(#8) Expected space(s) before "catch". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Avoid arguments.callee. (no-caller)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'handler' is not defined. (no-undef)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) A space is required after ','. (comma-spacing)
(#8) 'handler' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing semicolon. (semi)
mod/revealjs/plugin/accessibility/helper.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#19) There should be no space after '{'. (object-curly-spacing)
(#19) Missing space before value for key 'enabled'. (key-spacing)
(#19) There should be no space before '}'. (object-curly-spacing)
(#21) Missing JSDoc comment. (require-jsdoc)
(#27) Comments should not begin with a lowercase character (capitalized-comments)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Comments should not begin with a lowercase character (capitalized-comments)
(#35) Infix operators must be spaced. (space-infix-ops)
(#38) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#40) Comments should not begin with a lowercase character (capitalized-comments)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#57) Unnecessary semicolon. (no-extra-semi)
(#59) Expected space or tab after '/*' in comment. (spaced-comment)
(#66) Missing JSDoc comment. (require-jsdoc)
(#72) Comments should not begin with a lowercase character (capitalized-comments)
(#87) Comments should not begin with a lowercase character (capitalized-comments)
(#88) Expected space(s) after "if". (keyword-spacing)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) Missing space before opening brace. (space-before-blocks)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#108) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#119) Line 119 exceeds the maximum line length of 132. (max-len)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#142) Expected space(s) after "for". (keyword-spacing)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) Missing space before opening brace. (space-before-blocks)
(#153) Expected space(s) after "for". (keyword-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing space before opening brace. (space-before-blocks)
(#160) Missing JSDoc comment. (require-jsdoc)
(#161) Expected space(s) after "if". (keyword-spacing)
(#161) Missing space before opening brace. (space-before-blocks)
(#166) Missing JSDoc comment. (require-jsdoc)
(#171) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#177) Missing JSDoc comment. (require-jsdoc)
(#177) Missing space before opening brace. (space-before-blocks)
(#181) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#186) Comments should not begin with a lowercase character (capitalized-comments)
(#189) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Infix operators must be spaced. (space-infix-ops)
(#197) Missing space before opening brace. (space-before-blocks)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#203) Missing JSDoc for parameter 'a'. (valid-jsdoc)
(#203) Missing JSDoc for parameter 'b'. (valid-jsdoc)
(#207) 'extend' is defined but never used. (no-unused-vars)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#209) Expected space(s) after "for". (keyword-spacing)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no space after '['. (computed-property-spacing)
(#210) There should be no space before ']'. (computed-property-spacing)
(#210) There should be no space after '['. (computed-property-spacing)
(#210) There should be no space before ']'. (computed-property-spacing)
(#214) Missing JSDoc for parameter 'tagname'. (valid-jsdoc)
(#214) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#214) Missing JSDoc for parameter 'sibling'. (valid-jsdoc)
(#214) Missing JSDoc for parameter 'innerHTML'. (valid-jsdoc)
(#214) Missing JSDoc for parameter 'id'. (valid-jsdoc)
(#214) Missing JSDoc @returns for function. (valid-jsdoc)
(#214) Missing JSDoc for parameter 'container'. (valid-jsdoc)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#223) Expected space(s) after "if". (keyword-spacing)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#227) Expected space(s) after "for". (keyword-spacing)
(#227) Missing space before opening brace. (space-before-blocks)
(#231) Expected space(s) after "if". (keyword-spacing)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#233) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#239) Unnecessary semicolon. (no-extra-semi)
mod/revealjs/plugin/audio-slideshow/audio-slideshow.js
(#1) Expected space or tab after '/**' in comment. (spaced-comment)
(#17) Missing space before opening brace. (space-before-blocks)
(#18) Comments should not begin with a lowercase character (capitalized-comments)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#21) Comments should not begin with a lowercase character (capitalized-comments)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Comments should not begin with a lowercase character (capitalized-comments)
(#24) Unexpected tab character. (no-tabs)
(#24) Comments should not begin with a lowercase character (capitalized-comments)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Unexpected tab character. (no-tabs)
(#25) Comments should not begin with a lowercase character (capitalized-comments)
(#26) Unexpected tab character. (no-tabs)
(#26) Comments should not begin with a lowercase character (capitalized-comments)
(#27) Unexpected tab character. (no-tabs)
(#27) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#27) Comments should not begin with a lowercase character (capitalized-comments)
(#28) Unexpected tab character. (no-tabs)
(#28) Comments should not begin with a lowercase character (capitalized-comments)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) 'previousAudio' is assigned a value but never used. (no-unused-vars)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#36) 'Reveal' is not defined. (no-undef)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) 'event' is defined but never used. (no-unused-vars)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#42) 'Reveal' is not defined. (no-undef)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) 'event' is defined but never used. (no-unused-vars)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#48) Unexpected tab character. (no-tabs)
(#48) 'Reveal' is not defined. (no-undef)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#48) 'event' is defined but never used. (no-unused-vars)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#49) Unexpected tab character. (no-tabs)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#54) 'Reveal' is not defined. (no-undef)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) 'event' is defined but never used. (no-unused-vars)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#55) Unexpected tab character. (no-tabs)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Comments should not begin with a lowercase character (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Unexpected tab character. (no-tabs)
(#57) 'Reveal' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#59) Unexpected tab character. (no-tabs)
(#59) Comments should not begin with a lowercase character (capitalized-comments)
(#60) Unexpected tab character. (no-tabs)
(#60) 'Reveal' is not defined. (no-undef)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#61) Unexpected tab character. (no-tabs)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#66) 'Reveal' is not defined. (no-undef)
(#66) Unexpected tab character. (no-tabs)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) 'event' is defined but never used. (no-unused-vars)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#67) Unexpected tab character. (no-tabs)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#71) 'Reveal' is not defined. (no-undef)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) 'event' is defined but never used. (no-unused-vars)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#75) 'Reveal' is not defined. (no-undef)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) 'event' is defined but never used. (no-unused-vars)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#76) Unexpected tab character. (no-tabs)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#81) Unexpected tab character. (no-tabs)
(#81) 'Reveal' is not defined. (no-undef)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) 'event' is defined but never used. (no-unused-vars)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#82) Unexpected tab character. (no-tabs)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#86) Missing JSDoc comment. (require-jsdoc)
(#86) Unexpected tab character. (no-tabs)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#91) 'Reveal' is not defined. (no-undef)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) Expected { after 'if' condition. (curly)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#94) Unexpected tab character. (no-tabs)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#95) Unexpected tab character. (no-tabs)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#98) Unexpected tab character. (no-tabs)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#99) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#101) Comments should not begin with a lowercase character (capitalized-comments)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#102) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#104) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#105) Unexpected tab character. (no-tabs)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#113) Function 'setup' has a complexity of 23. (complexity)
(#113) Unexpected tab character. (no-tabs)
(#113) Missing JSDoc comment. (require-jsdoc)
(#114) Unexpected tab character. (no-tabs)
(#114) Comments should not begin with a lowercase character (capitalized-comments)
(#115) Unexpected tab character. (no-tabs)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) 'Reveal' is not defined. (no-undef)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#116) Unexpected tab character. (no-tabs)
(#116) 'Reveal' is not defined. (no-undef)
(#117) Unexpected tab character. (no-tabs)
(#117) Unexpected console statement. (no-console)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) 'Reveal' is not defined. (no-undef)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#120) Unexpected tab character. (no-tabs)
(#120) 'Reveal' is not defined. (no-undef)
(#121) Unexpected tab character. (no-tabs)
(#121) Unexpected console statement. (no-console)
(#122) Unexpected tab character. (no-tabs)
(#123) Unexpected tab character. (no-tabs)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) 'Reveal' is not defined. (no-undef)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#124) Unexpected tab character. (no-tabs)
(#124) 'Reveal' is not defined. (no-undef)
(#125) Unexpected tab character. (no-tabs)
(#125) Unexpected console statement. (no-console)
(#126) Unexpected tab character. (no-tabs)
(#127) Unexpected tab character. (no-tabs)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) 'Reveal' is not defined. (no-undef)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#128) Unexpected tab character. (no-tabs)
(#128) 'Reveal' is not defined. (no-undef)
(#129) Unexpected tab character. (no-tabs)
(#129) Unexpected console statement. (no-console)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) 'Reveal' is not defined. (no-undef)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#132) Unexpected tab character. (no-tabs)
(#132) 'Reveal' is not defined. (no-undef)
(#133) Unexpected tab character. (no-tabs)
(#133) Unexpected console statement. (no-console)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) 'Reveal' is not defined. (no-undef)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#136) Unexpected tab character. (no-tabs)
(#136) 'Reveal' is not defined. (no-undef)
(#137) Unexpected tab character. (no-tabs)
(#137) Unexpected console statement. (no-console)
(#138) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#140) Comments should not begin with a lowercase character (capitalized-comments)
(#141) Unexpected tab character. (no-tabs)
(#141) 'Reveal' is not defined. (no-undef)
(#142) Unexpected tab character. (no-tabs)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) Unexpected tab character. (no-tabs)
(#143) Expected { after 'if' condition. (curly)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) Unexpected tab character. (no-tabs)
(#144) Expected { after 'if' condition. (curly)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) Unexpected tab character. (no-tabs)
(#145) Expected { after 'if' condition. (curly)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#146) Unexpected tab character. (no-tabs)
(#146) Expected { after 'if' condition. (curly)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#147) Unexpected tab character. (no-tabs)
(#147) Expected { after 'if' condition. (curly)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#148) Unexpected tab character. (no-tabs)
(#148) Expected { after 'if' condition. (curly)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#149) Unexpected tab character. (no-tabs)
(#149) Expected { after 'if' condition. (curly)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) Unexpected tab character. (no-tabs)
(#150) Expected { after 'if' condition. (curly)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#154) Unexpected tab character. (no-tabs)
(#154) 'opacity' is not defined. (no-undef)
(#154) Trailing spaces not allowed. (no-trailing-spaces)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#156) Expected { after 'if' condition. (curly)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) 'Reveal' is not defined. (no-undef)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) 'Reveal' is not defined. (no-undef)
(#158) Unexpected tab character. (no-tabs)
(#158) Comments should not begin with a lowercase character (capitalized-comments)
(#159) Unexpected tab character. (no-tabs)
(#159) Infix operators must be spaced. (space-infix-ops)
(#160) Unexpected tab character. (no-tabs)
(#160) 'style' is not defined. (no-undef)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) Unexpected tab character. (no-tabs)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) 'style' is not defined. (no-undef)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#162) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#162) Unexpected tab character. (no-tabs)
(#162) 'style' is not defined. (no-undef)
(#162) Infix operators must be spaced. (space-infix-ops)
(#163) Unexpected tab character. (no-tabs)
(#163) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#164) Unexpected tab character. (no-tabs)
(#164) Trailing spaces not allowed. (no-trailing-spaces)
(#165) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#165) Unexpected tab character. (no-tabs)
(#165) 'style' is not defined. (no-undef)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#166) Unexpected tab character. (no-tabs)
(#166) Trailing spaces not allowed. (no-trailing-spaces)
(#167) Unexpected tab character. (no-tabs)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) 'style' is not defined. (no-undef)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#169) Unexpected tab character. (no-tabs)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) Comments should not begin with a lowercase character (capitalized-comments)
(#171) Unexpected tab character. (no-tabs)
(#171) Multiple spaces found before 'document'. (no-multi-spaces)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#174) Unexpected tab character. (no-tabs)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#176) Unexpected tab character. (no-tabs)
(#176) Comments should not begin with a lowercase character (capitalized-comments)
(#177) Unexpected tab character. (no-tabs)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#178) Unexpected tab character. (no-tabs)
(#178) Expected space(s) after "for". (keyword-spacing)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) Unexpected tab character. (no-tabs)
(#179) There should be no space after '['. (computed-property-spacing)
(#179) There should be no space before ']'. (computed-property-spacing)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#180) Unexpected tab character. (no-tabs)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#181) Unexpected tab character. (no-tabs)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no space after '['. (computed-property-spacing)
(#181) There should be no space before ']'. (computed-property-spacing)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#182) Unexpected tab character. (no-tabs)
(#182) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#184) Expected space(s) after "for". (keyword-spacing)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#185) Unexpected tab character. (no-tabs)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no space after '['. (computed-property-spacing)
(#185) There should be no space before ']'. (computed-property-spacing)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#190) Missing JSDoc comment. (require-jsdoc)
(#190) Unexpected tab character. (no-tabs)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#191) Unexpected tab character. (no-tabs)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) Unexpected whitespace before semicolon. (semi-spacing)
(#192) Unexpected tab character. (no-tabs)
(#192) Expected space(s) after "for". (keyword-spacing)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#193) Unexpected tab character. (no-tabs)
(#193) Comments should not begin with a lowercase character (capitalized-comments)
(#194) Line 194 exceeds the maximum line length of 132. (max-len)
(#194) Unexpected tab character. (no-tabs)
(#194) A space is required after ','. (comma-spacing)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#199) Missing JSDoc comment. (require-jsdoc)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#200) Unexpected tab character. (no-tabs)
(#200) Multiple spaces found before 'document'. (no-multi-spaces)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#201) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#203) Unexpected tab character. (no-tabs)
(#203) Comments should not begin with a lowercase character (capitalized-comments)
(#204) Unexpected tab character. (no-tabs)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#205) Unexpected tab character. (no-tabs)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) Unexpected tab character. (no-tabs)
(#206) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#207) Unexpected tab character. (no-tabs)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#208) Unexpected tab character. (no-tabs)
(#209) Unexpected tab character. (no-tabs)
(#209) Comments should not begin with a lowercase character (capitalized-comments)
(#210) Unexpected tab character. (no-tabs)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) Unexpected whitespace before semicolon. (semi-spacing)
(#211) Unexpected tab character. (no-tabs)
(#211) Expected space(s) after "for". (keyword-spacing)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) 'f' used outside of binding context. (block-scoped-var)
(#211) 'len' used outside of binding context. (block-scoped-var)
(#211) 'f' used outside of binding context. (block-scoped-var)
(#211) 'len' used outside of binding context. (block-scoped-var)
(#211) 'f' used outside of binding context. (block-scoped-var)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#212) Unexpected tab character. (no-tabs)
(#212) 'f' used outside of binding context. (block-scoped-var)
(#212) A space is required after ','. (comma-spacing)
(#213) Unexpected tab character. (no-tabs)
(#214) Unexpected tab character. (no-tabs)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#215) Unexpected tab character. (no-tabs)
(#216) Comments should not begin with a lowercase character (capitalized-comments)
(#217) Unexpected tab character. (no-tabs)
(#218) Line 218 exceeds the maximum line length of 132. (max-len)
(#218) Unexpected tab character. (no-tabs)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#219) Trailing spaces not allowed. (no-trailing-spaces)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#220) 'fragments' used outside of binding context. (block-scoped-var)
(#220) 'fragments' is already defined. (no-redeclare)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) Unexpected whitespace before semicolon. (semi-spacing)
(#221) Unexpected tab character. (no-tabs)
(#221) Expected space(s) after "for". (keyword-spacing)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) 'f' used outside of binding context. (block-scoped-var)
(#221) 'f' is already defined. (no-redeclare)
(#221) 'len' used outside of binding context. (block-scoped-var)
(#221) 'len' is already defined. (no-redeclare)
(#221) 'fragments' used outside of binding context. (block-scoped-var)
(#221) 'f' used outside of binding context. (block-scoped-var)
(#221) 'len' used outside of binding context. (block-scoped-var)
(#221) 'f' used outside of binding context. (block-scoped-var)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#222) Unexpected tab character. (no-tabs)
(#222) Trailing spaces not allowed. (no-trailing-spaces)
(#223) Unexpected tab character. (no-tabs)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) 'fragments' used outside of binding context. (block-scoped-var)
(#223) There should be no space after '['. (computed-property-spacing)
(#223) 'f' used outside of binding context. (block-scoped-var)
(#223) There should be no space before ']'. (computed-property-spacing)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#224) Unexpected tab character. (no-tabs)
(#224) Comments should not begin with a lowercase character (capitalized-comments)
(#225) Unexpected tab character. (no-tabs)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#225) 'fragments' used outside of binding context. (block-scoped-var)
(#225) There should be no space after '['. (computed-property-spacing)
(#225) 'f' used outside of binding context. (block-scoped-var)
(#225) There should be no space before ']'. (computed-property-spacing)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#226) Unexpected tab character. (no-tabs)
(#226) 'fragments' used outside of binding context. (block-scoped-var)
(#226) There should be no space after '['. (computed-property-spacing)
(#226) 'f' used outside of binding context. (block-scoped-var)
(#226) There should be no space before ']'. (computed-property-spacing)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#227) Unexpected tab character. (no-tabs)
(#227) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#228) Unexpected tab character. (no-tabs)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#229) Unexpected tab character. (no-tabs)
(#229) 'fragments' used outside of binding context. (block-scoped-var)
(#229) There should be no space after '['. (computed-property-spacing)
(#229) 'f' used outside of binding context. (block-scoped-var)
(#229) There should be no space before ']'. (computed-property-spacing)
(#230) Unexpected tab character. (no-tabs)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#231) Unexpected tab character. (no-tabs)
(#232) Comments should not begin with a lowercase character (capitalized-comments)
(#233) Unexpected tab character. (no-tabs)
(#234) Line 234 exceeds the maximum line length of 132. (max-len)
(#234) Unexpected tab character. (no-tabs)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) 'fragments' used outside of binding context. (block-scoped-var)
(#234) There should be no space after '['. (computed-property-spacing)
(#234) 'f' used outside of binding context. (block-scoped-var)
(#234) There should be no space before ']'. (computed-property-spacing)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) 'fragments' used outside of binding context. (block-scoped-var)
(#234) There should be no space after '['. (computed-property-spacing)
(#234) 'f' used outside of binding context. (block-scoped-var)
(#234) There should be no space before ']'. (computed-property-spacing)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) 'fragments' used outside of binding context. (block-scoped-var)
(#234) There should be no space after '['. (computed-property-spacing)
(#234) 'f' used outside of binding context. (block-scoped-var)
(#234) There should be no space before ']'. (computed-property-spacing)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#235) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#239) Missing JSDoc comment. (require-jsdoc)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#240) Unexpected tab character. (no-tabs)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) 'event' is defined but never used. (no-unused-vars)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#243) Unexpected tab character. (no-tabs)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) 'event' is defined but never used. (no-unused-vars)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#245) Expected { after 'if' condition. (curly)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#246) Unexpected tab character. (no-tabs)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) Trailing spaces not allowed. (no-trailing-spaces)
(#247) Unexpected tab character. (no-tabs)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) 'event' is defined but never used. (no-unused-vars)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#249) Expected { after 'if' condition. (curly)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#250) Unexpected tab character. (no-tabs)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) Trailing spaces not allowed. (no-trailing-spaces)
(#251) Unexpected tab character. (no-tabs)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) 'event' is defined but never used. (no-unused-vars)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) Trailing spaces not allowed. (no-trailing-spaces)
(#255) Unexpected tab character. (no-tabs)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) 'event' is defined but never used. (no-unused-vars)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#256) Unexpected tab character. (no-tabs)
(#257) Unexpected tab character. (no-tabs)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#258) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) Missing JSDoc comment. (require-jsdoc)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#261) Unexpected tab character. (no-tabs)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#262) Unexpected tab character. (no-tabs)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#266) Unexpected tab character. (no-tabs)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#268) Unexpected tab character. (no-tabs)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#269) Unexpected tab character. (no-tabs)
(#269) Comments should not begin with a lowercase character (capitalized-comments)
(#270) Unexpected tab character. (no-tabs)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#271) Unexpected tab character. (no-tabs)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#272) Unexpected tab character. (no-tabs)
(#272) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Unexpected tab character. (no-tabs)
(#277) Unexpected tab character. (no-tabs)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) 'event' is defined but never used. (no-unused-vars)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#280) Unexpected tab character. (no-tabs)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#280) 'Recorder' is not defined. (no-undef)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#281) Unexpected tab character. (no-tabs)
(#281) Comments should not begin with a lowercase character (capitalized-comments)
(#282) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#283) 'Reveal' is not defined. (no-undef)
(#284) Unexpected tab character. (no-tabs)
(#284) Comments should not begin with a lowercase character (capitalized-comments)
(#285) Unexpected tab character. (no-tabs)
(#285) 'Reveal' is not defined. (no-undef)
(#286) Unexpected tab character. (no-tabs)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#287) Unexpected tab character. (no-tabs)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) Unexpected whitespace before semicolon. (semi-spacing)
(#288) Unexpected tab character. (no-tabs)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#289) Unexpected tab character. (no-tabs)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#290) Unexpected tab character. (no-tabs)
(#290) Trailing spaces not allowed. (no-trailing-spaces)
(#291) Unexpected tab character. (no-tabs)
(#291) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#291) Trailing spaces not allowed. (no-trailing-spaces)
(#292) Unexpected tab character. (no-tabs)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#293) Unexpected tab character. (no-tabs)
(#293) There should be no spaces inside this paren. (space-in-parens)
(#293) There should be no spaces inside this paren. (space-in-parens)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#295) Comments should not begin with a lowercase character (capitalized-comments)
(#296) Unexpected tab character. (no-tabs)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) Unexpected tab character. (no-tabs)
(#297) Trailing spaces not allowed. (no-trailing-spaces)
(#298) Unexpected tab character. (no-tabs)
(#298) 'Reveal' is not defined. (no-undef)
(#299) Unexpected tab character. (no-tabs)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#300) Unexpected tab character. (no-tabs)
(#300) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#301) Unexpected tab character. (no-tabs)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#302) Unexpected tab character. (no-tabs)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#303) Unexpected tab character. (no-tabs)
(#303) Trailing spaces not allowed. (no-trailing-spaces)
(#304) Unexpected tab character. (no-tabs)
(#304) 'Reveal' is not defined. (no-undef)
(#305) Unexpected tab character. (no-tabs)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) Trailing spaces not allowed. (no-trailing-spaces)
(#308) Unexpected tab character. (no-tabs)
(#309) Unexpected tab character. (no-tabs)
(#310) Unexpected tab character. (no-tabs)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#311) Unexpected tab character. (no-tabs)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#311) 'event' is defined but never used. (no-unused-vars)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#312) Unexpected tab character. (no-tabs)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Unexpected tab character. (no-tabs)
(#313) Comments should not begin with a lowercase character (capitalized-comments)
(#314) Unexpected tab character. (no-tabs)
(#314) 'Reveal' is not defined. (no-undef)
(#314) Trailing spaces not allowed. (no-trailing-spaces)
(#315) Unexpected tab character. (no-tabs)
(#315) Trailing spaces not allowed. (no-trailing-spaces)
(#316) Unexpected tab character. (no-tabs)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#317) Unexpected tab character. (no-tabs)
(#318) Unexpected tab character. (no-tabs)
(#318) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#319) Unexpected tab character. (no-tabs)
(#320) Unexpected tab character. (no-tabs)
(#321) Unexpected tab character. (no-tabs)
(#322) Unexpected tab character. (no-tabs)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#323) Unexpected tab character. (no-tabs)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#324) Unexpected tab character. (no-tabs)
(#324) Infix operators must be spaced. (space-infix-ops)
(#325) Unexpected tab character. (no-tabs)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) Trailing spaces not allowed. (no-trailing-spaces)
(#326) Unexpected tab character. (no-tabs)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#327) Unexpected tab character. (no-tabs)
(#327) Infix operators must be spaced. (space-infix-ops)
(#328) Unexpected tab character. (no-tabs)
(#328) There should be no spaces inside this paren. (space-in-parens)
(#328) There should be no spaces inside this paren. (space-in-parens)
(#329) Unexpected tab character. (no-tabs)
(#329) Trailing spaces not allowed. (no-trailing-spaces)
(#330) Unexpected tab character. (no-tabs)
(#331) Unexpected tab character. (no-tabs)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#332) Expected space or tab after '//' in comment. (spaced-comment)
(#332) Comments should not begin with a lowercase character (capitalized-comments)
(#333) Unexpected tab character. (no-tabs)
(#333) Trailing spaces not allowed. (no-trailing-spaces)
(#334) Unexpected tab character. (no-tabs)
(#335) Unexpected tab character. (no-tabs)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#336) Unexpected tab character. (no-tabs)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) 'event' is defined but never used. (no-unused-vars)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#337) Unexpected tab character. (no-tabs)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Unexpected tab character. (no-tabs)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#339) Unexpected tab character. (no-tabs)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) 'event' is defined but never used. (no-unused-vars)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#340) Unexpected tab character. (no-tabs)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) Statement inside of curly braces should be on next line. (brace-style)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#340) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#341) Unexpected tab character. (no-tabs)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#343) Unexpected tab character. (no-tabs)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#343) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) Trailing spaces not allowed. (no-trailing-spaces)
(#346) Unexpected tab character. (no-tabs)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#347) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#350) Unexpected tab character. (no-tabs)
(#350) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#352) Trailing spaces not allowed. (no-trailing-spaces)
(#353) Unexpected tab character. (no-tabs)
(#354) Unexpected tab character. (no-tabs)
(#354) Comments should not begin with a lowercase character (capitalized-comments)
(#355) Unexpected tab character. (no-tabs)
(#356) Unexpected tab character. (no-tabs)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#358) Comments should not begin with a lowercase character (capitalized-comments)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#360) 'audioSource' used outside of binding context. (block-scoped-var)
(#360) 'audioSource' used outside of binding context. (block-scoped-var)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#361) Unexpected tab character. (no-tabs)
(#361) 'audioSource' used outside of binding context. (block-scoped-var)
(#361) 'audioSource' used outside of binding context. (block-scoped-var)
(#362) Unexpected tab character. (no-tabs)
(#362) 'audioSource' used outside of binding context. (block-scoped-var)
(#362) 'audioSource' used outside of binding context. (block-scoped-var)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#365) Trailing spaces not allowed. (no-trailing-spaces)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#366) Expected space(s) after "catch". (keyword-spacing)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#367) Unexpected tab character. (no-tabs)
(#367) Comments should not begin with a lowercase character (capitalized-comments)
(#368) Unexpected tab character. (no-tabs)
(#368) 'audioSource' is already defined. (no-redeclare)
(#368) 'audioSource' used outside of binding context. (block-scoped-var)
(#368) 'audioSource' used outside of binding context. (block-scoped-var)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#369) Unexpected tab character. (no-tabs)
(#369) 'audioSource' used outside of binding context. (block-scoped-var)
(#369) 'audioSource' used outside of binding context. (block-scoped-var)
(#370) Unexpected tab character. (no-tabs)
(#370) 'audioSource' used outside of binding context. (block-scoped-var)
(#370) 'audioSource' used outside of binding context. (block-scoped-var)
(#371) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#373) Unexpected space after unary operator '!'. (space-unary-ops)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#374) Unexpected tab character. (no-tabs)
(#374) 'audioSource' is already defined. (no-redeclare)
(#374) 'audioSource' used outside of binding context. (block-scoped-var)
(#374) 'audioSource' used outside of binding context. (block-scoped-var)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#375) Unexpected tab character. (no-tabs)
(#375) Comments should not begin with a lowercase character (capitalized-comments)
(#376) Unexpected tab character. (no-tabs)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#376) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#376) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#377) Unexpected tab character. (no-tabs)
(#377) 'audioSource' used outside of binding context. (block-scoped-var)
(#377) 'audioSource' used outside of binding context. (block-scoped-var)
(#378) Unexpected tab character. (no-tabs)
(#378) 'audioSource' used outside of binding context. (block-scoped-var)
(#378) 'audioSource' used outside of binding context. (block-scoped-var)
(#378) A space is required after ','. (comma-spacing)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#379) Unexpected tab character. (no-tabs)
(#379) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#380) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#381) There should be no spaces inside this paren. (space-in-parens)
(#381) Multiple spaces found before 'videoElement'. (no-multi-spaces)
(#381) There should be no spaces inside this paren. (space-in-parens)
(#382) Unexpected tab character. (no-tabs)
(#382) There should be no spaces inside this paren. (space-in-parens)
(#382) There should be no spaces inside this paren. (space-in-parens)
(#382) Comments should not begin with a lowercase character (capitalized-comments)
(#383) Unexpected tab character. (no-tabs)
(#383) 'audioSource' used outside of binding context. (block-scoped-var)
(#383) 'audioSource' used outside of binding context. (block-scoped-var)
(#383) Infix operators must be spaced. (space-infix-ops)
(#384) Unexpected tab character. (no-tabs)
(#384) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#386) Comments should not begin with a lowercase character (capitalized-comments)
(#387) Unexpected tab character. (no-tabs)
(#387) 'audioSource' used outside of binding context. (block-scoped-var)
(#387) 'audioSource' used outside of binding context. (block-scoped-var)
(#387) Trailing spaces not allowed. (no-trailing-spaces)
(#388) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#389) Trailing spaces not allowed. (no-trailing-spaces)
(#390) Unexpected tab character. (no-tabs)
(#390) 'audioSource' used outside of binding context. (block-scoped-var)
(#390) 'audioSource' used outside of binding context. (block-scoped-var)
(#391) Unexpected tab character. (no-tabs)
(#392) Unexpected tab character. (no-tabs)
(#392) Trailing spaces not allowed. (no-trailing-spaces)
(#393) Unexpected tab character. (no-tabs)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#394) Unexpected tab character. (no-tabs)
(#398) Expected space or tab after '/**' in comment. (spaced-comment)
(#408) Line 408 exceeds the maximum line length of 132. (max-len)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing space before value for key 'chars'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'encLookup'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'Init'. (key-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Expected { after 'for' condition. (curly)
(#408) Expected space(s) after "for". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) before "this". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Requires a space before '}'. (block-spacing)
(#408) Missing semicolon. (semi)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'Encode'. (key-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#408) Expected space(s) after "for". (keyword-spacing)
(#408) Expected { after 'for' condition. (curly)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 'n' is not defined. (no-undef)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '|'. (no-bitwise)
(#408) Unexpected use of '<<'. (no-bitwise)
(#408) Unexpected use of '|'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '<<'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 'n' is not defined. (no-undef)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 'n' is not defined. (no-undef)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) after "if". (keyword-spacing)
(#408) 'h' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Requires a space after '{'. (block-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 't' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '<<'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 't' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) after "if". (keyword-spacing)
(#408) 'h' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '|='. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 't' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) 'a' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) 'a' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 'h' used outside of binding context. (block-scoped-var)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '<<'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 't' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Unexpected use of '|='. (no-bitwise)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 't' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) 'a' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Requires a space before '}'. (block-spacing)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 'h' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) 'a' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) 'a' used outside of binding context. (block-scoped-var)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing semicolon. (semi)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Expected space(s) before "return". (keyword-spacing)
(#408) 'a' used outside of binding context. (block-scoped-var)
(#408) Requires a space before '}'. (block-spacing)
(#408) Missing semicolon. (semi)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Requires a space after '{'. (block-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing JSDoc comment. (require-jsdoc)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Requires a space after '{'. (block-spacing)
(#408) Expected space(s) after "return". (keyword-spacing)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Expected space(s) before "function". (keyword-spacing)
(#408) Missing JSDoc comment. (require-jsdoc)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected space(s) after "return". (keyword-spacing)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Requires a space before '}'. (block-spacing)
(#408) Missing semicolon. (semi)
(#408) Missing JSDoc comment. (require-jsdoc)
(#408) Expected space(s) before "function". (keyword-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected space(s) after "for". (keyword-spacing)
(#408) Expected { after 'for' condition. (curly)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '&'. (no-bitwise)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) 'h' used outside of binding context. (block-scoped-var)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Expected space(s) before "this". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing space before value for key 'chunkId'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'chunkSize'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'format'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'subChunk1Id'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'subChunk1Size'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'audioFormat'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'numChannels'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'sampleRate'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'byteRate'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'blockAlign'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'bitsPerSample'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'subChunk2Id'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'subChunk2Size'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Expected { after 'for' condition. (curly)
(#408) Expected space(s) after "for". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) before "this". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Unexpected use of '>>'. (no-bitwise)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing semicolon. (semi)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Requires a space before '}'. (block-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing semicolon. (semi)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Requires a space before '}'. (block-spacing)
mod/revealjs/plugin/audio-slideshow/slideshow-recorder.js
(#1) Expected space or tab after '/**' in comment. (spaced-comment)
(#27) Extra space after key 'initialize'. (key-spacing)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#30) 'JSZip' is not defined. (no-undef)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) Comments should not begin with a lowercase character (capitalized-comments)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) 'Reveal' is not defined. (no-undef)
(#52) 'Reveal' is not defined. (no-undef)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#55) Unexpected tab character. (no-tabs)
(#56) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#62) Extra space after key 'start'. (key-spacing)
(#63) Unexpected tab character. (no-tabs)
(#64) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) Missing JSDoc comment. (require-jsdoc)
(#65) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#67) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) 'Reveal' is not defined. (no-undef)
(#71) Unexpected tab character. (no-tabs)
(#71) Comments should not begin with a lowercase character (capitalized-comments)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#73) Expected { after 'if' condition. (curly)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#76) Unexpected tab character. (no-tabs)
(#76) Unexpected alert. (no-alert)
(#77) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Unexpected tab character. (no-tabs)
(#80) There should be no spaces inside this paren. (space-in-parens)
(#80) There should be no space after '{'. (object-curly-spacing)
(#80) There should be no space before '}'. (object-curly-spacing)
(#80) There should be no spaces inside this paren. (space-in-parens)
(#80) There should be no spaces inside this paren. (space-in-parens)
(#81) Unexpected tab character. (no-tabs)
(#81) Expected { after 'if' condition. (curly)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#84) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#89) Line 89 exceeds the maximum line length of 132. (max-len)
(#89) Unexpected tab character. (no-tabs)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#96) Unexpected tab character. (no-tabs)
(#96) Unexpected alert. (no-alert)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#97) Unexpected tab character. (no-tabs)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#98) Unexpected tab character. (no-tabs)
(#98) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#99) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#107) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#111) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#115) Extra space after key 'stop'. (key-spacing)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#120) Expected { after 'if' condition. (curly)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#122) Unexpected tab character. (no-tabs)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#123) Unexpected tab character. (no-tabs)
(#123) Comments should not begin with a lowercase character (capitalized-comments)
(#124) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#126) Comments should not begin with a lowercase character (capitalized-comments)
(#127) Unexpected tab character. (no-tabs)
(#129) Unexpected tab character. (no-tabs)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#131) Trailing spaces not allowed. (no-trailing-spaces)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#133) 'blobBinaryString' is not defined. (no-undef)
(#133) Trailing spaces not allowed. (no-trailing-spaces)
(#134) Unexpected tab character. (no-tabs)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) 'blobBinaryString' is not defined. (no-undef)
(#134) There should be no space after '{'. (object-curly-spacing)
(#134) There should be no space before '}'. (object-curly-spacing)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#136) Missing semicolon. (semi)
(#137) Unexpected tab character. (no-tabs)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#138) Unexpected tab character. (no-tabs)
(#138) Trailing spaces not allowed. (no-trailing-spaces)
(#139) Trailing spaces not allowed. (no-trailing-spaces)
(#139) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#142) Unexpected tab character. (no-tabs)
(#143) Unexpected tab character. (no-tabs)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) Unexpected tab character. (no-tabs)
(#144) Unexpected space between function name and paren. (func-call-spacing)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no space before ','. (comma-spacing)
(#144) There should be no space before ','. (comma-spacing)
(#144) There should be no space before ','. (comma-spacing)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#148) Extra space after key 'next'. (key-spacing)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) 'context' used outside of binding context. (block-scoped-var)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) 'context' used outside of binding context. (block-scoped-var)
(#151) Unexpected tab character. (no-tabs)
(#151) Unexpected space between function name and paren. (func-call-spacing)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) There should be no space before ','. (comma-spacing)
(#151) There should be no space before ','. (comma-spacing)
(#151) There should be no space before ','. (comma-spacing)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#153) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#158) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) Unexpected tab character. (no-tabs)
(#161) Comments should not begin with a lowercase character (capitalized-comments)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#163) Comments should not begin with a lowercase character (capitalized-comments)
(#164) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#168) Trailing spaces not allowed. (no-trailing-spaces)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#170) 'blobBinaryString' is not defined. (no-undef)
(#170) Trailing spaces not allowed. (no-trailing-spaces)
(#171) Unexpected tab character. (no-tabs)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) 'blobBinaryString' is not defined. (no-undef)
(#171) There should be no space after '{'. (object-curly-spacing)
(#171) There should be no space before '}'. (object-curly-spacing)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#173) Expected { after 'if' condition. (curly)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#174) Unexpected tab character. (no-tabs)
(#174) Missing semicolon. (semi)
(#175) Unexpected tab character. (no-tabs)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#175) Trailing spaces not allowed. (no-trailing-spaces)
(#176) Unexpected tab character. (no-tabs)
(#178) Unexpected tab character. (no-tabs)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#180) 'context' is already defined. (no-redeclare)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#181) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#189) Trailing spaces not allowed. (no-trailing-spaces)
(#189) Unexpected tab character. (no-tabs)
(#192) Extra space after key 'downloadZip'. (key-spacing)
(#193) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#194) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Unexpected tab character. (no-tabs)
(#196) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#197) Unexpected tab character. (no-tabs)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) Missing space before value for key 'type'. (key-spacing)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#198) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#198) Unexpected tab character. (no-tabs)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#199) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#199) Unexpected tab character. (no-tabs)
(#199) Expected space(s) after "catch". (keyword-spacing)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#200) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#201) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#206) Extra space after key 'fetchTTS'. (key-spacing)
(#207) Unexpected tab character. (no-tabs)
(#207) Missing JSDoc comment. (require-jsdoc)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#208) Unexpected tab character. (no-tabs)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#209) Unexpected tab character. (no-tabs)
(#209) Comments should not begin with a lowercase character (capitalized-comments)
(#210) Unexpected tab character. (no-tabs)
(#211) Line 211 exceeds the maximum line length of 132. (max-len)
(#211) Unexpected tab character. (no-tabs)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) 'progressBar' used outside of binding context. (block-scoped-var)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) 'progressBar' used outside of binding context. (block-scoped-var)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) Trailing spaces not allowed. (no-trailing-spaces)
(#212) Unexpected tab character. (no-tabs)
(#212) 'progressBar' used outside of binding context. (block-scoped-var)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#213) Unexpected tab character. (no-tabs)
(#214) Unexpected tab character. (no-tabs)
(#214) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#215) Unexpected tab character. (no-tabs)
(#216) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#216) Unexpected tab character. (no-tabs)
(#217) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#217) Unexpected tab character. (no-tabs)
(#218) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#218) Unexpected tab character. (no-tabs)
(#219) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#219) Unexpected tab character. (no-tabs)
(#219) 'blobURL' is assigned a value but never used. (no-unused-vars)
(#220) Unexpected tab character. (no-tabs)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#221) Unexpected tab character. (no-tabs)
(#221) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#221) Comments should not begin with a lowercase character (capitalized-comments)
(#222) Unexpected tab character. (no-tabs)
(#223) Unexpected tab character. (no-tabs)
(#223) Trailing spaces not allowed. (no-trailing-spaces)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#225) 'blobBinaryString' is not defined. (no-undef)
(#225) Trailing spaces not allowed. (no-trailing-spaces)
(#226) Unexpected tab character. (no-tabs)
(#226) Comments should not begin with a lowercase character (capitalized-comments)
(#227) Unexpected tab character. (no-tabs)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) 'blobBinaryString' is not defined. (no-undef)
(#227) There should be no space after '{'. (object-curly-spacing)
(#227) There should be no space before '}'. (object-curly-spacing)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#228) Unexpected tab character. (no-tabs)
(#228) Comments should not begin with a lowercase character (capitalized-comments)
(#229) Unexpected tab character. (no-tabs)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#230) Unexpected tab character. (no-tabs)
(#230) Missing semicolon. (semi)
(#231) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#231) Unexpected tab character. (no-tabs)
(#232) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#232) Unexpected tab character. (no-tabs)
(#232) Missing semicolon. (semi)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#234) Unexpected space between function name and paren. (func-call-spacing)
(#234) Unexpected alert. (no-alert)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#235) Unexpected tab character. (no-tabs)
(#235) Comments should not begin with a lowercase character (capitalized-comments)
(#236) Unexpected tab character. (no-tabs)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) 'progressContainer' used outside of binding context. (block-scoped-var)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#237) Unexpected tab character. (no-tabs)
(#237) Missing semicolon. (semi)
(#238) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#239) Comments should not begin with a lowercase character (capitalized-comments)
(#240) Unexpected tab character. (no-tabs)
(#240) Unexpected console statement. (no-console)
(#241) Unexpected tab character. (no-tabs)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) Trailing spaces not allowed. (no-trailing-spaces)
(#242) Unexpected tab character. (no-tabs)
(#242) Unexpected alert. (no-alert)
(#242) Unexpected space between function name and paren. (func-call-spacing)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#243) Unexpected tab character. (no-tabs)
(#243) Comments should not begin with a lowercase character (capitalized-comments)
(#244) Unexpected tab character. (no-tabs)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) 'progressContainer' used outside of binding context. (block-scoped-var)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#246) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#247) Unexpected tab character. (no-tabs)
(#248) Unexpected tab character. (no-tabs)
(#248) Comments should not begin with a lowercase character (capitalized-comments)
(#249) Unexpected tab character. (no-tabs)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) Missing space before value for key 'type'. (key-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#250) Unexpected tab character. (no-tabs)
(#251) Unexpected tab character. (no-tabs)
(#251) Trailing spaces not allowed. (no-trailing-spaces)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#255) Unexpected tab character. (no-tabs)
(#255) Expected space(s) after "catch". (keyword-spacing)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#256) Unexpected tab character. (no-tabs)
(#257) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#257) Unexpected tab character. (no-tabs)
(#258) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) Comments should not begin with a lowercase character (capitalized-comments)
(#261) Unexpected tab character. (no-tabs)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) 'progressContainer' used outside of binding context. (block-scoped-var)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#262) Unexpected tab character. (no-tabs)
(#263) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#267) Unexpected tab character. (no-tabs)
(#267) Comments should not begin with a lowercase character (capitalized-comments)
(#268) Unexpected tab character. (no-tabs)
(#268) Multiple spaces found before 'document'. (no-multi-spaces)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#271) Unexpected tab character. (no-tabs)
(#271) Multiple spaces found before 'document'. (no-multi-spaces)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#272) Unexpected tab character. (no-tabs)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#273) Unexpected tab character. (no-tabs)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#274) Unexpected tab character. (no-tabs)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#275) Unexpected tab character. (no-tabs)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#277) Unexpected tab character. (no-tabs)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#278) Unexpected tab character. (no-tabs)
(#278) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#279) Unexpected tab character. (no-tabs)
(#280) Unexpected tab character. (no-tabs)
(#280) Unexpected alert. (no-alert)
(#281) Unexpected tab character. (no-tabs)
(#287) Missing space before opening brace. (space-before-blocks)
(#290) Unexpected tab character. (no-tabs)
(#290) 'Reveal' is not defined. (no-undef)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) 'event' is defined but never used. (no-unused-vars)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#291) Unexpected tab character. (no-tabs)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#292) Unexpected tab character. (no-tabs)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) 'Reveal' is not defined. (no-undef)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#295) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#296) Unexpected tab character. (no-tabs)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) Unexpected tab character. (no-tabs)
(#297) Comments should not begin with a lowercase character (capitalized-comments)
(#298) Unexpected tab character. (no-tabs)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#299) Unexpected tab character. (no-tabs)
(#300) Unexpected tab character. (no-tabs)
(#300) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#305) Unexpected tab character. (no-tabs)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#307) 'Reveal' is not defined. (no-undef)
(#307) Unexpected tab character. (no-tabs)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) 'event' is defined but never used. (no-unused-vars)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) Unexpected tab character. (no-tabs)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) Unexpected tab character. (no-tabs)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) 'Reveal' is not defined. (no-undef)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) Unexpected tab character. (no-tabs)
(#311) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#312) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#313) Unexpected tab character. (no-tabs)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#314) Unexpected tab character. (no-tabs)
(#314) Comments should not begin with a lowercase character (capitalized-comments)
(#315) Unexpected tab character. (no-tabs)
(#315) Trailing spaces not allowed. (no-trailing-spaces)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#317) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#320) Unexpected tab character. (no-tabs)
(#321) Unexpected tab character. (no-tabs)
(#322) Unexpected tab character. (no-tabs)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#323) Unexpected tab character. (no-tabs)
(#323) 'Reveal' is not defined. (no-undef)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) 'event' is defined but never used. (no-unused-vars)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#324) Unexpected tab character. (no-tabs)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#325) Unexpected tab character. (no-tabs)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#327) 'Reveal' is not defined. (no-undef)
(#327) Unexpected tab character. (no-tabs)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) 'event' is defined but never used. (no-unused-vars)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#328) Unexpected tab character. (no-tabs)
(#328) There should be no spaces inside this paren. (space-in-parens)
(#328) There should be no spaces inside this paren. (space-in-parens)
(#329) Unexpected tab character. (no-tabs)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#331) 'Reveal' is not defined. (no-undef)
(#331) Unexpected tab character. (no-tabs)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) 'event' is defined but never used. (no-unused-vars)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#332) Unexpected tab character. (no-tabs)
(#333) Unexpected tab character. (no-tabs)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#335) 'Reveal' is not defined. (no-undef)
(#335) Unexpected tab character. (no-tabs)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) 'event' is defined but never used. (no-unused-vars)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#336) Unexpected tab character. (no-tabs)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#337) Unexpected tab character. (no-tabs)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) 'Reveal' is not defined. (no-undef)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#338) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#340) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#341) Unexpected tab character. (no-tabs)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#342) Unexpected tab character. (no-tabs)
(#342) Comments should not begin with a lowercase character (capitalized-comments)
(#343) Unexpected tab character. (no-tabs)
(#343) Trailing spaces not allowed. (no-trailing-spaces)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#345) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#352) Missing JSDoc comment. (require-jsdoc)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#353) Unexpected tab character. (no-tabs)
(#354) Unexpected tab character. (no-tabs)
(#354) Expected { after 'if' condition. (curly)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#355) Unexpected tab character. (no-tabs)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) A space is required after ','. (comma-spacing)
(#355) Trailing spaces not allowed. (no-trailing-spaces)
(#356) Unexpected tab character. (no-tabs)
(#361) Expected space or tab after '/**' in comment. (spaced-comment)
(#377) Expected space or tab after '//' in comment. (spaced-comment)
(#380) Expected space or tab after '//' in comment. (spaced-comment)
(#382) Expected space or tab after '//' in comment. (spaced-comment)
(#389) Expected space or tab after '//' in comment. (spaced-comment)
(#391) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#396) Line 396 exceeds the maximum line length of 132. (max-len)
(#413) Line 413 exceeds the maximum line length of 132. (max-len)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) 'RecordRTC' is defined but never used. (no-unused-vars)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) This line has 157 statements. Maximum allowed is 2. (max-statements-per-line)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Return statement should not contain assignment. (no-return-assign)
(#413) Return statement should not contain assignment. (no-return-assign)
(#413) Return statement should not contain assignment. (no-return-assign)
(#413) Return statement should not contain assignment. (no-return-assign)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A constructor name should not start with a lowercase letter. (new-cap)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Expected to return a value at the end of function 'r'. (consistent-return)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Expected { after 'for-in'. (curly)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected space(s) before "if". (keyword-spacing)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Unexpected console statement. (no-console)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Unexpected console statement. (no-console)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Unexpected console statement. (no-console)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Expected to return a value at the end of function 'a'. (consistent-return)
(#413) A space is required after ','. (comma-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'type'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) before "if". (keyword-spacing)
(#413) Expected space(s) after "throw". (keyword-spacing)
(#413) Expected an object to be thrown. (no-throw-literal)
(#413) Expected space(s) before "throw". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing '()' invoking a constructor. (new-parens)
(#413) 'FileReaderSync' is not defined. (no-undef)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected space(s) before "else". (keyword-spacing)
(#413) Expected space(s) after "else". (keyword-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing '()' invoking a constructor. (new-parens)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) before "if". (keyword-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Expected an object to be thrown. (no-throw-literal)
(#413) Expected space(s) after "throw". (keyword-spacing)
(#413) Expected space(s) before "throw". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before value for key 'startRecording'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'stopRecording'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'pauseRecording'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'resumeRecording'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'getBlob'. (key-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'getDataURL'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'toURL'. (key-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected to return a value at the end of method 'save'. (consistent-return)
(#413) Missing space before value for key 'save'. (key-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Unexpected console statement. (no-console)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "var". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'view'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'bubbles'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'cancelable'. (key-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'blob'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'bufferSize'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'sampleRate'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'buffer'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'view'. (key-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected { after 'for-in'. (curly)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Expected space(s) before "this". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) A space is required after ','. (comma-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Expected { after 'for-in'. (curly)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected { after 'for-in'. (curly)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Expected space(s) before "if". (keyword-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "else". (keyword-spacing)
(#413) Expected { after 'else'. (curly)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Expected space(s) after "return". (keyword-spacing)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "return". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) 'MediaStreamRecorder' is defined but never used. (no-unused-vars)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing '()' invoking a constructor. (new-parens)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected space(s) before "var". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Expected to return a value at the end of function. (consistent-return)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'type'. (key-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) 'StereoRecorder' is defined but never used. (no-unused-vars)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected { after 'for-in'. (curly)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) 'Float64Array' is not defined. (no-undef)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) 't' used outside of binding context. (block-scoped-var)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) A space is required after ','. (comma-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Expected { after 'for' condition. (curly)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) 'Float64Array' is not defined. (no-undef)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) 'r' used outside of binding context. (block-scoped-var)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected { after 'for' condition. (curly)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "var". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) 'ArrayBuffer' is not defined. (no-undef)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) 'DataView' is not defined. (no-undef)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "for". (keyword-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Missing space before value for key 'buffer'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'view'. (key-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) before "var". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'type'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected space(s) before "if". (keyword-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected an object to be thrown. (no-throw-literal)
(#413) Expected space(s) before "throw". (keyword-spacing)
(#413) Expected space(s) after "throw". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'sampleRate'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'leftChannel'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'leftBuffers'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'rightBuffers'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key 'type'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) 'ArrayBuffer' is not defined. (no-undef)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing '()' invoking a constructor. (new-parens)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected tab character. (no-tabs)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected space(s) after "else". (keyword-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected an object to be thrown. (no-throw-literal)
(#413) Expected space(s) after "throw". (keyword-spacing)
(#413) Expected space(s) before "throw". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected console statement. (no-console)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) A space is required after ','. (comma-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Requires a space before '}'. (block-spacing)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Expected to return a value at the end of function. (consistent-return)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Requires a space after '{'. (block-spacing)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected empty function. (no-empty-function)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected { after 'if' condition. (curly)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Expected space(s) before "return". (keyword-spacing)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) 'Float32Array' is not defined. (no-undef)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) 'Float32Array' is not defined. (no-undef)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing semicolon. (semi)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Requires a space before '}'. (block-spacing)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected use of comma operator. (no-sequences)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Unexpected console statement. (no-console)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before value for key 'AudioContext'. (key-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#415) Expected space or tab after '/**' in comment. (spaced-comment)
(#415) Comments should not begin with a lowercase character (capitalized-comments)
(#419) Expected space or tab after '/*' in comment. (spaced-comment)
(#427) Line 427 exceeds the maximum line length of 132. (max-len)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'module' is not defined. (no-undef)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) This line has 427 statements. Maximum allowed is 2. (max-statements-per-line)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "else". (keyword-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'global' is not defined. (no-undef)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) 'f' used outside of binding context. (block-scoped-var)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) 'f' used outside of binding context. (block-scoped-var)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'exports'. (key-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "for". (keyword-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Unquoted number literal '1' used as key. (quote-props)
(#427) Missing space before value for key '1'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) 'j' used outside of binding context. (block-scoped-var)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unnecessary escape character: \+. (no-useless-escape)
(#427) Unnecessary escape character: \/. (no-useless-escape)
(#427) Unnecessary escape character: \=. (no-useless-escape)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '2' used as key. (quote-props)
(#427) Missing space before value for key '2'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'getContent'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'getCompressedContent'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '3' used as key. (quote-props)
(#427) Missing space before value for key '3'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'magic'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'compress'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uncompress'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'compressInputType'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uncompressInputType'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './flate'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '4' used as key. (quote-props)
(#427) Missing space before value for key '4'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '^'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '^'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '^'. (no-bitwise)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Unexpected use of '^'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '5' used as key. (quote-props)
(#427) Missing space before value for key '5'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'checkOffset'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'checkIndex'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'setIndex'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'skip'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'byteAt'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Unexpected empty method 'byteAt'. (no-empty-function)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readInt'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readString'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readData'. (key-spacing)
(#427) Unexpected empty method 'readData'. (no-empty-function)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'lastIndexOfSignature'. (key-spacing)
(#427) Unexpected empty method 'lastIndexOfSignature'. (no-empty-function)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readDate'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '6' used as key. (quote-props)
(#427) Missing space before value for key '6'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '7' used as key. (quote-props)
(#427) Missing space before value for key '7'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '8' used as key. (quote-props)
(#427) Missing space before value for key '8'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'pako'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '9' used as key. (quote-props)
(#427) Missing space before value for key '9'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for-in'. (curly)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'encode'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'decode'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './base64'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './compressions'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './defaults'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './deprecatedPublicUtils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './load'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './object'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './support'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '10' used as key. (quote-props)
(#427) Missing space before value for key '10'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'binary'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'optimizedBinaryString'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'date'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'dir'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'comment'. (key-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'createFolders'. (key-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './base64'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './zipEntries'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '11' used as key. (quote-props)
(#427) Missing space before value for key '11'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'Buffer' is not defined. (no-undef)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '12' used as key. (quote-props)
(#427) Missing space before value for key '12'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './uint8ArrayReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '13' used as key. (quote-props)
(#427) Missing space before value for key '13'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'dir'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'date'. (key-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'asText'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'asBinary'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'asNodeBuffer'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'asUint8Array'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'asArrayBuffer'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '>>>='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) before "for". (keyword-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for-in'. (curly)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "else". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'dir'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'createFolders'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '<<='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '|='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '<<='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '|='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '<<='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '|='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '<<='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of '|='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Missing space before value for key 'fileRecord'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'dirRecord'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'compressedObject'. (key-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'load'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'filter'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for-in'. (curly)
(#427) Expected space(s) before "this". (keyword-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'file'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'folder'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'remove'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "delete". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'else'. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) before "delete". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'generate'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'base64'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'compression'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'type'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'comment'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for-in'. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected space(s) before "if". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "switch". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'crc32'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'utf8encode'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'utf8decode'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './base64'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './compressedObject'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './compressions'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './crc32'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './defaults'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './nodeBuffer'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './signature'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './stringWriter'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './support'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './uint8ArrayWriter'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utf8'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '14' used as key. (quote-props)
(#427) Missing space before value for key '14'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '15' used as key. (quote-props)
(#427) Missing space before value for key '15'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './dataReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '16' used as key. (quote-props)
(#427) Missing space before value for key '16'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'append'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'finalize'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '17' used as key. (quote-props)
(#427) Missing space before value for key '17'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "else". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'ArrayBuffer' is not defined. (no-undef)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "try". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'type'. (key-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) after "catch". (keyword-spacing)
(#427) Expected space(s) before "catch". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected space(s) after "try". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "catch". (keyword-spacing)
(#427) Expected space(s) after "catch". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'Buffer' is not defined. (no-undef)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '18' used as key. (quote-props)
(#427) Missing space before value for key '18'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected space(s) before "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './dataReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '19' used as key. (quote-props)
(#427) Missing space before value for key '19'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'append'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'finalize'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '20' used as key. (quote-props)
(#427) Missing space before value for key '20'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) 'g' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'g' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'e' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Unexpected use of '>>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'g' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) before "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'g' used outside of binding context. (block-scoped-var)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "else". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Unexpected use of '&='. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Unexpected use of '<<'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Unexpected use of '>>'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '|'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) 'd' used outside of binding context. (block-scoped-var)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) 'e' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'f' used outside of binding context. (block-scoped-var)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) 'e' used outside of binding context. (block-scoped-var)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) 'd' used outside of binding context. (block-scoped-var)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'd' used outside of binding context. (block-scoped-var)
(#427) 'e' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) 'e' used outside of binding context. (block-scoped-var)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) 'b' used outside of binding context. (block-scoped-var)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './nodeBuffer'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './support'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '21' used as key. (quote-props)
(#427) Missing space before value for key '21'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "function". (keyword-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "function". (keyword-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "try". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "switch". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "case". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) after "catch". (keyword-spacing)
(#427) Expected space(s) before "catch". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected space(s) before "if". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) 'k' used outside of binding context. (block-scoped-var)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected space(s) before "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "try". (keyword-spacing)
(#427) Expected space(s) after "try". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) after "catch". (keyword-spacing)
(#427) Expected space(s) before "catch". (keyword-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "function". (keyword-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) 'b' used outside of binding context. (block-scoped-var)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "try". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'type'. (key-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "catch". (keyword-spacing)
(#427) Expected space(s) after "catch". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected space(s) after "try". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "catch". (keyword-spacing)
(#427) Expected space(s) after "catch". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'string'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'array'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'arraybuffer'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uint8array'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'nodebuffer'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'string'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'array'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'arraybuffer'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uint8array'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'nodebuffer'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'string'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'array'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'arraybuffer'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uint8array'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'nodebuffer'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'string'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'array'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'arraybuffer'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uint8array'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'nodebuffer'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'string'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'array'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'arraybuffer'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'uint8array'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'nodebuffer'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'Uint8Array' is not defined. (no-undef)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'ArrayBuffer' is not defined. (no-undef)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for-in'. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) before "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './compressions'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './nodeBuffer'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './support'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '22' used as key. (quote-props)
(#427) Missing space before value for key '22'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'checkSignature'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readBlockEndOfCentral'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readBlockZip64EndOfCentral'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) 'd' is not modified in this loop. (no-unmodified-loop-condition)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) 'e' is not modified in this loop. (no-unmodified-loop-condition)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'id'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'length'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'value'. (key-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readBlockZip64EndOfCentralLocator'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readLocalFiles'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readCentralDir'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing space before value for key 'zip64'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readEndOfCentral'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'prepareReader'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'load'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './nodeBufferReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './object'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './signature'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './stringReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './support'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './uint8ArrayReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './zipEntry'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '23' used as key. (quote-props)
(#427) Missing space before value for key '23'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'isEncrypted'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'useUTF8'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'prepareCompressedContent'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'prepareContent'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readLocalPart'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readCentralPart'. (key-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of '&'. (no-bitwise)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'parseZIP64ExtraField'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'readExtraFields'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "for". (keyword-spacing)
(#427) Expected { after 'for' condition. (curly)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'id'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'length'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'value'. (key-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'handleUTF8'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Expected space(s) before "this". (keyword-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "else". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'findExtraFieldUnicodePath'. (key-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'findExtraFieldUnicodeComment'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Do not nest ternary expressions. (no-nested-ternary)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) before "return". (keyword-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './compressedObject'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './object'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './stringReader'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './utils'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '24' used as key. (quote-props)
(#427) Missing space before value for key '24'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './lib/deflate'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './lib/inflate'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './lib/utils/common'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key './lib/zlib/constants'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unquoted number literal '25' used as key. (quote-props)
(#427) Missing space before value for key '25'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "function". (keyword-spacing)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) A space is required after ','. (comma-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space after '{'. (block-spacing)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Missing semicolon. (semi)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing JSDoc comment. (require-jsdoc)
(#427) Expected space(s) before "function". (keyword-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Return statement should not contain assignment. (no-return-assign)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Expected space(s) before "var". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing space before value for key 'level'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'method'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'chunkSize'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'windowBits'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'memLevel'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'strategy'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'to'. (key-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected use of comma operator. (no-sequences)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing '()' invoking a constructor. (new-parens)
(#427) A constructor name should not start with a lowercase letter. (new-cap)
(#427) A space is required after ','. (comma-spacing)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) Identifier 'avail_out' is not in camel case. (camelcase)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected { after 'if' condition. (curly)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Expected space(s) before "throw". (keyword-spacing)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected 'this'. (no-invalid-this)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing semicolon. (semi)
(#428) Line 428 exceeds the maximum line length of 132. (max-len)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) This line has 583 statements. Maximum allowed is 2. (max-statements-per-line)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Expected space(s) after "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '~'. (no-bitwise)
(#428) Unexpected use of '~'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './utils/common'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './utils/strings'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/deflate.js'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/messages'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/zstream'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '26' used as key. (quote-props)
(#428) Missing space before value for key '26'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Expected space(s) before "throw". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "var". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before value for key 'chunkSize'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'windowBits'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'to'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing '()' invoking a constructor. (new-parens)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "throw". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing '()' invoking a constructor. (new-parens)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Expected space(s) after "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '~'. (no-bitwise)
(#428) Unexpected use of '~'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './utils/common'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './utils/strings'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/constants'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/gzheader'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/inflate.js'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/messages'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './zlib/zstream'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '27' used as key. (quote-props)
(#428) Missing space before value for key '27'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "throw". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for-in'. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected to return a value at the end of method 'arraySet'. (consistent-return)
(#428) Missing space before value for key 'arraySet'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'flattenChunks'. (key-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'Uint8Array' is not defined. (no-undef)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before value for key 'arraySet'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'flattenChunks'. (key-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'Uint8Array' is not defined. (no-undef)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'Uint16Array' is not defined. (no-undef)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'Int32Array' is not defined. (no-undef)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '28' used as key. (quote-props)
(#428) Missing space before value for key '28'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'c' used outside of binding context. (block-scoped-var)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "var". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "try". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "catch". (keyword-spacing)
(#428) Expected space(s) after "catch". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "try". (keyword-spacing)
(#428) Expected space(s) before "try". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) 'Uint8Array' is not defined. (no-undef)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "catch". (keyword-spacing)
(#428) Expected space(s) before "catch". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'b' used outside of binding context. (block-scoped-var)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Unexpected use of '&='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './common'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '29' used as key. (quote-props)
(#428) Missing space before value for key '29'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) 'e' used outside of binding context. (block-scoped-var)
(#428) Unexpected use of '|'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'f' used outside of binding context. (block-scoped-var)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '30' used as key. (quote-props)
(#428) Missing space before value for key '30'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before value for key 'Z_NO_FLUSH'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_PARTIAL_FLUSH'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_SYNC_FLUSH'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_FULL_FLUSH'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_FINISH'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_BLOCK'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_TREES'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_OK'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_STREAM_END'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_NEED_DICT'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_ERRNO'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_STREAM_ERROR'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_DATA_ERROR'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_BUF_ERROR'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_NO_COMPRESSION'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_BEST_SPEED'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_BEST_COMPRESSION'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_DEFAULT_COMPRESSION'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_FILTERED'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_HUFFMAN_ONLY'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_RLE'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_FIXED'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_DEFAULT_STRATEGY'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_BINARY'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_TEXT'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_UNKNOWN'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'Z_DEFLATED'. (key-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '31' used as key. (quote-props)
(#428) Missing space before value for key '31'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) 'b' used outside of binding context. (block-scoped-var)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "return". (keyword-spacing)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "var". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '32' used as key. (quote-props)
(#428) Missing space before value for key '32'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "return". (keyword-spacing)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'pending_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'total_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'pending_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'block_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'avail_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'total_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Identifier 'match_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Identifier 'match_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'block_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'else'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'prev_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'prev_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'prev_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Identifier 'match_available' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected { after 'else'. (curly)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Identifier 'match_available' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'd' used outside of binding context. (block-scoped-var)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'match_available' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Identifier 'window_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'max_lazy_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'good_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'nice_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'max_chain_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'block_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'prev_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'match_available' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'pending_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'pending_buf_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'pending_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'last_flush' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'w_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'w_bits' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'w_mask' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'window_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'ins_h' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'hash_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'hash_bits' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'hash_mask' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'hash_shift' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'block_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'match_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'prev_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'match_available' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'match_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'prev_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'max_chain_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'max_lazy_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'good_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'nice_match' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'dyn_ltree' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'dyn_dtree' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'bl_tree' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'l_desc' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'd_desc' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'bl_desc' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'bl_count' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'heap_len' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'heap_max' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'l_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'lit_bufsize' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'last_lit' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'd_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'opt_len' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'static_len' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'bi_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'bi_valid' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'total_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'total_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'data_type' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'pending_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'last_flush' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing '()' invoking a constructor. (new-parens)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'w_bits' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'w_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'w_mask' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'hash_bits' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'hash_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'hash_mask' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'hash_shift' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '~'. (no-bitwise)
(#428) Unexpected use of '~'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'lit_bufsize' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'pending_buf_size' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'pending_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'd_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'l_buf' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Function 'z' has a complexity of 61. (complexity)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'last_flush' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '|='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '|='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Identifier 'last_flush' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'last_flush' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'block_start' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Identifier 'last_flush' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Do not nest ternary expressions. (no-nested-ternary)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "var". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'good_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'max_lazy' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'nice_length' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'max_chain' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key '../utils/common'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './adler32'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './crc32'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './messages'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key './trees'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '33' used as key. (quote-props)
(#428) Missing space before value for key '33'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Identifier 'extra_len' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '34' used as key. (quote-props)
(#428) Missing space before value for key '34'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Function has a complexity of 27. (complexity)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected labeled statement. (no-labels)
(#428) Expected space(s) after "do". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected labeled statement. (no-labels)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in continue statement. (no-labels)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '&='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected labeled statement. (no-labels)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Blocks are nested too deeply (6). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in continue statement. (no-labels)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Blocks are nested too deeply (6). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Blocks are nested too deeply (6). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Blocks are nested too deeply (7). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Blocks are nested too deeply (8). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Blocks are nested too deeply (7). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Blocks are nested too deeply (8). (max-depth)
(#428) Expected { after 'do'. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Blocks are nested too deeply (8). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Blocks are nested too deeply (9). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Blocks are nested too deeply (7). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Expected space(s) before "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unquoted number literal '35' used as key. (quote-props)
(#428) Missing space before value for key '35'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "return". (keyword-spacing)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected 'this'. (no-invalid-this)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'total_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'total_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing '()' invoking a constructor. (new-parens)
(#428) A constructor name should not start with a lowercase letter. (new-cap)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'bits'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'bits'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing JSDoc comment. (require-jsdoc)
(#428) Function 'm' has a complexity of 168. (complexity)
(#428) Expected space(s) before "function". (keyword-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected labeled statement. (no-labels)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) before "switch". (keyword-spacing)
(#428) Expected space(s) after "switch". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Identifier 'extra_len' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected { after 'else'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected { after 'else'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'do'. (curly)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "while". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected { after 'else'. (curly)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "return". (keyword-spacing)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Return statement should not contain assignment. (no-return-assign)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "switch". (keyword-spacing)
(#428) Expected space(s) before "switch". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '^'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before value for key 'bits'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Blocks are nested too deeply (6). (max-depth)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Blocks are nested too deeply (6). (max-depth)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Blocks are nested too deeply (5). (max-depth)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Blocks are nested too deeply (6). (max-depth)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before value for key 'bits'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before value for key 'bits'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Unexpected label in break statement. (no-labels)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Identifier 'next_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_out' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'next_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Identifier 'avail_in' is not in camel case. (camelcase)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>'. (no-bitwise)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Unexpected use of '>>>'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Requires a space after '{'. (block-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '&'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected use of '<<'. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Unexpected use of '>>>='. (no-bitwise)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing semicolon. (semi)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected space(s) before "if". (keyword-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Unexpected use of comma operator. (no-sequences)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Requires a space before '}'. (block-spacing)
(#428) Missing semicolon. (semi)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected a 'break' statement before 'case'. (no-fallthrough)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Expected { after 'if' condition. (curly)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Unexpected label in break statement. (no-labels)
(#428) Expected space(s) before "break". (keyword-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Line 429 exceeds the maximum line length of 132. (max-len)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) This line has 202 statements. Maximum allowed is 2. (max-statements-per-line)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected { after 'else'. (curly)
(#429) Expected space(s) before "else". (keyword-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'do'. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "break". (keyword-spacing)
(#429) Unexpected label in break statement. (no-labels)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected label in break statement. (no-labels)
(#429) Expected space(s) before "break". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '|='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'total_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected a 'break' statement before 'case'. (no-fallthrough)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected label in break statement. (no-labels)
(#429) Expected space(s) before "break". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected a 'break' statement before 'case'. (no-fallthrough)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Unexpected label in break statement. (no-labels)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Unexpected label in break statement. (no-labels)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Identifier 'next_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Identifier 'avail_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'next_in' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'avail_in' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'total_in' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'total_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'data_type' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "var". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '../utils/common'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key './adler32'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key './crc32'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key './inffast'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key './inftrees'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unquoted number literal '36' used as key. (quote-props)
(#429) Missing space before value for key '36'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Function has a complexity of 28. (complexity)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Unexpected use of '<<='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Expected space(s) after "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) after "return". (keyword-spacing)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'do'. (curly)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "break". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '../utils/common'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unquoted number literal '37' used as key. (quote-props)
(#429) Missing space before value for key '37'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unquoted number literal '2' used as key. (quote-props)
(#429) Missing space before value for key '2'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unquoted number literal '1' used as key. (quote-props)
(#429) Missing space before value for key '1'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unquoted number literal '0' used as key. (quote-props)
(#429) Missing space before value for key '0'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '-1'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '-2'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '-3'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '-4'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '-5'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '-6'. (key-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unquoted number literal '38' used as key. (quote-props)
(#429) Missing space before value for key '38'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>>'. (no-bitwise)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '|='. (no-bitwise)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_valid' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '|='. (no-bitwise)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_valid' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'do'. (curly)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected use of '|='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '>>>='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_valid' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '>>='. (no-bitwise)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_valid' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'opt_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Identifier 'static_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected space(s) after "do". (keyword-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Expected space(s) before "while". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) before "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Identifier 'opt_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) before "for". (keyword-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected space(s) before "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Unexpected use of '>>='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) before "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A constructor name should not start with a lowercase letter. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A constructor name should not start with a lowercase letter. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A constructor name should not start with a lowercase letter. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Identifier 'opt_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Identifier 'static_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'last_lit' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_valid' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '~'. (no-bitwise)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) 'd' used outside of binding context. (block-scoped-var)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected { after 'do'. (curly)
(#429) Expected space(s) before "do". (keyword-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '|'. (no-bitwise)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Identifier 'heap_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'heap_max' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Identifier 'static_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Identifier 'max_code' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'do'. (curly)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected { after 'do'. (curly)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "while". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Expected { after 'else'. (curly)
(#429) Expected space(s) before "else". (keyword-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Identifier 'opt_len' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '>>>='. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Expected { after 'for' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Expected space(s) before "if". (keyword-spacing)
(#429) Expected { after 'if' condition. (curly)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Expected space(s) before "return". (keyword-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Identifier 'l_desc' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A constructor name should not start with a lowercase letter. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'd_desc' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A constructor name should not start with a lowercase letter. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bl_desc' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A constructor name should not start with a lowercase letter. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_buf' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier 'bi_valid' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Identifier 'data_type' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>>'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of '<<'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Expected space(s) before "function". (keyword-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '>>>'. (no-bitwise)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of '&'. (no-bitwise)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) before "var". (keyword-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'static_tree' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'extra_bits' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'extra_base' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'max_length' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'has_stree' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'dyn_tree' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'max_code' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'stat_desc' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Missing semicolon. (semi)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Identifier '_tr_init' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Identifier '_tr_stored_block' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier '_tr_flush_block' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier '_tr_tally' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Identifier '_tr_align' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '../utils/common'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Unquoted number literal '39' used as key. (quote-props)
(#429) Missing space before value for key '39'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Requires a space after '{'. (block-spacing)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected use of comma operator. (no-sequences)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'next_in' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'avail_in' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'total_in' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'next_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'avail_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'total_out' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Identifier 'data_type' is not in camel case. (camelcase)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Unexpected 'this'. (no-invalid-this)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing semicolon. (semi)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
mod/revealjs/plugin/chart/Chart.min.js
(#1) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Do not nest ternary expressions. (no-nested-ternary)
(#1) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'module' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) Expected space or tab after '/*' in comment. (spaced-comment)
(#19) Expected space or tab after '/*' in comment. (spaced-comment)
(#28) Expected space or tab after '/*' in comment. (spaced-comment)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) This line has 489 statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Expected space(s) after "if". (keyword-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 "if". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) 'o' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) 'o' used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#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 "var". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'exports'. (key-spacing)
(#37) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#37) Missing semicolon. (semi)
(#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) Expected { after 'for' condition. (curly)
(#37) Expected space(s) before "for". (keyword-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) Unquoted number literal '1' used as key. (quote-props)
(#37) Missing space before value for key '1'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'i' is defined but never used. (no-unused-vars)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Expected to return a value at the end of function. (consistent-return)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) A constructor name should not start with a lowercase letter. (new-cap)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'rgb'. (key-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) Missing space before value for key 'hsl'. (key-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) Missing space before value for key 'hsv'. (key-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) Missing space before value for key 'hwb'. (key-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) Missing space before value for key 'cmyk'. (key-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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'alpha'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "else". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "throw". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#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) Missing semicolon. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) 'e' is already defined. (no-redeclare)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "else". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "throw". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'rgb'. (key-spacing)
(#37) 't' is defined but never used. (no-unused-vars)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsl'. (key-spacing)
(#37) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsv'. (key-spacing)
(#37) 't' is defined but never used. (no-unused-vars)
(#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) 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwb'. (key-spacing)
(#37) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmyk'. (key-spacing)
(#37) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbArray'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hslArray'. (key-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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsvArray'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwbArray'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmykArray'. (key-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) 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbaArray'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hslaArray'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'alpha'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'red'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'green'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'blue'. (key-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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hue'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'saturation'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lightness'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'saturationv'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'whiteness'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'blackness'. (key-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) 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'value'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cyan'. (key-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) 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'magenta'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'yellow'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'black'. (key-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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hexString'. (key-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) 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbString'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbaString'. (key-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) 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'percentString'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hslString'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hslaString'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwbString'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbNumber'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Unexpected use of '|'. (no-bitwise)
(#37) Unexpected use of '|'. (no-bitwise)
(#37) Unexpected use of '<<'. (no-bitwise)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of '<<'. (no-bitwise)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'luminosity'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'contrast'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'level'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'dark'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'light'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'negate'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 't' used outside of binding context. (block-scoped-var)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lighten'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'darken'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'saturate'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'desaturate'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'whiten'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'blacken'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'greyscale'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators 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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'clearer'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'opaquer'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rotate'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'mix'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Unexpected use of comma operator. (no-sequences)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'toJSON'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'clone'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A constructor name should not start with a lowercase letter. (new-cap)
(#37) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) 'e' 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)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected to return a value at the end of function. (consistent-return)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'rgb'. (key-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) Missing space before value for key 'hsl'. (key-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) Missing space before value for key 'hsv'. (key-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) Missing space before value for key 'hwb'. (key-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) Missing space before value for key 'cmyk'. (key-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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'rgb'. (key-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) Missing space before value for key 'hsl'. (key-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) Missing space before value for key 'hsv'. (key-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) Missing space before value for key 'hwb'. (key-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) Missing space before value for key 'cmyk'. (key-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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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 "else". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'n' is already defined. (no-redeclare)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "if". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'n' is already defined. (no-redeclare)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) 'h' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'h' used outside of binding context. (block-scoped-var)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "for". (keyword-spacing)
(#37) Expected space(s) after "for". (keyword-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' is already defined. (no-redeclare)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) 'h' used outside of binding context. (block-scoped-var)
(#37) 'h' is already defined. (no-redeclare)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) 'n' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'h' used outside of binding context. (block-scoped-var)
(#37) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'color-convert'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'color-string'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unquoted number literal '2' used as key. (quote-props)
(#37) Missing space before value for key '2'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'i' is defined but never used. (no-unused-vars)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) 's' is already defined. (no-redeclare)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-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) A space is required after ','. (comma-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected to return a value at the end of function 'v'. (consistent-return)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) 'a' is already defined. (no-redeclare)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "switch". (keyword-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 "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) 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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "switch". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of '&'. (no-bitwise)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) 'r' is not defined. (no-undef)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) 'g' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) 'r' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) 'g' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) 'r' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) 'g' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'r' is not defined. (no-undef)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) 'g' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'r' is not defined. (no-undef)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) 'g' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) 'r' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) 'g' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) 'b' is not defined. (no-undef)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) after "return". (keyword-spacing)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'r' is not defined. (no-undef)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'g' is not defined. (no-undef)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'b' is not defined. (no-undef)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Requires a space before '}'. (block-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) Missing semicolon. (semi)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#37) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (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) Missing semicolon. (semi)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (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) Missing semicolon. (semi)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'rgb2hsl'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2hsv'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2hwb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2cmyk'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2keyword'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2xyz'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2lab'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgb2lch'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsl2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsl2hsv'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsl2hwb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsl2cmyk'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsl2keyword'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsv2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsv2hsl'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsv2hwb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsv2cmyk'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hsv2keyword'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwb2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwb2hsl'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwb2hsv'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwb2cmyk'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwb2keyword'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmyk2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmyk2hsl'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmyk2hsv'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmyk2hwb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'cmyk2keyword'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2hsl'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2hsv'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2hwb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2cmyk'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2lab'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword2xyz'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'xyz2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'xyz2lab'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'xyz2lch'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lab2xyz'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lab2rgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lab2lch'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lch2lab'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lch2xyz'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'lch2rgb'. (key-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'aliceblue'. (key-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) Missing space before value for key 'antiquewhite'. (key-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) Missing space before value for key 'aqua'. (key-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) Missing space before value for key 'aquamarine'. (key-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) Missing space before value for key 'azure'. (key-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) Missing space before value for key 'beige'. (key-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) Missing space before value for key 'bisque'. (key-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) Missing space before value for key 'black'. (key-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) Missing space before value for key 'blanchedalmond'. (key-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) Missing space before value for key 'blue'. (key-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) Missing space before value for key 'blueviolet'. (key-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) Missing space before value for key 'brown'. (key-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) Missing space before value for key 'burlywood'. (key-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) Missing space before value for key 'cadetblue'. (key-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) Missing space before value for key 'chartreuse'. (key-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) Missing space before value for key 'chocolate'. (key-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) Missing space before value for key 'coral'. (key-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) Missing space before value for key 'cornflowerblue'. (key-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) Missing space before value for key 'cornsilk'. (key-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) Missing space before value for key 'crimson'. (key-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) Missing space before value for key 'cyan'. (key-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) Missing space before value for key 'darkblue'. (key-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) Missing space before value for key 'darkcyan'. (key-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) Missing space before value for key 'darkgoldenrod'. (key-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) Missing space before value for key 'darkgray'. (key-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) Missing space before value for key 'darkgreen'. (key-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) Missing space before value for key 'darkgrey'. (key-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) Missing space before value for key 'darkkhaki'. (key-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) Missing space before value for key 'darkmagenta'. (key-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) Missing space before value for key 'darkolivegreen'. (key-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) Missing space before value for key 'darkorange'. (key-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) Missing space before value for key 'darkorchid'. (key-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) Missing space before value for key 'darkred'. (key-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) Missing space before value for key 'darksalmon'. (key-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) Missing space before value for key 'darkseagreen'. (key-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) Missing space before value for key 'darkslateblue'. (key-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) Missing space before value for key 'darkslategray'. (key-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) Missing space before value for key 'darkslategrey'. (key-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) Missing space before value for key 'darkturquoise'. (key-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) Missing space before value for key 'darkviolet'. (key-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) Missing space before value for key 'deeppink'. (key-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) Missing space before value for key 'deepskyblue'. (key-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) Missing space before value for key 'dimgray'. (key-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) Missing space before value for key 'dimgrey'. (key-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) Missing space before value for key 'dodgerblue'. (key-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) Missing space before value for key 'firebrick'. (key-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) Missing space before value for key 'floralwhite'. (key-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) Missing space before value for key 'forestgreen'. (key-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) Missing space before value for key 'fuchsia'. (key-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) Missing space before value for key 'gainsboro'. (key-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) Missing space before value for key 'ghostwhite'. (key-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) Missing space before value for key 'gold'. (key-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) Missing space before value for key 'goldenrod'. (key-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) Missing space before value for key 'gray'. (key-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) Missing space before value for key 'green'. (key-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) Missing space before value for key 'greenyellow'. (key-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) Missing space before value for key 'grey'. (key-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) Missing space before value for key 'honeydew'. (key-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) Missing space before value for key 'hotpink'. (key-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) Missing space before value for key 'indianred'. (key-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) Missing space before value for key 'indigo'. (key-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) Missing space before value for key 'ivory'. (key-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) Missing space before value for key 'khaki'. (key-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) Missing space before value for key 'lavender'. (key-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) Missing space before value for key 'lavenderblush'. (key-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) Missing space before value for key 'lawngreen'. (key-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) Missing space before value for key 'lemonchiffon'. (key-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) Missing space before value for key 'lightblue'. (key-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) Missing space before value for key 'lightcoral'. (key-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) Missing space before value for key 'lightcyan'. (key-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) Missing space before value for key 'lightgoldenrodyellow'. (key-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) Missing space before value for key 'lightgray'. (key-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) Missing space before value for key 'lightgreen'. (key-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) Missing space before value for key 'lightgrey'. (key-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) Missing space before value for key 'lightpink'. (key-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) Missing space before value for key 'lightsalmon'. (key-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) Missing space before value for key 'lightseagreen'. (key-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) Missing space before value for key 'lightskyblue'. (key-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) Missing space before value for key 'lightslategray'. (key-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) Missing space before value for key 'lightslategrey'. (key-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) Missing space before value for key 'lightsteelblue'. (key-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) Missing space before value for key 'lightyellow'. (key-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) Missing space before value for key 'lime'. (key-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) Missing space before value for key 'limegreen'. (key-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) Missing space before value for key 'linen'. (key-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) Missing space before value for key 'magenta'. (key-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) Missing space before value for key 'maroon'. (key-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) Missing space before value for key 'mediumaquamarine'. (key-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) Missing space before value for key 'mediumblue'. (key-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) Missing space before value for key 'mediumorchid'. (key-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) Missing space before value for key 'mediumpurple'. (key-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) Missing space before value for key 'mediumseagreen'. (key-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) Missing space before value for key 'mediumslateblue'. (key-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) Missing space before value for key 'mediumspringgreen'. (key-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) Missing space before value for key 'mediumturquoise'. (key-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) Missing space before value for key 'mediumvioletred'. (key-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) Missing space before value for key 'midnightblue'. (key-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) Missing space before value for key 'mintcream'. (key-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) Missing space before value for key 'mistyrose'. (key-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) Missing space before value for key 'moccasin'. (key-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) Missing space before value for key 'navajowhite'. (key-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) Missing space before value for key 'navy'. (key-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) Missing space before value for key 'oldlace'. (key-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) Missing space before value for key 'olive'. (key-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) Missing space before value for key 'olivedrab'. (key-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) Missing space before value for key 'orange'. (key-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) Missing space before value for key 'orangered'. (key-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) Missing space before value for key 'orchid'. (key-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) Missing space before value for key 'palegoldenrod'. (key-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) Missing space before value for key 'palegreen'. (key-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) Missing space before value for key 'paleturquoise'. (key-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) Missing space before value for key 'palevioletred'. (key-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) Missing space before value for key 'papayawhip'. (key-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) Missing space before value for key 'peachpuff'. (key-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) Missing space before value for key 'peru'. (key-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) Missing space before value for key 'pink'. (key-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) Missing space before value for key 'plum'. (key-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) Missing space before value for key 'powderblue'. (key-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) Missing space before value for key 'purple'. (key-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) Missing space before value for key 'rebeccapurple'. (key-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) Missing space before value for key 'red'. (key-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) Missing space before value for key 'rosybrown'. (key-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) Missing space before value for key 'royalblue'. (key-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) Missing space before value for key 'saddlebrown'. (key-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) Missing space before value for key 'salmon'. (key-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) Missing space before value for key 'sandybrown'. (key-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) Missing space before value for key 'seagreen'. (key-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) Missing space before value for key 'seashell'. (key-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) Missing space before value for key 'sienna'. (key-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) Missing space before value for key 'silver'. (key-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) Missing space before value for key 'skyblue'. (key-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) Missing space before value for key 'slateblue'. (key-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) Missing space before value for key 'slategray'. (key-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) Missing space before value for key 'slategrey'. (key-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) Missing space before value for key 'snow'. (key-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) Missing space before value for key 'springgreen'. (key-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) Missing space before value for key 'steelblue'. (key-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) Missing space before value for key 'tan'. (key-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) Missing space before value for key 'teal'. (key-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) Missing space before value for key 'thistle'. (key-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) Missing space before value for key 'tomato'. (key-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) Missing space before value for key 'turquoise'. (key-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) Missing space before value for key 'violet'. (key-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) Missing space before value for key 'wheat'. (key-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) Missing space before value for key 'white'. (key-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) Missing space before value for key 'whitesmoke'. (key-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) Missing space before value for key 'yellow'. (key-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) Missing space before value for key 'yellowgreen'. (key-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'for-in'. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unquoted number literal '3' used as key. (quote-props)
(#37) Missing space before value for key '3'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'i' is defined but never used. (no-unused-vars)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing '()' invoking a constructor. (new-parens)
(#37) A constructor name should not start with a lowercase letter. (new-cap)
(#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) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing semicolon. (semi)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-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) Missing semicolon. (semi)
(#37) Missing semicolon. (semi)
(#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) Missing semicolon. (semi)
(#37) Expected space(s) before "var". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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 "return". (keyword-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'e' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key './conversions'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unquoted number literal '4' used as key. (quote-props)
(#37) Missing space before value for key '4'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'i' is defined but never used. (no-unused-vars)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected to return a value at the end of function 'a'. (consistent-return)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \%. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \%. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \%. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' 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 "else". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' is already defined. (no-redeclare)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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 space(s) after "if". (keyword-spacing)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' is already defined. (no-redeclare)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 space(s) after "if". (keyword-spacing)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' is already defined. (no-redeclare)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Expected space(s) before "else". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Expected space(s) before "return". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Function 'a' expected a return value. (consistent-return)
(#37) Expected space(s) before "return". (keyword-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) Missing semicolon. (semi)
(#37) Expected space(s) before "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' is already defined. (no-redeclare)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) 'l' used outside of binding context. (block-scoped-var)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Expected to return a value at the end of function 's'. (consistent-return)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-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) Missing semicolon. (semi)
(#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) 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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected to return a value at the end of function 'o'. (consistent-return)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) Unnecessary escape character: \.. (no-useless-escape)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-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 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) 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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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 "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#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 { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-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) 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) Missing JSDoc comment. (require-jsdoc)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Expected space(s) before "function". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "var". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'getRgba'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'getHsla'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'getRgb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'getHsl'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'getHwb'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'getAlpha'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hexString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'rgbaString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'percentString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'percentaString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hslString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hslaString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hwbString'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'keyword'. (key-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for-in'. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'color-name'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unquoted number literal '5' used as key. (quote-props)
(#37) Missing space before value for key '5'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) 'i' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'aliceblue'. (key-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) Missing space before value for key 'antiquewhite'. (key-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) Missing space before value for key 'aqua'. (key-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) Missing space before value for key 'aquamarine'. (key-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) Missing space before value for key 'azure'. (key-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) Missing space before value for key 'beige'. (key-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) Missing space before value for key 'bisque'. (key-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) Missing space before value for key 'black'. (key-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) Missing space before value for key 'blanchedalmond'. (key-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) Missing space before value for key 'blue'. (key-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) Missing space before value for key 'blueviolet'. (key-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) Missing space before value for key 'brown'. (key-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) Missing space before value for key 'burlywood'. (key-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) Missing space before value for key 'cadetblue'. (key-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) Missing space before value for key 'chartreuse'. (key-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) Missing space before value for key 'chocolate'. (key-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) Missing space before value for key 'coral'. (key-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) Missing space before value for key 'cornflowerblue'. (key-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) Missing space before value for key 'cornsilk'. (key-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) Missing space before value for key 'crimson'. (key-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) Missing space before value for key 'cyan'. (key-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) Missing space before value for key 'darkblue'. (key-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) Missing space before value for key 'darkcyan'. (key-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) Missing space before value for key 'darkgoldenrod'. (key-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) Missing space before value for key 'darkgray'. (key-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) Missing space before value for key 'darkgreen'. (key-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) Missing space before value for key 'darkgrey'. (key-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) Missing space before value for key 'darkkhaki'. (key-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) Missing space before value for key 'darkmagenta'. (key-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) Missing space before value for key 'darkolivegreen'. (key-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) Missing space before value for key 'darkorange'. (key-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) Missing space before value for key 'darkorchid'. (key-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) Missing space before value for key 'darkred'. (key-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) Missing space before value for key 'darksalmon'. (key-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) Missing space before value for key 'darkseagreen'. (key-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) Missing space before value for key 'darkslateblue'. (key-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) Missing space before value for key 'darkslategray'. (key-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) Missing space before value for key 'darkslategrey'. (key-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) Missing space before value for key 'darkturquoise'. (key-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) Missing space before value for key 'darkviolet'. (key-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) Missing space before value for key 'deeppink'. (key-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) Missing space before value for key 'deepskyblue'. (key-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) Missing space before value for key 'dimgray'. (key-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) Missing space before value for key 'dimgrey'. (key-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) Missing space before value for key 'dodgerblue'. (key-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) Missing space before value for key 'firebrick'. (key-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) Missing space before value for key 'floralwhite'. (key-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) Missing space before value for key 'forestgreen'. (key-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) Missing space before value for key 'fuchsia'. (key-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) Missing space before value for key 'gainsboro'. (key-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) Missing space before value for key 'ghostwhite'. (key-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) Missing space before value for key 'gold'. (key-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) Missing space before value for key 'goldenrod'. (key-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) Missing space before value for key 'gray'. (key-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) Missing space before value for key 'green'. (key-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) Missing space before value for key 'greenyellow'. (key-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) Missing space before value for key 'grey'. (key-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) Missing space before value for key 'honeydew'. (key-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) Missing space before value for key 'hotpink'. (key-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) Missing space before value for key 'indianred'. (key-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) Missing space before value for key 'indigo'. (key-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) Missing space before value for key 'ivory'. (key-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) Missing space before value for key 'khaki'. (key-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) Missing space before value for key 'lavender'. (key-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) Missing space before value for key 'lavenderblush'. (key-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) Missing space before value for key 'lawngreen'. (key-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) Missing space before value for key 'lemonchiffon'. (key-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) Missing space before value for key 'lightblue'. (key-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) Missing space before value for key 'lightcoral'. (key-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) Missing space before value for key 'lightcyan'. (key-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) Missing space before value for key 'lightgoldenrodyellow'. (key-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) Missing space before value for key 'lightgray'. (key-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) Missing space before value for key 'lightgreen'. (key-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) Missing space before value for key 'lightgrey'. (key-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) Missing space before value for key 'lightpink'. (key-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) Missing space before value for key 'lightsalmon'. (key-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) Missing space before value for key 'lightseagreen'. (key-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) Missing space before value for key 'lightskyblue'. (key-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) Missing space before value for key 'lightslategray'. (key-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) Missing space before value for key 'lightslategrey'. (key-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) Missing space before value for key 'lightsteelblue'. (key-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) Missing space before value for key 'lightyellow'. (key-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) Missing space before value for key 'lime'. (key-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) Missing space before value for key 'limegreen'. (key-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) Missing space before value for key 'linen'. (key-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) Missing space before value for key 'magenta'. (key-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) Missing space before value for key 'maroon'. (key-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) Missing space before value for key 'mediumaquamarine'. (key-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) Missing space before value for key 'mediumblue'. (key-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) Missing space before value for key 'mediumorchid'. (key-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) Missing space before value for key 'mediumpurple'. (key-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) Missing space before value for key 'mediumseagreen'. (key-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) Missing space before value for key 'mediumslateblue'. (key-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) Missing space before value for key 'mediumspringgreen'. (key-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) Missing space before value for key 'mediumturquoise'. (key-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) Missing space before value for key 'mediumvioletred'. (key-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) Missing space before value for key 'midnightblue'. (key-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) Missing space before value for key 'mintcream'. (key-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) Missing space before value for key 'mistyrose'. (key-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) Missing space before value for key 'moccasin'. (key-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) Missing space before value for key 'navajowhite'. (key-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) Missing space before value for key 'navy'. (key-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) Missing space before value for key 'oldlace'. (key-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) Missing space before value for key 'olive'. (key-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) Missing space before value for key 'olivedrab'. (key-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) Missing space before value for key 'orange'. (key-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) Missing space before value for key 'orangered'. (key-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) Missing space before value for key 'orchid'. (key-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) Missing space before value for key 'palegoldenrod'. (key-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) Missing space before value for key 'palegreen'. (key-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) Missing space before value for key 'paleturquoise'. (key-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) Missing space before value for key 'palevioletred'. (key-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) Missing space before value for key 'papayawhip'. (key-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) Missing space before value for key 'peachpuff'. (key-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) Missing space before value for key 'peru'. (key-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) Missing space before value for key 'pink'. (key-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) Missing space before value for key 'plum'. (key-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) Missing space before value for key 'powderblue'. (key-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) Missing space before value for key 'purple'. (key-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) Missing space before value for key 'rebeccapurple'. (key-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) Missing space before value for key 'red'. (key-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) Missing space before value for key 'rosybrown'. (key-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) Missing space before value for key 'royalblue'. (key-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) Missing space before value for key 'saddlebrown'. (key-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) Missing space before value for key 'salmon'. (key-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) Missing space before value for key 'sandybrown'. (key-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) Missing space before value for key 'seagreen'. (key-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) Missing space before value for key 'seashell'. (key-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) Missing space before value for key 'sienna'. (key-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) Missing space before value for key 'silver'. (key-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) Missing space before value for key 'skyblue'. (key-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) Missing space before value for key 'slateblue'. (key-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) Missing space before value for key 'slategray'. (key-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) Missing space before value for key 'slategrey'. (key-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) Missing space before value for key 'snow'. (key-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) Missing space before value for key 'springgreen'. (key-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) Missing space before value for key 'steelblue'. (key-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) Missing space before value for key 'tan'. (key-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) Missing space before value for key 'teal'. (key-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) Missing space before value for key 'thistle'. (key-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) Missing space before value for key 'tomato'. (key-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) Missing space before value for key 'turquoise'. (key-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) Missing space before value for key 'violet'. (key-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) Missing space before value for key 'wheat'. (key-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) Missing space before value for key 'white'. (key-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) Missing space before value for key 'whitesmoke'. (key-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) Missing space before value for key 'yellow'. (key-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) Missing space before value for key 'yellowgreen'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'global'. (key-spacing)
(#37) Missing space before value for key 'responsive'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'responsiveAnimationDuration'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'maintainAspectRatio'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'events'. (key-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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'hover'. (key-spacing)
(#37) Missing space before value for key 'onHover'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'mode'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'animationDuration'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'onClick'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'defaultColor'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'elements'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'legendCallback'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected space(s) before "if". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) before "for". (keyword-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'else'. (curly)
(#37) Expected { after 'for' condition. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) 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 "else". (keyword-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for-in'. (curly)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) 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) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected space(s) before "if". (keyword-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators 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) 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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators 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) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected space(s) before "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected to return a value at the end of function. (consistent-return)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected to return a value at the end of function. (consistent-return)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected space(s) before "return". (keyword-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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Unexpected 'this'. (no-invalid-this)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing '()' invoking a constructor. (new-parens)
(#37) A constructor name should not start with a lowercase letter. (new-cap)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected empty function. (no-empty-function)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected console statement. (no-console)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected console statement. (no-console)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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 "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Missing space before value for key 'angle'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'distance'. (key-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Missing space before value for key 'previous'. (key-spacing)
(#37) Missing space before value for key 'x'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'y'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'next'. (key-spacing)
(#37) Missing space before value for key 'x'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'y'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Unexpected use of comma operator. (no-sequences)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'linear'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInQuad'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutQuad'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutQuad'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInCubic'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutCubic'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutCubic'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInQuart'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutQuart'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutQuart'. (key-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 "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInQuint'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutQuint'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutQuint'. (key-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 "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInSine'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutSine'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutSine'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInExpo'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutExpo'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutExpo'. (key-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) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInCirc'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutCirc'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutCirc'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInElastic'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutElastic'. (key-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutElastic'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Return statement should not contain assignment. (no-return-assign)
(#37) Do not nest ternary expressions. (no-nested-ternary)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators 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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInBack'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeOutBack'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInOutBack'. (key-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "return". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#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) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'easeInBounce'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'easeOutBounce'. (key-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) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'easeInOutBounce'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) This line has 320 statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) 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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'x'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'y'. (key-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-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 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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) 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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected console statement. (no-console)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'arg' is not defined. (no-undef)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'initialize'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Unexpected empty method 'initialize'. (no-empty-function)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'pivot'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'transition'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators 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) Missing space before opening brace. (space-before-blocks)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) after "try". (keyword-spacing)
(#38) Expected space(s) before "try". (keyword-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators 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 "catch". (keyword-spacing)
(#38) Expected space(s) after "catch". (keyword-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Expected space(s) before "else". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Expected space(s) before "else". (keyword-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "else". (keyword-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'else'. (curly)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'tooltipPosition'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Missing space before value for key 'x'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'y'. (key-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'hasValue'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'duration'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'easing'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'onProgress'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'onComplete'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'currentStep'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'numSteps'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'easing'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'render'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'onAnimationProgress'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'onAnimationComplete'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'frameDuration'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'animations'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'dropFrames'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected to return a value at the end of method 'addAnimation'. (consistent-return)
(#38) Missing space before value for key 'addAnimation'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Missing space before value for key 'chartInstance'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'animationObject'. (key-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'cancelAnimation'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'digestWrapper'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) unnecessary '.call()'. (no-useless-call)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'startDigest'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) Missing space before value for key 'get'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) unnecessary '.call()'. (no-useless-call)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'initialize'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'clear'. (key-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) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'stop'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'resize'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'ensureScalesHaveIDs'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'buildScales'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'i' is defined but never used. (no-unused-vars)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A constructor name should not start with a lowercase letter. (new-cap)
(#38) Missing space before value for key 'ctx'. (key-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'options'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'chart'. (key-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'id'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'i' is defined but never used. (no-unused-vars)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A constructor name should not start with a lowercase letter. (new-cap)
(#38) Missing space before value for key 'ctx'. (key-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'options'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Missing space before value for key 'chart'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'id'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A constructor name should not start with a lowercase letter. (new-cap)
(#38) Missing space before value for key 'ctx'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'options'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'chart'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'buildSurroundingItems'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'ctx'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'options'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'chart'. (key-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) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'ctx'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'options'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'chart'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'updateLayout'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'buildOrUpdateControllers'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected { after 'for' condition. (curly)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Expected space(s) before "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'resetElements'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'e' is defined but never used. (no-unused-vars)
(#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) 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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'update'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'e' is defined but never used. (no-unused-vars)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (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) Requires a space before '}'. (block-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) 'e' is defined but never used. (no-unused-vars)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'render'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing '()' invoking a constructor. (new-parens)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-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 "else". (keyword-spacing)
(#38) Expected { after 'else'. (curly)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'draw'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) 'a' is defined but never used. (no-unused-vars)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getElementAtEvent'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 's' is defined but never used. (no-unused-vars)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'i' is defined but never used. (no-unused-vars)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#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) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getElementsAtEvent'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected to return a value at the end of function 'call'. (consistent-return)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected space(s) before "for". (keyword-spacing)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'e' is defined but never used. (no-unused-vars)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getDatasetAtEvent'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'generateLegend'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'destroy'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'toBase64Image'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'initToolTip'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key '_chart'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key '_chartInstance'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key '_data'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key '_options'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'bindEvents'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'eventHandler'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "else". (keyword-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "switch". (keyword-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#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 "case". (keyword-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected space(s) after "switch". (keyword-spacing)
(#38) Expected space(s) before "switch". (keyword-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) after "switch". (keyword-spacing)
(#38) Expected space(s) before "switch". (keyword-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#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 "case". (keyword-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) Expected space(s) after "case". (keyword-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) unnecessary '.call()'. (no-useless-call)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'initialize'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'updateIndex'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'linkScales'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getDataset'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getScaleForId'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'reset'. (key-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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'buildOrUpdateElements'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Expected space(s) before "for". (keyword-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'addElements'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'addElementAndReset'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'draw'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'update'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'defaults'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'addBox'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'removeBox'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'update'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'f' used outside of binding context. (block-scoped-var)
(#38) 'k' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) 'y' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) 'C' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'v' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) 'x' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) 'k' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) 'D' used outside of binding context. (block-scoped-var)
(#38) Missing space before value for key 'horizontal'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'minSize'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'box'. (key-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'D' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (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) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'left'. (key-spacing)
(#38) 'S' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'right'. (key-spacing)
(#38) 'w' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'top'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'bottom'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'f' used outside of binding context. (block-scoped-var)
(#38) 'k' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-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 "else". (keyword-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'C' used outside of binding context. (block-scoped-var)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#38) Expected space(s) before "function". (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) Infix operators must be spaced. (space-infix-ops)
(#38) 'D' used outside of binding context. (block-scoped-var)
(#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) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'left'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'right'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) '_' used outside of binding context. (block-scoped-var)
(#38) Missing space before value for key 'top'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'A' used outside of binding context. (block-scoped-var)
(#38) Missing space before value for key 'bottom'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) 'C' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) Expected space(s) before "function". (keyword-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'h' used outside of binding context. (block-scoped-var)
(#38) 'S' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'h' used outside of binding context. (block-scoped-var)
(#38) 'S' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'k' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'F' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'F' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) 'F' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'P' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'P' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) '_' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) '_' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'C' used outside of binding context. (block-scoped-var)
(#38) A space is required after ','. (comma-spacing)
(#38) 'P' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Expected space(s) after "if". (keyword-spacing)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-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) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) 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) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'left'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'top'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'right'. (key-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'bottom'. (key-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'display'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'position'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fullWidth'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'onClick'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'labels'. (key-spacing)
(#38) Missing space before value for key 'boxWidth'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontSize'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontColor'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontFamily'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'padding'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'generateLabels'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Missing space before value for key 'text'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fillStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'hidden'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'lineCap'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'lineDash'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'lineDashOffset'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'lineJoin'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'lineWidth'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'strokeStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'datasetIndex'. (key-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'initialize'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeUpdate'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'update'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) 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) 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 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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterUpdate'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeSetDimensions'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'setDimensions'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'width'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'height'. (key-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterSetDimensions'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeBuildLabels'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'buildLabels'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterBuildLabels'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeFit'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fit'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'left'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'top'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'width'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Missing space before value for key 'height'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterFit'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'isHorizontal'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'draw'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'x'. (key-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'y'. (key-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'line'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#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) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected 'this'. (no-invalid-this)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'handleEvent'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Expected space(s) before "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'display'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'gridLines'. (key-spacing)
(#38) Missing space before value for key 'display'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'color'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'lineWidth'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'drawOnChartArea'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'drawTicks'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'zeroLineWidth'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'zeroLineColor'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'offsetGridLines'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'scaleLabel'. (key-spacing)
(#38) Missing space before value for key 'fontColor'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontFamily'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontSize'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'labelString'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'display'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'ticks'. (key-spacing)
(#38) Missing space before value for key 'beginAtZero'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontSize'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontStyle'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontColor'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fontFamily'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'maxRotation'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'mirror'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'padding'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'reverse'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'display'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'autoSkip'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'autoSkipPadding'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'callback'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'beforeUpdate'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'update'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) Return statement should not contain assignment. (no-return-assign)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'left'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'right'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'top'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'bottom'. (key-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) 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) 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) 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) 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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterUpdate'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeSetDimensions'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'setDimensions'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterSetDimensions'. (key-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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeDataLimits'. (key-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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'determineDataLimits'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterDataLimits'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeBuildTicks'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'buildTicks'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterBuildTicks'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeTickToLabelConversion'. (key-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) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'convertTicksToLabels'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterTickToLabelConversion'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeCalculateTickRotation'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'calculateTickRotation'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) 'a' is assigned a value but never used. (no-unused-vars)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Expected space(s) before "else". (keyword-spacing)
(#38) Expected { after 'else'. (curly)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterCalculateTickRotation'. (key-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'beforeFit'. (key-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) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'fit'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'width'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'height'. (key-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (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) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Expected space(s) before "else". (keyword-spacing)
(#38) Expected space(s) after "else". (keyword-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Unexpected use of comma operator. (no-sequences)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators 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) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'afterFit'. (key-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) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'isHorizontal'. (key-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'isFullWidth'. (key-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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getRightValue'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Do not nest ternary expressions. (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getLabelForIndex'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getPixelForValue'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'getPixelForTick'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) This line has 234 statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getPixelForDecimal'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'draw'. (key-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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Expected space(s) before "this". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#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) Unexpected 'this'. (no-invalid-this)
(#39) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#39) Expected space(s) after "else". (keyword-spacing)
(#39) Expected space(s) before "else". (keyword-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#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) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#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) Unexpected 'this'. (no-invalid-this)
(#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) Requires a space before '}'. (block-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) 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) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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 semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'constructors'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'defaults'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'registerScaleType'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getScaleConstructor'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getScaleDefaults'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'addScalesToLayout'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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 space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'display'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'position'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fullWidth'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fontColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'padding'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'text'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'initialize'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeUpdate'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'update'. (key-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) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterUpdate'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeSetDimensions'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'setDimensions'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'width'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'height'. (key-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterSetDimensions'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeBuildLabels'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'buildLabels'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterBuildLabels'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeFit'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fit'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterFit'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isHorizontal'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'draw'. (key-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) 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) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected { after 'if' condition. (curly)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Expected space(s) before "this". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Missing JSDoc comment. (require-jsdoc)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-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) Expected space(s) before "var". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'enabled'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'custom'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'mode'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'backgroundColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleFontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleFontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleFontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleSpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleMarginBottom'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleAlign'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyFontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyFontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyFontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodySpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyAlign'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerFontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerFontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerFontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerSpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerMarginTop'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerAlign'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'yPadding'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'xPadding'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'caretSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'cornerRadius'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'multiKeyBackground'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'callbacks'. (key-spacing)
(#39) Missing space before value for key 'beforeTitle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'title'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterTitle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeBody'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeLabel'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'label'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterLabel'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterBody'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeFooter'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footer'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterFooter'. (key-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'initialize'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_model'. (key-spacing)
(#39) Missing space before value for key 'xPadding'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'yPadding'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_bodyFontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_bodyFontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_bodyAlign'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodyFontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'bodySpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_titleFontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_titleFontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleFontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_titleAlign'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleSpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'titleMarginBottom'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_footerFontFamily'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_footerFontStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerFontSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_footerAlign'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerSpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footerMarginTop'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'caretSize'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'cornerRadius'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'backgroundColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'opacity'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'legendColorBackground'. (key-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getTitle'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getBeforeBody'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getBody'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getAfterBody'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getFooter'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getAveragePosition'. (key-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 { after 'if' condition. (curly)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Expected space(s) before "return". (keyword-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#39) Expected { after 'for' condition. (curly)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) 's' used outside of binding context. (block-scoped-var)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'y'. (key-spacing)
(#39) 'o' used outside of binding context. (block-scoped-var)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'update'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-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) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Missing space before value for key 'xLabel'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'yLabel'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'index'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'datasetIndex'. (key-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#39) Expected { after 'else'. (curly)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Missing space before value for key 'xLabel'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'yLabel'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'index'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'datasetIndex'. (key-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) 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) 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) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'borderColor'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'backgroundColor'. (key-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'title'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'beforeBody'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'body'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'afterBody'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'footer'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'y'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'caretPadding'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'labelColors'. (key-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Unexpected use of comma operator. (no-sequences)
(#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 semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) Expected space(s) before "else". (keyword-spacing)
(#39) Expected { after 'else'. (curly)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getTooltipSize'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'height'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'width'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'determineAlignment'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Expected space(s) before "this". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getBackgroundPoint'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'y'. (key-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'drawCaret'. (key-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) 's' is defined but never used. (no-unused-vars)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'drawTitle'. (key-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 space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'drawBody'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'drawFooter'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'draw'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'y'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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 semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'hover'. (key-spacing)
(#39) Missing space before value for key 'mode'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'scales'. (key-spacing)
(#39) Missing space before value for key 'xAxes'. (key-spacing)
(#39) Missing space before value for key 'type'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Missing space before value for key 'categoryPercentage'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Missing space before value for key 'barPercentage'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'gridLines'. (key-spacing)
(#39) Missing space before value for key 'offsetGridLines'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'yAxes'. (key-spacing)
(#39) Missing space before value for key 'type'. (key-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'initialize'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getBarCount'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'addElements'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'addElementAndReset'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'update'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Unexpected 'this'. (no-invalid-this)
(#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 semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'updateElement'. (key-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 space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_xScale'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_yScale'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_model'. (key-spacing)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'y'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'label'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'datasetLabel'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'base'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'width'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'backgroundColor'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'borderColor'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'borderWidth'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'calculateBarBase'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Expected space(s) before "for". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) Expected { after 'else'. (curly)
(#39) Expected space(s) before "else". (keyword-spacing)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) Expected space(s) before "return". (keyword-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) Return statement should not contain assignment. (no-return-assign)
(#39) Return statement should not contain assignment. (no-return-assign)
(#39) Expected space(s) before "return". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getRuler'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Expected { after 'for' condition. (curly)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) 'e' used outside of binding context. (block-scoped-var)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Missing space before value for key 'datasetCount'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'tickWidth'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'categoryWidth'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'categorySpacing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fullBarWidth'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'barWidth'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'barSpacing'. (key-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'calculateBarWidth'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getBarIndex'. (key-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 { after 'for' condition. (curly)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) 'e' used outside of binding context. (block-scoped-var)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'calculateBarX'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Return statement should not contain assignment. (no-return-assign)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'calculateBarY'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) 'n' used outside of binding context. (block-scoped-var)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) 'o' used outside of binding context. (block-scoped-var)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) Expected space(s) before "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'draw'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) 'i' is defined but never used. (no-unused-vars)
(#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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'hover'. (key-spacing)
(#39) Missing space before value for key 'mode'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'scales'. (key-spacing)
(#39) Missing space before value for key 'xAxes'. (key-spacing)
(#39) Missing space before value for key 'type'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'position'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'id'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'yAxes'. (key-spacing)
(#39) Missing space before value for key 'type'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'position'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'id'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'tooltips'. (key-spacing)
(#39) Missing space before value for key 'template'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'multiTemplate'. (key-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'addElements'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#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 space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-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 space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'addElementAndReset'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#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 semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'update'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) 'e' is assigned a value but never used. (no-unused-vars)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'updateElement'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_xScale'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_yScale'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_model'. (key-spacing)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#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 space before value for key 'y'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'radius'. (key-spacing)
(#39) Do not nest ternary expressions. (no-nested-ternary)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'backgroundColor'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'borderColor'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'borderWidth'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'hitRadius'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getRadius'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'draw'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) 'i' is defined but never used. (no-unused-vars)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'animation'. (key-spacing)
(#39) Missing space before value for key 'animateRotate'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'animateScale'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'aspectRatio'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'hover'. (key-spacing)
(#39) Missing space before value for key 'mode'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'legendCallback'. (key-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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected space(s) before "for". (keyword-spacing)
(#39) Expected { after 'for' condition. (curly)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'legend'. (key-spacing)
(#39) Missing space before value for key 'labels'. (key-spacing)
(#39) Missing space before value for key 'generateLabels'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Missing space before value for key 'text'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'fillStyle'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'hidden'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'index'. (key-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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'onClick'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'cutoutPercentage'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'tooltips'. (key-spacing)
(#39) Missing space before value for key 'callbacks'. (key-spacing)
(#39) Missing space before value for key 'title'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'label'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'cutoutPercentage'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'linkScales'. (key-spacing)
(#39) Unexpected empty method 'linkScales'. (no-empty-function)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'addElements'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'addElementAndReset'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key '_chart'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_datasetIndex'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_index'. (key-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getVisibleDatasetCount'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'getRingIndex'. (key-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Expected { after 'for' condition. (curly)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) 'e' used outside of binding context. (block-scoped-var)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'update'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Unexpected use of comma operator. (no-sequences)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Unexpected 'this'. (no-invalid-this)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'updateElement'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Requires a space after '{'. (block-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'x'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'y'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'startAngle'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'endAngle'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'circumference'. (key-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Missing space before value for key 'outerRadius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'innerRadius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'x'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'y'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'circumference'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'outerRadius'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'innerRadius'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'hoverBackgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'label'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'draw'. (key-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) This line has 220 statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'i' is defined but never used. (no-unused-vars)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'calculateCircumference'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'hover'. (key-spacing)
(#40) Missing space before value for key 'mode'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scales'. (key-spacing)
(#40) Missing space before value for key 'xAxes'. (key-spacing)
(#40) Missing space before value for key 'type'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'id'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'yAxes'. (key-spacing)
(#40) Missing space before value for key 'type'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'id'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'addElements'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_points'. (key-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) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'addElementAndReset'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'update'. (key-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) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_scale'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_children'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Missing space before value for key 'tension'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderCapStyle'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderDash'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderDashOffset'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderJoinStyle'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Missing space before value for key 'fill'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scaleTop'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scaleBottom'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scaleZero'. (key-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) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPointBackgroundColor'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPointBorderColor'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPointBorderWidth'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'updateElement'. (key-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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_xScale'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_yScale'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Missing space before value for key 'x'. (key-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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'y'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'tension'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'radius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderColor'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'hitRadius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'calculatePointY'. (key-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) 's' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-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 space(s) after "for". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) Expected space(s) before "return". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'r' used outside of binding context. (block-scoped-var)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'n' used outside of binding context. (block-scoped-var)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) before "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'updateBezierControlPoints'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#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) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'draw'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'i' is defined but never used. (no-unused-vars)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (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) Requires a space before '}'. (block-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'scale'. (key-spacing)
(#40) Missing space before value for key 'type'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'lineArc'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'animateRotate'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'animateScale'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'aspectRatio'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'legendCallback'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected space(s) before "for". (keyword-spacing)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Expected { after 'for' condition. (curly)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'legend'. (key-spacing)
(#40) Missing space before value for key 'labels'. (key-spacing)
(#40) Missing space before value for key 'generateLabels'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#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 space(s) after "return". (keyword-spacing)
(#40) Missing space before value for key 'text'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'fillStyle'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'hidden'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'index'. (key-spacing)
(#40) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'onClick'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'tooltips'. (key-spacing)
(#40) Missing space before value for key 'callbacks'. (key-spacing)
(#40) Missing space before value for key 'title'. (key-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 space(s) after "return". (keyword-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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'label'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'linkScales'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected empty method 'linkScales'. (no-empty-function)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'addElements'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'addElementAndReset'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getVisibleDatasetCount'. (key-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) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'update'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators 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) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'updateElement'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Expected { after 'for' condition. (curly)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 's' used outside of binding context. (block-scoped-var)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'r' used outside of binding context. (block-scoped-var)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 's' used outside of binding context. (block-scoped-var)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'o' used outside of binding context. (block-scoped-var)
(#40) Missing space before value for key 'x'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'n' used outside of binding context. (block-scoped-var)
(#40) Missing space before value for key 'y'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'innerRadius'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'outerRadius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'startAngle'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'endAngle'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'hoverBackgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'label'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_scale'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'o' used outside of binding context. (block-scoped-var)
(#40) Missing space before value for key 'x'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'y'. (key-spacing)
(#40) 'n' used outside of binding context. (block-scoped-var)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'innerRadius'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'outerRadius'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'startAngle'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'endAngle'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'hoverBackgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'label'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'draw'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'i' is defined but never used. (no-unused-vars)
(#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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'calculateCircumference'. (key-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 { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected space(s) before "return". (keyword-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'scale'. (key-spacing)
(#40) Missing space before value for key 'type'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'elements'. (key-spacing)
(#40) Missing space before value for key 'line'. (key-spacing)
(#40) Missing space before value for key 'tension'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'linkScales'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected empty method 'linkScales'. (no-empty-function)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'addElements'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_points'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_loop'. (key-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) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Missing space before value for key 'x'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'y'. (key-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'addElementAndReset'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key '_chart'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'update'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_children'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Missing space before value for key 'tension'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'borderColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'fill'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scaleTop'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scaleBottom'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'scaleZero'. (key-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) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'updateElement'. (key-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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_datasetIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_index'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_scale'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_model'. (key-spacing)
(#40) Missing space before value for key 'x'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'y'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'tension'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'radius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'backgroundColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderColor'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'borderWidth'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'hitRadius'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'updateBezierControlPoints'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#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) Unexpected 'this'. (no-invalid-this)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'draw'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'i' is defined but never used. (no-unused-vars)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (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) 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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'setHoverStyle'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators 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 before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'removeHoverStyle'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators 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 before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'position'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'buildTicks'. (key-spacing)
(#40) 't' is defined but never used. (no-unused-vars)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getLabelForIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'e' is defined but never used. (no-unused-vars)
(#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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPixelForValue'. (key-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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) before "var". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'position'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'ticks'. (key-spacing)
(#40) Missing space before value for key 'callback'. (key-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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#40) Expected { after 'else'. (curly)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'determineDataLimits'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'positiveValues'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'negativeValues'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Expected { after 'else'. (curly)
(#40) Expected space(s) before "else". (keyword-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'e' is defined but never used. (no-unused-vars)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Expected space(s) before "this". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Expected space(s) before "void". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'buildTicks'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected { after 'for' condition. (curly)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) before "this". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getLabelForIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected space(s) after "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPixelForValue'. (key-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) 'a' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPixelForTick'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'position'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'ticks'. (key-spacing)
(#40) Missing space before value for key 'callback'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'determineDataLimits'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#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) Expected { after 'else'. (curly)
(#40) Expected space(s) before "else". (keyword-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'e' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Expected space(s) before "this". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'buildTicks'. (key-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#40) Expected space(s) before "var". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 't' used outside of binding context. (block-scoped-var)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getLabelForIndex'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected space(s) after "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getPixelForTick'. (key-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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected to return a value at the end of method 'getPixelForValue'. (consistent-return)
(#40) Missing space before value for key 'getPixelForValue'. (key-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) 's' is defined but never used. (no-unused-vars)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Return statement should not contain assignment. (no-return-assign)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) Expected space(s) after "else". (keyword-spacing)
(#40) Expected space(s) before "else". (keyword-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'display'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'animate'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'lineArc'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'position'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'angleLines'. (key-spacing)
(#40) Missing space before value for key 'display'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'color'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'lineWidth'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'ticks'. (key-spacing)
(#40) Missing space before value for key 'showLabelBackdrop'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backdropColor'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backdropPaddingY'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'backdropPaddingX'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'pointLabels'. (key-spacing)
(#40) Missing space before value for key 'fontFamily'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'fontStyle'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'fontSize'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'fontColor'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'getValueCount'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'setDimensions'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'determineDataLimits'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) 'e' is defined but never used. (no-unused-vars)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Expected space(s) before "this". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Unexpected 'this'. (no-invalid-this)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'buildTicks'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected { after 'for' condition. (curly)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Expected space(s) before "this". (keyword-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Unexpected use of comma operator. (no-sequences)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'getLabelForIndex'. (key-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 space(s) after "return". (keyword-spacing)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getCircumference'. (key-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators 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) Missing space before value for key 'fit'. (key-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 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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Expected { after 'for' condition. (curly)
(#41) This line has 181 statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Expected space(s) before "this". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'setCenterPoint'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getIndexAngle'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getDistanceFromCenterForValue'. (key-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 "if". (keyword-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Expected space(s) before "return". (keyword-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getPointPosition'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Missing space before value for key 'x'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'y'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getPointPositionForValue'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'draw'. (key-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-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) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "else". (keyword-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-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) 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) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) Expected space(s) before "var". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing whitespace after semicolon. (semi-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) A space is required after ','. (comma-spacing)
(#41) Expected to return a value at the end of function 'call'. (consistent-return)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Expected space(s) before "return". (keyword-spacing)
(#41) Unexpected console statement. (no-console)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'units'. (key-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'steps'. (key-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) 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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'steps'. (key-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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'steps'. (key-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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'steps'. (key-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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'steps'. (key-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) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'maxStep'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'maxStep'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'maxStep'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'name'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'maxStep'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'position'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'time'. (key-spacing)
(#41) Missing space before value for key 'format'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'unit'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'round'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'displayFormat'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'displayFormats'. (key-spacing)
(#41) Missing space before value for key 'millisecond'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'second'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'minute'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'hour'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'day'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'week'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'month'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'quarter'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'year'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'getLabelMoment'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'determineDataLimits'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 'i' is defined but never used. (no-unused-vars)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 's' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 'i' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'buildTicks'. (key-spacing)
(#41) 't' is defined but never used. (no-unused-vars)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Expected space(s) before "this". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "else". (keyword-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators 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) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators 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) Expected { after 'for' condition. (curly)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Blocks are nested too deeply (5). (max-depth)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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 "break". (keyword-spacing)
(#41) Missing semicolon. (semi)
(#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) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Expected space(s) before "this". (keyword-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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 { after 'for' condition. (curly)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) before "this". (keyword-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'for' condition. (curly)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Expected space(s) before "this". (keyword-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getLabelForIndex'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'convertTicksToLabels'. (key-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'getPixelForValue'. (key-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' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'parseTime'. (key-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'backgroundColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderWidth'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'inLabelRange'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'inRange'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'x'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'y'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#41) Expected space(s) after "return". (keyword-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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'tooltipPosition'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Missing space before value for key 'x'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'y'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'draw'. (key-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#41) Missing space before value for key 'tension'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'backgroundColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderWidth'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderCapStyle'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderDash'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderDashOffset'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderJoinStyle'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'fill'. (key-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'lineToNextPoint'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'draw'. (key-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing JSDoc comment. (require-jsdoc)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#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) Requires a space before '}'. (block-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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected 'this'. (no-invalid-this)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected 'this'. (no-invalid-this)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'radius'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'backgroundColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderWidth'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'hitRadius'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'hoverRadius'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'hoverBorderWidth'. (key-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'inRange'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) Expected space(s) before "return". (keyword-spacing)
(#41) Expected space(s) after "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'inLabelRange'. (key-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'tooltipPosition'. (key-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Missing space before value for key 'x'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'y'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'padding'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'draw'. (key-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'backgroundColor'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderWidth'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'borderColor'. (key-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'draw'. (key-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'height'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'inRange'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'inLabelRange'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'tooltipPosition'. (key-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Missing space before value for key 'x'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'y'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators 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) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A constructor name should not start with a lowercase letter. (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 semicolon. (semi)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'hover'. (key-spacing)
(#41) Missing space before value for key 'mode'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'scales'. (key-spacing)
(#41) Missing space before value for key 'xAxes'. (key-spacing)
(#41) Missing space before value for key 'type'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'position'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'id'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'yAxes'. (key-spacing)
(#41) Missing space before value for key 'type'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'position'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'id'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'tooltips'. (key-spacing)
(#41) Missing space before value for key 'callbacks'. (key-spacing)
(#41) Missing space before value for key 'title'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 'e' is defined but never used. (no-unused-vars)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'label'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 'e' is defined but never used. (no-unused-vars)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected space(s) after "return". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A constructor name should not start with a lowercase letter. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators 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) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A constructor name should not start with a lowercase letter. (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 semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A constructor name should not start with a lowercase letter. (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 semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A constructor name should not start with a lowercase letter. (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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'aspectRatio'. (key-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators 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) Return statement should not contain assignment. (no-return-assign)
(#41) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A constructor name should not start with a lowercase letter. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'hover'. (key-spacing)
(#41) Missing space before value for key 'mode'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'scales'. (key-spacing)
(#41) Missing space before value for key 'xAxes'. (key-spacing)
(#41) Missing space before value for key 'type'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'position'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'id'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'yAxes'. (key-spacing)
(#41) Missing space before value for key 'type'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'position'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'id'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'tooltips'. (key-spacing)
(#41) Missing space before value for key 'callbacks'. (key-spacing)
(#41) Missing space before value for key 'title'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 'e' is defined but never used. (no-unused-vars)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Expected space(s) after "return". (keyword-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) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'label'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) 'e' is defined but never used. (no-unused-vars)
(#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 "return". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators 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) Return statement should not contain assignment. (no-return-assign)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected use of comma operator. (no-sequences)
(#41) A space is required after ','. (comma-spacing)
(#41) A constructor name should not start with a lowercase letter. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#41) 'Chart' is not defined. (no-undef)
(#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) Requires a space before '}'. (block-spacing)
mod/revealjs/plugin/chart/csv2chart.js
(#1) Expected space or tab after '/**' in comment. (spaced-comment)
(#13) 'RevealChart' is assigned a value but never used. (no-unused-vars)
(#13) Missing space before opening brace. (space-before-blocks)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#15) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#16) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#18) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#19) Unexpected tab character. (no-tabs)
(#20) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#20) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Missing JSDoc comment. (require-jsdoc)
(#29) Unexpected tab character. (no-tabs)
(#29) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#30) Unexpected tab character. (no-tabs)
(#30) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#31) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#33) Unexpected tab character. (no-tabs)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Unexpected tab character. (no-tabs)
(#35) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#38) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#40) Expected space(s) after "catch". (keyword-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Unexpected tab character. (no-tabs)
(#47) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) Missing JSDoc comment. (require-jsdoc)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#55) Unexpected tab character. (no-tabs)
(#55) There should be no space after '{'. (object-curly-spacing)
(#56) Unexpected tab character. (no-tabs)
(#56) Expected { after 'if' condition. (curly)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) 'j' used outside of binding context. (block-scoped-var)
(#56) 'j' used outside of binding context. (block-scoped-var)
(#56) 'j' used outside of binding context. (block-scoped-var)
(#56) 'j' used outside of binding context. (block-scoped-var)
(#56) 'j' used outside of binding context. (block-scoped-var)
(#56) 'j' used outside of binding context. (block-scoped-var)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) Missing space before opening brace. (space-before-blocks)
(#57) Unexpected tab character. (no-tabs)
(#57) 'j' used outside of binding context. (block-scoped-var)
(#57) 'j' used outside of binding context. (block-scoped-var)
(#57) 'j' used outside of binding context. (block-scoped-var)
(#57) 'j' used outside of binding context. (block-scoped-var)
(#57) A space is required after ','. (comma-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) 'j' used outside of binding context. (block-scoped-var)
(#58) 'j' used outside of binding context. (block-scoped-var)
(#58) 'j' used outside of binding context. (block-scoped-var)
(#58) 'j' used outside of binding context. (block-scoped-var)
(#58) A space is required after ','. (comma-spacing)
(#59) Unexpected tab character. (no-tabs)
(#59) 'j' used outside of binding context. (block-scoped-var)
(#59) 'j' used outside of binding context. (block-scoped-var)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#61) Unexpected tab character. (no-tabs)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#62) Unexpected tab character. (no-tabs)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#65) Unexpected tab character. (no-tabs)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#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) Infix operators must be spaced. (space-infix-ops)
(#70) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#71) Unexpected tab character. (no-tabs)
(#71) Comments should not begin with a lowercase character (capitalized-comments)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Unexpected tab character. (no-tabs)
(#77) Comments should not begin with a lowercase character (capitalized-comments)
(#78) Unexpected tab character. (no-tabs)
(#78) 'j' used outside of binding context. (block-scoped-var)
(#78) 'j' used outside of binding context. (block-scoped-var)
(#78) 'j' is already defined. (no-redeclare)
(#78) 'j' used outside of binding context. (block-scoped-var)
(#78) 'j' used outside of binding context. (block-scoped-var)
(#78) 'j' used outside of binding context. (block-scoped-var)
(#78) 'j' used outside of binding context. (block-scoped-var)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) Missing space before opening brace. (space-before-blocks)
(#79) Unexpected tab character. (no-tabs)
(#79) Expected { after 'if' condition. (curly)
(#79) 'j' used outside of binding context. (block-scoped-var)
(#79) 'j' used outside of binding context. (block-scoped-var)
(#79) 'j' used outside of binding context. (block-scoped-var)
(#79) 'j' used outside of binding context. (block-scoped-var)
(#80) Unexpected tab character. (no-tabs)
(#80) 'j' used outside of binding context. (block-scoped-var)
(#80) 'j' used outside of binding context. (block-scoped-var)
(#80) Multiple spaces found before 'lines'. (no-multi-spaces)
(#80) 'j' used outside of binding context. (block-scoped-var)
(#80) 'j' used outside of binding context. (block-scoped-var)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#81) Unexpected tab character. (no-tabs)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#82) Unexpected tab character. (no-tabs)
(#82) 'j' used outside of binding context. (block-scoped-var)
(#82) 'j' used outside of binding context. (block-scoped-var)
(#83) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#85) Comments should not begin with a lowercase character (capitalized-comments)
(#86) Unexpected tab character. (no-tabs)
(#86) 'config' is already defined. (no-redeclare)
(#86) 'config' used outside of binding context. (block-scoped-var)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) 'config' used outside of binding context. (block-scoped-var)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#88) 'j' is already defined. (no-redeclare)
(#88) 'j' used outside of binding context. (block-scoped-var)
(#88) 'j' used outside of binding context. (block-scoped-var)
(#88) 'j' used outside of binding context. (block-scoped-var)
(#88) 'j' used outside of binding context. (block-scoped-var)
(#88) 'j' used outside of binding context. (block-scoped-var)
(#88) 'j' used outside of binding context. (block-scoped-var)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) Missing space before opening brace. (space-before-blocks)
(#89) Unexpected tab character. (no-tabs)
(#89) 'config' used outside of binding context. (block-scoped-var)
(#90) Unexpected tab character. (no-tabs)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) 'j' used outside of binding context. (block-scoped-var)
(#90) 'j' used outside of binding context. (block-scoped-var)
(#90) Multiple spaces found before ')'. (no-multi-spaces)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#91) Unexpected tab character. (no-tabs)
(#91) 'j' used outside of binding context. (block-scoped-var)
(#91) 'j' used outside of binding context. (block-scoped-var)
(#91) 'config' used outside of binding context. (block-scoped-var)
(#91) 'j' used outside of binding context. (block-scoped-var)
(#91) 'j' used outside of binding context. (block-scoped-var)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) 'config' used outside of binding context. (block-scoped-var)
(#91) Trailing spaces not allowed. (no-trailing-spaces)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#97) Unexpected tab character. (no-tabs)
(#97) 'Chart' is not defined. (no-undef)
(#97) There should be no space after '{'. (object-curly-spacing)
(#97) There should be no space before '}'. (object-curly-spacing)
(#97) Trailing spaces not allowed. (no-trailing-spaces)
(#100) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#102) Missing space before opening brace. (space-before-blocks)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) Unexpected tab character. (no-tabs)
(#106) Comments should not begin with a lowercase character (capitalized-comments)
(#107) Unexpected tab character. (no-tabs)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) Missing space before opening brace. (space-before-blocks)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing semicolon. (semi)
(#110) Trailing spaces not allowed. (no-trailing-spaces)
(#111) Unexpected tab character. (no-tabs)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#111) Unexpected space after unary operator '!'. (space-unary-ops)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#113) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#117) Don't make functions within a loop. (no-loop-func)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#120) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#121) Unexpected tab character. (no-tabs)
(#122) Line 122 exceeds the maximum line length of 132. (max-len)
(#122) Unexpected tab character. (no-tabs)
(#122) Unexpected console statement. (no-console)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) Infix operators must be spaced. (space-infix-ops)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#129) Unexpected tab character. (no-tabs)
(#129) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#130) Unexpected tab character. (no-tabs)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#131) Line 131 exceeds the maximum line length of 132. (max-len)
(#131) Unexpected tab character. (no-tabs)
(#131) Unexpected console statement. (no-console)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#135) Trailing spaces not allowed. (no-trailing-spaces)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#137) Missing semicolon. (semi)
(#139) Unexpected tab character. (no-tabs)
(#139) Comments should not begin with a lowercase character (capitalized-comments)
(#140) Unexpected tab character. (no-tabs)
(#140) 'Reveal' is not defined. (no-undef)
(#142) Unexpected tab character. (no-tabs)
(#142) Comments should not begin with a lowercase character (capitalized-comments)
(#143) Unexpected tab character. (no-tabs)
(#143) ["defaults"] is better written in dot notation. (dot-notation)
(#144) Unexpected tab character. (no-tabs)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) Unexpected tab character. (no-tabs)
(#145) 'Chart' is not defined. (no-undef)
(#146) Unexpected tab character. (no-tabs)
(#146) Trailing spaces not allowed. (no-trailing-spaces)
(#148) 'Reveal' is not defined. (no-undef)
(#148) Unexpected tab character. (no-tabs)
(#148) Missing space before opening brace. (space-before-blocks)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) 'Reveal' is not defined. (no-undef)
(#150) Missing space before opening brace. (space-before-blocks)
(#151) Unexpected tab character. (no-tabs)
(#151) 'Reveal' is not defined. (no-undef)
(#152) Unexpected tab character. (no-tabs)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) Missing space before opening brace. (space-before-blocks)
(#153) Unexpected tab character. (no-tabs)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) Missing space before opening brace. (space-before-blocks)
(#154) Unexpected tab character. (no-tabs)
(#154) Comments should not begin with a lowercase character (capitalized-comments)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#158) Trailing spaces not allowed. (no-trailing-spaces)
(#158) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
mod/revealjs/plugin/highlight/highlight.js
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Unexpected tab character. (no-tabs)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#4) Unexpected tab character. (no-tabs)
(#4) Identifier 'hljs_nodes' is not in camel case. (camelcase)
(#4) There should be no spaces inside this paren. (space-in-parens)
(#4) There should be no spaces inside this paren. (space-in-parens)
(#6) Unexpected tab character. (no-tabs)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) Identifier 'hljs_nodes' is not in camel case. (camelcase)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#7) Unexpected tab character. (no-tabs)
(#7) Identifier 'hljs_nodes' is not in camel case. (camelcase)
(#9) Unexpected tab character. (no-tabs)
(#9) Comments should not begin with a lowercase character (capitalized-comments)
(#10) Unexpected tab character. (no-tabs)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) Unexpected space after unary operator '!'. (space-unary-ops)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#16) Unexpected tab character. (no-tabs)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#17) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#19) Comments should not begin with a lowercase character (capitalized-comments)
(#20) Unexpected tab character. (no-tabs)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) Don't make functions within a loop. (no-loop-func)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#21) Unexpected tab character. (no-tabs)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#22) Unexpected tab character. (no-tabs)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) This line has 798 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) 'w' used outside of binding context. (block-scoped-var)
(#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) 'w' used outside of binding context. (block-scoped-var)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'w' used outside of binding context. (block-scoped-var)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) 'w' is already defined. (no-redeclare)
(#30) 'w' used outside of binding context. (block-scoped-var)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) 'w' used outside of binding context. (block-scoped-var)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'w' used outside of binding context. (block-scoped-var)
(#30) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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 after '{'. (block-spacing)
(#30) Missing space before value for key 'event'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'offset'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'node'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before value for key 'event'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'offset'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'node'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-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) Expected space(s) before "return". (keyword-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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 after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) after "while". (keyword-spacing)
(#30) Expected space(s) before "while". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "do". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "while". (keyword-spacing)
(#30) Expected space(s) after "while". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#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) Missing JSDoc comment. (require-jsdoc)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-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 after '{'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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 "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators 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) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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 after '{'. (block-spacing)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-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 "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-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) Infix operators 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 "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators 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 "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-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 "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-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) 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) Expected space(s) after "if". (keyword-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 after '{'. (block-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'exec'. (key-spacing)
(#30) 'F' is defined but never used. (no-unused-vars)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#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) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected to return a value at the end of function 'v'. (consistent-return)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected to return a value at the end of function 'z'. (consistent-return)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "if". (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) 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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected space(s) before "if". (keyword-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 after '{'. (block-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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 JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#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 after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-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) 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 "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "while". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) after "else". (keyword-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#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 "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators 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) Infix operators 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 "return". (keyword-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) after "else". (keyword-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'parent'. (key-spacing)
(#30) Missing space before value for key 'value'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "do". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) after "while". (keyword-spacing)
(#30) Expected space(s) before "while". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected space(s) before "return". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#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 "if". (keyword-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) 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) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "try". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "while". (keyword-spacing)
(#30) Unexpected constant condition. (no-constant-condition)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-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 after '{'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) 'K' is already defined. (no-redeclare)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#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 after '{'. (block-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) 'K' used outside of binding context. (block-scoped-var)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Expected space(s) after "return". (keyword-spacing)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'value'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'language'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'top'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Expected space(s) after "catch". (keyword-spacing)
(#30) Expected space(s) before "catch". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators 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) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'value'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'value'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-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 "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#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 "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Identifier 'second_best' is not in camel case. (camelcase)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#30) 'x' is defined but never used. (no-unused-vars)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "var". (keyword-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Unnecessary escape character: \/. (no-useless-escape)
(#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) Expected space(s) after "else". (keyword-spacing)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators 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 "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'language'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 're'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Identifier 'second_best' is not in camel case. (camelcase)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'language'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 're'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) 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) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'classPrefix'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'tabReplace'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'useBR'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'languages'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#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 "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "var". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-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 after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators 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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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) 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 JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-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 JSDoc comment. (require-jsdoc)
(#30) Expected space(s) before "function". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#30) Expected space(s) before "this". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Unnecessary escape character: \.. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'operator'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A regular expression literal can be confused with '/='. (no-div-regex)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A regular expression literal can be confused with '/='. (no-div-regex)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#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) 'c' is assigned a value but never used. (no-unused-vars)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) Missing space before value for key 'cN'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'b'. (key-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'b' is defined but never used. (no-unused-vars)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A regular expression literal can be confused with '/='. (no-div-regex)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) 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) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \@. (no-useless-escape)
(#30) Unnecessary escape character: \@. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \@. (no-useless-escape)
(#30) Unnecessary escape character: \@. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A regular expression literal can be confused with '/='. (no-div-regex)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A regular expression literal can be confused with '/='. (no-div-regex)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'subLanguageMode'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'subLanguageMode'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#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) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \(. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'subLanguageMode'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \/. (no-useless-escape)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'title'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'title'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \/. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \/. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'b' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'subLanguageMode'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#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) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) 'a' is defined but never used. (no-unused-vars)
(#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) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-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) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \<. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \>. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \>. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'b' is assigned a value but never used. (no-unused-vars)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \(. (no-useless-escape)
(#30) Unnecessary escape character: \$. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \.. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) 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 after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'pseudo'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'preprocessor'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'constant'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-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) 'b' is defined but never used. (no-unused-vars)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'subLanguageMode'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'constant'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'operator'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'i'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#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) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-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) 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 after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'typename'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \/. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \?. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \:. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \$. (no-useless-escape)
(#30) Unnecessary escape character: \%. (no-useless-escape)
(#30) Unnecessary escape character: \@. (no-useless-escape)
(#30) Unnecessary escape character: \:. (no-useless-escape)
(#30) Unnecessary escape character: \:. (no-useless-escape)
(#30) Unnecessary escape character: \:. (no-useless-escape)
(#30) Unnecessary escape character: \:. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \$. (no-useless-escape)
(#30) Unnecessary escape character: \%. (no-useless-escape)
(#30) Unnecessary escape character: \@. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'f' is assigned a value but never used. (no-unused-vars)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'operator'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'preprocessor'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 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) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'typename'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'reserved'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \[. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#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) Missing space before value for key 'k'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Identifier 'special_functions' is not in camel case. (camelcase)
(#30) Missing space before value for key 'special_functions'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'reserved'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Unnecessary escape character: \:. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'subLanguageMode'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-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 after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#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) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'flow'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'operator'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'stream'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'winutils'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'common'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-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) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'e' is assigned a value but never used. (no-unused-vars)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-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) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'constant'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'type'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'command'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'property'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cI'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators 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) 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) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \.. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) Unnecessary escape character: \.. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'constant'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'typename'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-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) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) 'a' is defined but never used. (no-unused-vars)
(#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) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eB'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Unnecessary escape character: \Z. (no-useless-escape)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'eW'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'rE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'starts'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators 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) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'v'. (key-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'l'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'literal'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'sL'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) Unnecessary escape character: \(. (no-useless-escape)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bK'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'eE'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-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) Requires a space before '}'. (block-spacing)
(#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) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'keyword'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'constant'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'typename'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Identifier 'built_in' is not in camel case. (camelcase)
(#30) Missing space before value for key 'built_in'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Missing space before value for key 'aliases'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'k'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'i'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'c'. (key-spacing)
(#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) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'e'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'cN'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'b'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'r'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#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)
mod/revealjs/plugin/leap/leap.js
(#5) Line 5 exceeds the maximum line length of 132. (max-len)
(#8) Line 8 exceeds the maximum line length of 132. (max-len)
(#9) Line 9 exceeds the maximum line length of 132. (max-len)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) This line has 806 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "var". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'exports'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "var". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unquoted number literal '1' used as key. (quote-props)
(#15) Missing space before value for key '1'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'host'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'enableGestures'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'port'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'enableHeartbeat'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'heartbeatInterval'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'requestProtocolVersion'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before value for key 'enableGestures'. (key-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Function expected no return value. (consistent-return)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './protocol'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'events'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'underscore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '2' used as key. (quote-props)
(#15) Missing space before value for key '2'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '3' used as key. (quote-props)
(#15) Missing space before value for key '3'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "var". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) 'e' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) 'e' is defined but never used. (no-unused-vars)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './base_connection'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '4' used as key. (quote-props)
(#15) Missing space before value for key '4'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'inNode'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'frameEventName'. (key-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'supressAnimationLoop'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "switch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'scheduler' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './circular_buffer'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './connection'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './frame'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './gesture'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './node_connection'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './pipeline'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Identifier '__browserify_process' is not in camel case. (camelcase)
(#15) Missing space before value for key '__browserify_process'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'events'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'underscore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '5' used as key. (quote-props)
(#15) Missing space before value for key '5'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected space(s) before "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) 'hand' is already defined. (no-redeclare)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) 'hand' used outside of binding context. (block-scoped-var)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'valid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'hands'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fingers'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'tools'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gestures'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pointables'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pointable'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'finger'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'hand'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'toString'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dump'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'rotationAngle'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'rotationMatrix'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'rotationAxis'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scaleFactor'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'translation'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './gesture'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './hand'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './interaction_box'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './pointable'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gl-matrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'underscore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '6' used as key. (quote-props)
(#15) Missing space before value for key '6'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) 'vec3' is assigned a value but never used. (no-unused-vars)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'createGesture' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "switch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "case". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "case". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "case". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "case". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an object to be thrown. (no-throw-literal)
(#15) Expected space(s) after "throw". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'gestureListener' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'gestureCreator' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'gesture' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'gesture' is not defined. (no-undef)
(#15) 'gesture' is not defined. (no-undef)
(#15) A space is required after ','. (comma-spacing)
(#15) 'frame' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) 'gesture' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'gesture' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'gesture' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'gesture' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) 'gesture' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'gesture' is not defined. (no-undef)
(#15) A space is required after ','. (comma-spacing)
(#15) 'frame' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'gesture' is not defined. (no-undef)
(#15) 'gesture' is not defined. (no-undef)
(#15) A space is required after ','. (comma-spacing)
(#15) 'frame' is not defined. (no-undef)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) 'gesture' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) 'gesture' is not defined. (no-undef)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'start'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) ["start"] is better written in dot notation. (dot-notation)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'stop'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) ["stop"] is better written in dot notation. (dot-notation)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'complete'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) ["stop"] is better written in dot notation. (dot-notation)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'update'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) ["update"] is better written in dot notation. (dot-notation)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'events'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gl-matrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'underscore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '7' used as key. (quote-props)
(#15) Missing space before value for key '7'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'valid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fingers'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'tools'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pointables'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pointable'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'finger'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'toString'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dump'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'rotationAngle'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'rotationMatrix'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'rotationAxis'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scaleFactor'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'translation'. (key-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './pointable'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gl-matrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'underscore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '8' used as key. (quote-props)
(#15) Missing space before value for key '8'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'Controller'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Frame'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Gesture'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Hand'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Pointable'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'InteractionBox'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Connection'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'CircularBuffer'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'UI'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'glMatrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'mat3'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'vec3'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'loopController'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'loop'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './circular_buffer'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './connection'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './controller'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './frame'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './gesture'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './hand'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './interaction_box'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './pointable'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './ui'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gl-matrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '9' used as key. (quote-props)
(#15) Missing space before value for key '9'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'valid'. (key-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gl-matrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '10' used as key. (quote-props)
(#15) Missing space before value for key '10'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "break". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '11' used as key. (quote-props)
(#15) Missing space before value for key '11'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) 'vec3' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'valid'. (key-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gl-matrix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '12' used as key. (quote-props)
(#15) Missing space before value for key '12'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'chooseProtocol' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "switch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before value for key 'heartbeat'. (key-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before value for key 'heartbeat'. (key-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an object to be thrown. (no-throw-literal)
(#15) Expected space(s) after "throw". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './frame'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '13' used as key. (quote-props)
(#15) Missing space before value for key '13'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'Region'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'Cursor'. (key-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './ui/cursor'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key './ui/region'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '14' used as key. (quote-props)
(#15) Missing space before value for key '14'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) 'Cursor' is assigned a value but never used. (no-unused-vars)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '15' used as key. (quote-props)
(#15) Missing space before value for key '15'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'Vector' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'Vector' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) 'Vector' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'events'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'underscore'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '16' used as key. (quote-props)
(#15) Missing space before value for key '16'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Unexpected empty function. (no-empty-function)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '17' used as key. (quote-props)
(#15) Missing space before value for key '17'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Unexpected empty function. (no-empty-function)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "var". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Unreachable code. (no-unreachable)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "switch". (keyword-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'args' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'args' used outside of binding context. (block-scoped-var)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) 'args' is already defined. (no-redeclare)
(#15) 'args' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'args' used outside of binding context. (block-scoped-var)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Unexpected console statement. (no-console)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Unexpected console statement. (no-console)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "delete". (keyword-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Identifier '__browserify_process' is not in camel case. (camelcase)
(#15) Missing space before value for key '__browserify_process'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '18' used as key. (quote-props)
(#15) Missing space before value for key '18'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'exports' is defined but never used. (no-unused-vars)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'name' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'dir' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Unquoted number literal '19' used as key. (quote-props)
(#15) Missing space before value for key '19'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) 'Float32Array' is not defined. (no-undef)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'Float32Array' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'Float32Array' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) This line has 1278 statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) 'GLMAT_EPSILON' is already defined. (no-redeclare)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' is already defined. (no-redeclare)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) 'GLMAT_EPSILON' is already defined. (no-redeclare)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' is already defined. (no-redeclare)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) 'GLMAT_EPSILON' is already defined. (no-redeclare)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' is already defined. (no-redeclare)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) 'GLMAT_EPSILON' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) 'Float32Array' is not defined. (no-undef)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unquoted number literal '20' used as key. (quote-props)
(#16) Missing space before value for key '20'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "throw". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'keys' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'keys' used outside of binding context. (block-scoped-var)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "throw". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'computed'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'computed'. (key-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'computed'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'computed'. (key-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'index'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'criteria'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) This line has 432 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Unexpected use of '>>>'. (no-bitwise)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) after "else". (keyword-spacing)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) after "else". (keyword-spacing)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "var". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) after "else". (keyword-spacing)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Expected space(s) after "else". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'for' condition. (curly)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "var". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'while' condition. (curly)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Return statement should not contain assignment. (no-return-assign)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing '()' invoking a constructor. (new-parens)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing '()' invoking a constructor. (new-parens)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected to return a value at the end of function. (consistent-return)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "throw". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'for-in'. (curly)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected { after 'for-in'. (curly)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected { after 'for-in'. (curly)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected { after 'for-in'. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Function has a complexity of 30. (complexity)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "switch". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "case". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "case". (keyword-spacing)
(#17) Do not nest ternary expressions. (no-nested-ternary)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "case". (keyword-spacing)
(#17) Expected space(s) after "case". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "case". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected space(s) before "break". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "else". (keyword-spacing)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected space(s) before "for". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected space(s) before "break". (keyword-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) 'key' used outside of binding context. (block-scoped-var)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) A space is required after ','. (comma-spacing)
(#17) 'key' used outside of binding context. (block-scoped-var)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "break". (keyword-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected { after 'for-in'. (curly)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Unexpected constant condition. (no-constant-condition)
(#17) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'for' condition. (curly)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'escape'. (key-spacing)
(#17) Missing space before value for key '&'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '<'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '>'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '"'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '''. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '/'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'escape'. (key-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'unescape'. (key-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'evaluate'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'interpolate'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'escape'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key '''. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '\'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key ' '. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key ' '. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key ' '. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '
'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '
'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "try". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) The Function constructor is eval. (no-new-func)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "catch". (keyword-spacing)
(#17) Expected space(s) after "catch". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "delete". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'chain'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'value'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Unquoted number literal '21' used as key. (quote-props)
(#17) Missing space before value for key '21'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) 'exports' is defined but never used. (no-unused-vars)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) 'Leap' is not defined. (no-undef)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '../lib/index'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#27) 'Leap' is not defined. (no-undef)
(#27) There should be no space after '{'. (object-curly-spacing)
(#27) There should be no space before '}'. (object-curly-spacing)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#29) 'Reveal' is not defined. (no-undef)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#32) Extra space after key 'autoCenter'. (key-spacing)
(#32) Multiple spaces found before '// Center poin...'. (no-multi-spaces)
(#33) Extra space after key 'gestureDelay'. (key-spacing)
(#33) Multiple spaces found before '// How long to...'. (no-multi-spaces)
(#34) Extra space after key 'naturalSwipe'. (key-spacing)
(#34) Multiple spaces found before '// Swipe as if...'. (no-multi-spaces)
(#35) Extra space after key 'pointerColor'. (key-spacing)
(#36) Extra space after key 'pointerOpacity'. (key-spacing)
(#36) Multiple spaces found before '// Default opa...'. (no-multi-spaces)
(#37) Extra space after key 'pointerSize'. (key-spacing)
(#37) Multiple spaces found before '// Default min...'. (no-multi-spaces)
(#38) Extra space after key 'pointerTolerance'. (key-spacing)
(#38) Multiple spaces found before '// Bigger = sl...'. (no-multi-spaces)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#44) Expected space(s) after "for". (keyword-spacing)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) 'key' is not defined. (no-undef)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) 'key' is not defined. (no-undef)
(#45) 'key' is not defined. (no-undef)
(#51) Multiple spaces found before '='. (no-multi-spaces)
(#52) Multiple spaces found before '='. (no-multi-spaces)
(#53) Multiple spaces found before '='. (no-multi-spaces)
(#54) Multiple spaces found before '='. (no-multi-spaces)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#74) Multiple spaces found before '='. (no-multi-spaces)
(#74) Multiple spaces found before '+'. (no-multi-spaces)
(#75) Multiple spaces found before '='. (no-multi-spaces)
(#75) Multiple spaces found before '+'. (no-multi-spaces)
(#77) Multiple spaces found before '='. (no-multi-spaces)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#82) Trailing spaces not allowed. (no-trailing-spaces)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#86) Multiple spaces found before '='. (no-multi-spaces)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#97) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#99) Multiple spaces found before '='. (no-multi-spaces)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#105) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#108) Multiple spaces found before '='. (no-multi-spaces)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#117) Expected space(s) after "if". (keyword-spacing)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#125) Expected space(s) after "if". (keyword-spacing)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Blocks are nested too deeply (5). (max-depth)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#127) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#127) 'Reveal' is not defined. (no-undef)
(#127) 'Reveal' is not defined. (no-undef)
(#128) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#130) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#130) 'Reveal' is not defined. (no-undef)
(#130) 'Reveal' is not defined. (no-undef)
(#132) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#135) Expected space(s) after "if". (keyword-spacing)
(#135) Blocks are nested too deeply (5). (max-depth)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) 'Reveal' is not defined. (no-undef)
(#136) 'Reveal' is not defined. (no-undef)
(#137) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#139) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#139) 'Reveal' is not defined. (no-undef)
(#139) 'Reveal' is not defined. (no-undef)
(#145) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) 'Reveal' is not defined. (no-undef)
mod/revealjs/plugin/markdown/markdown.js
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#7) Unexpected tab character. (no-tabs)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected tab character. (no-tabs)
(#8) 'module' is not defined. (no-undef)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected tab character. (no-tabs)
(#9) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#13) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#17) Unexpected tab character. (no-tabs)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#18) Unexpected tab character. (no-tabs)
(#18) Expected an object to be thrown. (no-throw-literal)
(#19) Unexpected tab character. (no-tabs)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Unexpected tab character. (no-tabs)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#24) Unexpected tab character. (no-tabs)
(#24) 'hljs' is not defined. (no-undef)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) Unnecessary escape character: \.. (no-useless-escape)
(#31) Unnecessary escape character: \s. (no-useless-escape)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary escape character: \.. (no-useless-escape)
(#32) Unnecessary escape character: \s. (no-useless-escape)
(#32) Unnecessary escape character: \S. (no-useless-escape)
(#35) Unexpected tab character. (no-tabs)
(#35) Missing JSDoc @returns for function. (valid-jsdoc)
(#35) Missing JSDoc for parameter 'section'. (valid-jsdoc)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#43) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#49) Unexpected tab character. (no-tabs)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) A space is required after ','. (comma-spacing)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#51) Unexpected tab character. (no-tabs)
(#51) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#52) Unexpected tab character. (no-tabs)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) Missing JSDoc @returns for function. (valid-jsdoc)
(#60) Missing JSDoc for parameter 'section'. (valid-jsdoc)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#75) Comments should not begin with a lowercase character (capitalized-comments)
(#76) Unexpected tab character. (no-tabs)
(#76) Expected { after 'if' condition. (curly)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) Unnecessary escape character: \-. (no-useless-escape)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#78) Unexpected tab character. (no-tabs)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#80) Unexpected tab character. (no-tabs)
(#80) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#90) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#90) Missing JSDoc @returns for function. (valid-jsdoc)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#105) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#105) Missing JSDoc @returns for function. (valid-jsdoc)
(#105) Missing JSDoc for parameter 'content'. (valid-jsdoc)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#110) Unexpected tab character. (no-tabs)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#112) Unexpected tab character. (no-tabs)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#114) Unexpected tab character. (no-tabs)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#122) Missing JSDoc for parameter 'markdown'. (valid-jsdoc)
(#122) Missing JSDoc @returns for function. (valid-jsdoc)
(#122) Unexpected tab character. (no-tabs)
(#122) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#128) Unexpected tab character. (no-tabs)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#130) Line 130 exceeds the maximum line length of 132. (max-len)
(#130) Unexpected tab character. (no-tabs)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#131) Unexpected tab character. (no-tabs)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#140) Comments should not begin with a lowercase character (capitalized-comments)
(#141) Unexpected tab character. (no-tabs)
(#141) Expected space(s) after "while". (keyword-spacing)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#142) Unexpected tab character. (no-tabs)
(#142) 'notes' is not defined. (no-undef)
(#144) Unexpected tab character. (no-tabs)
(#144) Comments should not begin with a lowercase character (capitalized-comments)
(#145) Unexpected tab character. (no-tabs)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#147) Unexpected tab character. (no-tabs)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#148) Unexpected tab character. (no-tabs)
(#148) Comments should not begin with a lowercase character (capitalized-comments)
(#149) Unexpected tab character. (no-tabs)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) Unexpected tab character. (no-tabs)
(#152) Unexpected tab character. (no-tabs)
(#152) Comments should not begin with a lowercase character (capitalized-comments)
(#153) Unexpected tab character. (no-tabs)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#155) Unexpected tab character. (no-tabs)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#156) Unexpected tab character. (no-tabs)
(#156) Comments should not begin with a lowercase character (capitalized-comments)
(#157) Unexpected tab character. (no-tabs)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#158) Unexpected tab character. (no-tabs)
(#158) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#160) Comments should not begin with a lowercase character (capitalized-comments)
(#161) Unexpected tab character. (no-tabs)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#162) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#168) Comments should not begin with a lowercase character (capitalized-comments)
(#169) Unexpected tab character. (no-tabs)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#171) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#173) Comments should not begin with a lowercase character (capitalized-comments)
(#174) Unexpected tab character. (no-tabs)
(#174) Expected space(s) after "for". (keyword-spacing)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#175) Unexpected tab character. (no-tabs)
(#175) Comments should not begin with a lowercase character (capitalized-comments)
(#176) Unexpected tab character. (no-tabs)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#177) Unexpected tab character. (no-tabs)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#179) Unexpected tab character. (no-tabs)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) Don't make functions within a loop. (no-loop-func)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#180) Unexpected tab character. (no-tabs)
(#180) Multiple spaces found before 'createMarkdownSlide'. (no-multi-spaces)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#181) Unexpected tab character. (no-tabs)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#184) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#185) Unexpected tab character. (no-tabs)
(#186) Line 186 exceeds the maximum line length of 132. (max-len)
(#186) Unexpected tab character. (no-tabs)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#202) Unexpected tab character. (no-tabs)
(#204) Unexpected tab character. (no-tabs)
(#204) Expected space(s) after "for". (keyword-spacing)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#206) Unexpected tab character. (no-tabs)
(#208) Unexpected tab character. (no-tabs)
(#208) Expected space(s) after "if". (keyword-spacing)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#210) Unexpected tab character. (no-tabs)
(#211) Unexpected tab character. (no-tabs)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#213) Unexpected tab character. (no-tabs)
(#213) 'datacharset' is not defined. (no-undef)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#215) Unexpected tab character. (no-tabs)
(#215) Comments should not begin with a lowercase character (capitalized-comments)
(#216) Unexpected tab character. (no-tabs)
(#216) Expected space(s) after "if". (keyword-spacing)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#216) 'datacharset' is not defined. (no-undef)
(#216) 'datacharset' is not defined. (no-undef)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#217) Unexpected tab character. (no-tabs)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) 'datacharset' is not defined. (no-undef)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#218) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#220) Don't make functions within a loop. (no-loop-func)
(#221) Unexpected tab character. (no-tabs)
(#221) Expected space(s) after "if". (keyword-spacing)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#222) Unexpected tab character. (no-tabs)
(#222) Comments should not begin with a lowercase character (capitalized-comments)
(#223) Unexpected tab character. (no-tabs)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#225) Unexpected tab character. (no-tabs)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#226) Unexpected tab character. (no-tabs)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#227) Unexpected tab character. (no-tabs)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#228) Unexpected tab character. (no-tabs)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#229) Unexpected tab character. (no-tabs)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#230) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#232) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#233) Unexpected tab character. (no-tabs)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#238) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#243) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#247) Unexpected tab character. (no-tabs)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#249) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#250) Unexpected tab character. (no-tabs)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#251) Line 251 exceeds the maximum line length of 132. (max-len)
(#251) Unexpected tab character. (no-tabs)
(#251) Unexpected alert. (no-alert)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#252) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#254) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#255) Line 255 exceeds the maximum line length of 132. (max-len)
(#255) Unexpected tab character. (no-tabs)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#257) Unexpected tab character. (no-tabs)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#258) Unexpected tab character. (no-tabs)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) Unexpected tab character. (no-tabs)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#260) Unexpected tab character. (no-tabs)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#261) Unexpected tab character. (no-tabs)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#262) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#264) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#265) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#267) Unexpected tab character. (no-tabs)
(#268) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#272) Missing JSDoc @returns for function. (valid-jsdoc)
(#272) Unexpected tab character. (no-tabs)
(#272) Missing JSDoc for parameter 'separator'. (valid-jsdoc)
(#272) Missing JSDoc for parameter 'elementTarget'. (valid-jsdoc)
(#272) Missing JSDoc for parameter 'node'. (valid-jsdoc)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#276) Unexpected tab character. (no-tabs)
(#277) Unexpected tab character. (no-tabs)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#280) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#283) Unexpected tab character. (no-tabs)
(#283) There should be no spaces inside this paren. (space-in-parens)
(#283) There should be no spaces inside this paren. (space-in-parens)
(#284) Unexpected tab character. (no-tabs)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#285) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) 'matches' is not defined. (no-undef)
(#286) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#288) Unexpected tab character. (no-tabs)
(#288) 'matches' is not defined. (no-undef)
(#289) Unexpected tab character. (no-tabs)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) 'matches' is not defined. (no-undef)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#290) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#291) Expected space(s) after "while". (keyword-spacing)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) 'matchesClass' is not defined. (no-undef)
(#291) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#292) Unexpected tab character. (no-tabs)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) 'matchesClass' is not defined. (no-undef)
(#292) 'matchesClass' is not defined. (no-undef)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#299) Missing JSDoc for parameter 'section'. (valid-jsdoc)
(#299) Missing JSDoc for parameter 'element'. (valid-jsdoc)
(#299) Missing JSDoc for parameter 'previousElement'. (valid-jsdoc)
(#299) Missing JSDoc for parameter 'separatorElementAttributes'. (valid-jsdoc)
(#299) Unexpected tab character. (no-tabs)
(#299) Missing JSDoc for parameter 'separatorSectionAttributes'. (valid-jsdoc)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#303) Unexpected tab character. (no-tabs)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#305) Unexpected tab character. (no-tabs)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#306) Unexpected tab character. (no-tabs)
(#306) 'previousParentElement' is not defined. (no-undef)
(#307) Unexpected tab character. (no-tabs)
(#307) Expected space(s) after "for". (keyword-spacing)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) Unexpected tab character. (no-tabs)
(#308) 'childElement' is not defined. (no-undef)
(#309) Unexpected tab character. (no-tabs)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) Unexpected tab character. (no-tabs)
(#310) 'j' is not defined. (no-undef)
(#311) Unexpected tab character. (no-tabs)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#311) 'j' is not defined. (no-undef)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#312) Unexpected tab character. (no-tabs)
(#312) 'aPreviousChildElement' is not defined. (no-undef)
(#312) 'j' is not defined. (no-undef)
(#313) Unexpected tab character. (no-tabs)
(#313) Blocks are nested too deeply (5). (max-depth)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) 'aPreviousChildElement' is not defined. (no-undef)
(#313) 'aPreviousChildElement' is not defined. (no-undef)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#314) Unexpected tab character. (no-tabs)
(#314) 'previousParentElement' is not defined. (no-undef)
(#314) 'aPreviousChildElement' is not defined. (no-undef)
(#315) Unexpected tab character. (no-tabs)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#317) 'j' is not defined. (no-undef)
(#317) 'j' is not defined. (no-undef)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#320) Unexpected tab character. (no-tabs)
(#320) 'parentSection' is not defined. (no-undef)
(#321) Unexpected tab character. (no-tabs)
(#321) Expected space(s) after "if". (keyword-spacing)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) 'childElement' is not defined. (no-undef)
(#321) Multiple spaces found before '"section"'. (no-multi-spaces)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#322) Unexpected tab character. (no-tabs)
(#322) 'parentSection' is not defined. (no-undef)
(#322) 'childElement' is not defined. (no-undef)
(#322) Unexpected whitespace before semicolon. (semi-spacing)
(#323) Unexpected tab character. (no-tabs)
(#323) 'previousParentElement' is not defined. (no-undef)
(#323) 'childElement' is not defined. (no-undef)
(#323) Unexpected whitespace before semicolon. (semi-spacing)
(#324) Unexpected tab character. (no-tabs)
(#325) Unexpected tab character. (no-tabs)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) 'childElement' is not defined. (no-undef)
(#325) 'childElement' is not defined. (no-undef)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#326) Line 326 exceeds the maximum line length of 132. (max-len)
(#326) Unexpected tab character. (no-tabs)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) 'parentSection' is not defined. (no-undef)
(#326) 'childElement' is not defined. (no-undef)
(#326) 'previousParentElement' is not defined. (no-undef)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#327) Unexpected tab character. (no-tabs)
(#328) Unexpected tab character. (no-tabs)
(#329) Unexpected tab character. (no-tabs)
(#331) Unexpected tab character. (no-tabs)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#332) Unexpected tab character. (no-tabs)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#333) Unexpected tab character. (no-tabs)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#334) Unexpected tab character. (no-tabs)
(#335) Unexpected tab character. (no-tabs)
(#336) Unexpected tab character. (no-tabs)
(#338) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#341) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#344) Unexpected tab character. (no-tabs)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#346) Unexpected tab character. (no-tabs)
(#346) Expected space(s) after "for". (keyword-spacing)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#348) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#351) Unexpected tab character. (no-tabs)
(#351) Expected space(s) after "if". (keyword-spacing)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#353) Unexpected tab character. (no-tabs)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#353) Missing semicolon. (semi)
(#355) Unexpected tab character. (no-tabs)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#356) Unexpected tab character. (no-tabs)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#358) Unexpected tab character. (no-tabs)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#359) Unexpected tab character. (no-tabs)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#360) Unexpected tab character. (no-tabs)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#361) Unexpected tab character. (no-tabs)
(#362) Unexpected tab character. (no-tabs)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#363) Unexpected tab character. (no-tabs)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#364) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#369) Unexpected tab character. (no-tabs)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#370) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#374) Unexpected tab character. (no-tabs)
(#376) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#382) Unexpected tab character. (no-tabs)
(#383) Unexpected tab character. (no-tabs)
(#384) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#388) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#391) Unexpected tab character. (no-tabs)
mod/revealjs/plugin/markdown/marked.js
(#1) Comments should not begin with a lowercase character (capitalized-comments)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) This line has 169 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing '()' invoking a constructor. (new-parens)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing '()' invoking a constructor. (new-parens)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Unexpected empty function 'o'. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected to return a value at the end of function 'a'. (consistent-return)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "catch". (keyword-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Expected space(s) before "catch". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Don't make functions within a loop. (no-loop-func)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected { after 'else'. (curly)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "catch". (keyword-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'newline'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'code'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'fences'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hr'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'heading'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'nptable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'lheading'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'blockquote'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'list'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'html'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'def'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'table'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'paragraph'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'fences'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'paragraph'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'nptable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'table'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Function has a complexity of 39. (complexity)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'e' is already defined. (no-redeclare)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'lang'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'depth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'header'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'align'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cells'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'depth'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ordered'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of '~'. (no-bitwise)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'pre'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'href'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'title'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'header'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'align'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cells'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Missing space before value for key 'type'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'escape'. (key-spacing)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'autolink'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'url'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tag'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'link'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'reflink'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'nolink'. (key-spacing)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'strong'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'em'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'code'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'br'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'del'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'strong'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'em'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'escape'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'url'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'del'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'br'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'text'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Function has a complexity of 26. (complexity)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'href'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'title'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'else'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unnecessary escape character: \[. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "catch". (keyword-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'r' used outside of binding context. (block-scoped-var)
(#6) Script URL is a form of eval. (no-script-url)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'r' used outside of binding context. (block-scoped-var)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'e' used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Function has a complexity of 23. (complexity)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "switch". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'r' is assigned a value but never used. (no-unused-vars)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'header'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'align'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'header'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'align'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'header'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'align'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' is already defined. (no-redeclare)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'l' is already defined. (no-redeclare)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#6) 'o' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' is already defined. (no-redeclare)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' is already defined. (no-redeclare)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) 'l' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'gfm'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tables'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'breaks'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'pedantic'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'sanitize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'smartLists'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'silent'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'highlight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'langPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'smartypants'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'headerPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'renderer'. (key-spacing)
(#6) Missing '()' invoking a constructor. (new-parens)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'xhtml'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'module' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'global' is not defined. (no-undef)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
mod/revealjs/plugin/math/math.js
(#7) 'RevealMath' is assigned a value but never used. (no-unused-vars)
(#7) Missing space before opening brace. (space-before-blocks)
(#9) Unexpected tab character. (no-tabs)
(#9) 'Reveal' is not defined. (no-undef)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#15) Unexpected tab character. (no-tabs)
(#15) 'MathJax' is not defined. (no-undef)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) There should be no space after '{'. (object-curly-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) There should be no space before '}'. (object-curly-spacing)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) 'MathJax' is not defined. (no-undef)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no space after '['. (array-bracket-spacing)
(#23) 'MathJax' is not defined. (no-undef)
(#23) There should be no space before ']'. (array-bracket-spacing)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#24) Unexpected tab character. (no-tabs)
(#24) 'MathJax' is not defined. (no-undef)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) 'Reveal' is not defined. (no-undef)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) 'Reveal' is not defined. (no-undef)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#29) Unexpected tab character. (no-tabs)
(#29) 'MathJax' is not defined. (no-undef)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no space after '['. (array-bracket-spacing)
(#29) 'MathJax' is not defined. (no-undef)
(#29) There should be no space before ']'. (array-bracket-spacing)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#31) Unexpected tab character. (no-tabs)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#35) Unexpected tab character. (no-tabs)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) Missing semicolon. (semi)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) Missing semicolon. (semi)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#62) Unexpected tab character. (no-tabs)
mod/revealjs/plugin/menu/lib/bowser.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'module' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'module' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Function 't' has a complexity of 67. (complexity)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opera'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \/. (no-useless-escape)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'yandexbrowser'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \/. (no-useless-escape)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'windowsphone'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'msie'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'msedge'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'chrome'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'sailfish'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'seamonkey'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'firefox'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Unnecessary escape character: \/. (no-useless-escape)
(#6) A space is required after ','. (comma-spacing)
(#6) Unnecessary escape character: \). (no-useless-escape)
(#6) Unnecessary escape character: \.. (no-useless-escape)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'silk'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'phantom'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'blackberry'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'webos'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'bada'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tizen'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'safari'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'name'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \/. (no-useless-escape)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unnecessary escape character: \/. (no-useless-escape)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
mod/revealjs/plugin/menu/lib/jeesh.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#9) Expected space or tab after '/*' in comment. (spaced-comment)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected space(s) before "throw". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) before "function". (keyword-spacing)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) A space is required after ','. (comma-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "function". (keyword-spacing)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) Expected space(s) before "function". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) Expected space(s) before "function". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_VERSION'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fn'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'ender'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_select'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'forEach'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Expected { after 'for' condition. (curly)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) 'l' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'l' is not defined. (no-undef)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '$'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'module' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) 'module' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'exports'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 'b' is assigned a value but never used. (no-unused-vars)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space or tab after '/*' in comment. (spaced-comment)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Do not nest ternary expressions. (no-nested-ternary)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) This line has 138 statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unnecessary escape character: \.. (no-useless-escape)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'one'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing JSDoc comment. (require-jsdoc)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected space(s) before "var". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Do not nest ternary expressions. (no-nested-ternary)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of '&'. (no-bitwise)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected { after 'while' condition. (curly)
(#25) Expected space(s) after "while". (keyword-spacing)
(#25) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Missing space before value for key 'mouseenter'. (key-spacing)
(#25) Missing space before value for key 'base'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'mouseleave'. (key-spacing)
(#25) Missing space before value for key 'base'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'mousewheel'. (key-spacing)
(#25) Missing space before value for key 'base'. (key-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'originalEvent'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'isNative'. (key-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'x'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'y'. (key-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected { after 'else'. (curly)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Do not nest ternary expressions. (no-nested-ternary)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing JSDoc comment. (require-jsdoc)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'inNamespaces'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) before "for". (keyword-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'matches'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected { after 'for-in'. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected space(s) before "for". (keyword-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "else". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for-in'. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Missing space before value for key 'has'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'get'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'put'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'del'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'entries'. (key-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Do not nest ternary expressions. (no-nested-ternary)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected to return a value at the end of function. (consistent-return)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A constructor name should not start with a lowercase letter. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected to return a value at the end of function. (consistent-return)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected space(s) before "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'ft'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'selector'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '$'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) 'e' is defined but never used. (no-unused-vars)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'else'. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected { after 'for-in'. (curly)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected { after 'for-in'. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected space(s) before "for". (keyword-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "else". (keyword-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "else". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'add'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'one'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'remove'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'clone'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'fire'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'noConflict'. (key-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Return statement should not contain assignment. (no-return-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for-in'. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) 'provide' is not defined. (no-undef)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) 'e' is defined but never used. (no-unused-vars)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'on'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'addListener'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'bind'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'listen'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'delegate'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'one'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'off'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'unbind'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'unlisten'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'removeListener'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'undelegate'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'emit'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'trigger'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'cloneEvents'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'hover'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) 'ender' is not defined. (no-undef)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'exports'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) 'b' is assigned a value but never used. (no-unused-vars)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Expected space or tab after '/*' in comment. (spaced-comment)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) This line has 264 statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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 "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) 'uid' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) 'uid' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) 'uid' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) 'uid' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) 'uid' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) 'uid' is not defined. (no-undef)
(#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 JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected space(s) after "try". (keyword-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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) after "catch". (keyword-spacing)
(#31) Expected space(s) before "catch". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Empty block statement. (no-empty)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#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 space(s) after "return". (keyword-spacing)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#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) Requires a space before '}'. (block-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) before "this". (keyword-spacing)
(#31) Infix operators 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) 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 JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (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) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Missing space before value for key 'x'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'y'. (key-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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) Missing JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Missing space before value for key 'x'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'y'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "var". (keyword-spacing)
(#31) 'a' is assigned a value but never used. (no-unused-vars)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators 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 variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators 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 variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators 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 variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'thead'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'tbody'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'tfoot'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'colgroup'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'caption'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'tr'. (key-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) Missing space before value for key 'th'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'td'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'col'. (key-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) Missing space before value for key 'fieldset'. (key-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) Missing space before value for key 'legend'. (key-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) Missing space before value for key 'option'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'optgroup'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'script'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'style'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'link'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'param'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'base'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unnecessary escape character: \.. (no-useless-escape)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Missing space before value for key 'hrefExtended'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'autoTbody'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'computedStyle'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'cssFloat'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected to return a value at the end of function. (consistent-return)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) Missing space before value for key 'transform'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'classList'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'lineHeight'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'zoom'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'zIndex'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'opacity'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (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) Requires a space before '}'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "try". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) after "catch". (keyword-spacing)
(#31) Expected space(s) before "catch". (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) Expected space(s) after "try". (keyword-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#31) Expected space(s) after "catch". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Empty block statement. (no-empty)
(#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) Expected space(s) before "return". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Expected space(s) before "var". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-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) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'get'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'each'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'deepEach'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'map'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators 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) Infix operators 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) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'html'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) 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 "var". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected space(s) after "try". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators 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 "catch". (keyword-spacing)
(#31) Expected space(s) after "catch". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'text'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'append'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'prepend'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Missing space before value for key 'appendTo'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-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) 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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'prependTo'. (key-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) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'before'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'after'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-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) Missing space before value for key 'insertBefore'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#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) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Missing space before value for key 'insertAfter'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#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) 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'replaceWith'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#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 semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'addClass'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-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) Missing space before value for key 'removeClass'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'hasClass'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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 semicolon. (semi)
(#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) 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) Missing space before value for key 'toggleClass'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'show'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'hide'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'toggle'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'first'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'last'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'next'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'previous'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'parent'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'related'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-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) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'focus'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'blur'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Missing space before value for key 'css'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Expected { after 'for-in'. (curly)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected space(s) before "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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 before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'offset'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "return". (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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Missing space before value for key 'top'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'left'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Missing space before value for key 'top'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'left'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'dim'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'position'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'visibility'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'display'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'position'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'visibility'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'display'. (key-spacing)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'attr'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for-in'. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'removeAttr'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'val'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'data'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) 'd' is defined but never used. (no-unused-vars)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Return statement should not contain assignment. (no-return-assign)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators 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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'remove'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators 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) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'empty'. (key-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) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'detach'. (key-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) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'scrollTop'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'scrollLeft'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Expected { after 'for-in'. (curly)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "do". (keyword-spacing)
(#31) Expected { after 'do'. (curly)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Missing space before value for key 'width'. (key-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) Missing space before value for key 'height'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) 'e' used outside of binding context. (block-scoped-var)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Do not nest ternary expressions. (no-nested-ternary)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Unexpected use of '&'. (no-bitwise)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) 'provide' is not defined. (no-undef)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "return". (keyword-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) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing semicolon. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#31) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "var". (keyword-spacing)
(#31) Infix operators 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) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before value for key 'create'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#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) Missing space before value for key 'parents'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Unexpected use of '~'. (no-bitwise)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "break". (keyword-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'parent'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'closest'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'first'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'last'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators 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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'next'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing space before value for key 'previous'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'appendTo'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'prependTo'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'insertAfter'. (key-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'insertBefore'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'siblings'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#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 variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Expected space(s) before "return". (keyword-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) Missing space before value for key 'children'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) 'l' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) 'l' is not defined. (no-undef)
(#31) Missing whitespace after semicolon. (semi-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 { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "continue". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'while' condition. (curly)
(#31) Expected space(s) after "while". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#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) 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) 'ender' is not defined. (no-undef)
(#31) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#31) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'exports'. (key-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) 'b' is assigned a value but never used. (no-unused-vars)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Expected space or tab after '/*' in comment. (spaced-comment)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Do not nest ternary expressions. (no-nested-ternary)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected { after 'while' condition. (curly)
(#35) Expected space(s) after "while". (keyword-spacing)
(#35) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#35) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators 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) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Return statement should not contain assignment. (no-return-assign)
(#35) Return statement should not contain assignment. (no-return-assign)
(#35) Return statement should not contain assignment. (no-return-assign)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#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)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Do not nest ternary expressions. (no-nested-ternary)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Expected to return a value at the end of function. (consistent-return)
(#35) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "try". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) after "catch". (keyword-spacing)
(#35) Expected space(s) before "catch". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#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)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#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)
(#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) 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)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing semicolon. (semi)
(#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) 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)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) 'provide' is not defined. (no-undef)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Infix operators 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) Missing space before value for key 'domReady'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) Missing space before value for key 'ready'. (key-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#35) 'ender' is not defined. (no-undef)
(#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) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'exports'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) 'b' is assigned a value but never used. (no-unused-vars)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Expected space or tab after '/*' in comment. (spaced-comment)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#42) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) This line has 151 statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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 JSDoc comment. (require-jsdoc)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'b' used outside of binding context. (block-scoped-var)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "while". (keyword-spacing)
(#42) Expected { after 'while' condition. (curly)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) before "break". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#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) 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) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) before "for". (keyword-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Expected { after 'for-in'. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Infix operators 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) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Expected space(s) before "function". (keyword-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 "switch". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Expected space(s) after "case". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "case". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "case". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "case". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "case". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "case". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 'm' is defined but never used. (no-unused-vars)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Expected { after 'while' condition. (curly)
(#42) Expected space(s) after "while". (keyword-spacing)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators 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) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Unexpected use of '~'. (no-bitwise)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "while". (keyword-spacing)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) after "return". (keyword-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Expected space(s) before "function". (keyword-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) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Expected to return a value at the end of function 'f'. (consistent-return)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Expected space(s) after "while". (keyword-spacing)
(#42) Expected { after 'while' condition. (curly)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) 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 { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#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 a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#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) 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) Expected space(s) before "var". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Unexpected labeled statement. (no-labels)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected label in continue statement. (no-labels)
(#42) Expected space(s) before "continue". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Do not nest ternary expressions. (no-nested-ternary)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Do not nest ternary expressions. (no-nested-ternary)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Expected space(s) before "function". (keyword-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) after "return". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Expected space(s) before "return". (keyword-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators 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) Expected space(s) before "return". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-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) Missing JSDoc comment. (require-jsdoc)
(#42) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \+. (no-useless-escape)
(#42) Unnecessary escape character: \~. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \>. (no-useless-escape)
(#42) Unnecessary escape character: \+. (no-useless-escape)
(#42) Unnecessary escape character: \~. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \/. (no-useless-escape)
(#42) Unnecessary escape character: \?. (no-useless-escape)
(#42) Unnecessary escape character: \&. (no-useless-escape)
(#42) Unnecessary escape character: \=. (no-useless-escape)
(#42) Unnecessary escape character: \:. (no-useless-escape)
(#42) Unnecessary escape character: \.. (no-useless-escape)
(#42) Unnecessary escape character: \(. (no-useless-escape)
(#42) Unnecessary escape character: \). (no-useless-escape)
(#42) Unnecessary escape character: \!. (no-useless-escape)
(#42) Unnecessary escape character: \{. (no-useless-escape)
(#42) Unnecessary escape character: \}. (no-useless-escape)
(#42) Unnecessary escape character: \$. (no-useless-escape)
(#42) Unnecessary escape character: \*. (no-useless-escape)
(#42) Unnecessary escape character: \^. (no-useless-escape)
(#42) Unnecessary escape character: \+. (no-useless-escape)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \^. (no-useless-escape)
(#42) Unnecessary escape character: \[. (no-useless-escape)
(#42) Unnecessary escape character: \/. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \.. (no-useless-escape)
(#42) Unnecessary escape character: \#. (no-useless-escape)
(#42) Unnecessary escape character: \.. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) Unnecessary escape character: \|. (no-useless-escape)
(#42) Unnecessary escape character: \^. (no-useless-escape)
(#42) Unnecessary escape character: \$. (no-useless-escape)
(#42) Unnecessary escape character: \*. (no-useless-escape)
(#42) Unnecessary escape character: \~. (no-useless-escape)
(#42) Unnecessary escape character: \=. (no-useless-escape)
(#42) Unnecessary escape character: \/. (no-useless-escape)
(#42) Unnecessary escape character: \?. (no-useless-escape)
(#42) Unnecessary escape character: \&. (no-useless-escape)
(#42) Unnecessary escape character: \=. (no-useless-escape)
(#42) Unnecessary escape character: \:. (no-useless-escape)
(#42) Unnecessary escape character: \.. (no-useless-escape)
(#42) Unnecessary escape character: \(. (no-useless-escape)
(#42) Unnecessary escape character: \). (no-useless-escape)
(#42) Unnecessary escape character: \!. (no-useless-escape)
(#42) Unnecessary escape character: \{. (no-useless-escape)
(#42) Unnecessary escape character: \}. (no-useless-escape)
(#42) Unnecessary escape character: \$. (no-useless-escape)
(#42) Unnecessary escape character: \*. (no-useless-escape)
(#42) Unnecessary escape character: \^. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unnecessary escape character: \-. (no-useless-escape)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before value for key ' '. (key-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '>'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '~'. (key-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators 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) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '+'. (key-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) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before value for key 'g'. (key-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Infix operators 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) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 's'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing '()' invoking a constructor. (new-parens)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing '()' invoking a constructor. (new-parens)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing '()' invoking a constructor. (new-parens)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing '()' invoking a constructor. (new-parens)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Do not nest ternary expressions. (no-nested-ternary)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Unexpected use of '&'. (no-bitwise)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Expected { after 'while' condition. (curly)
(#42) Expected space(s) after "while". (keyword-spacing)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Do not nest ternary expressions. (no-nested-ternary)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "try". (keyword-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "catch". (keyword-spacing)
(#42) Expected space(s) after "catch". (keyword-spacing)
(#42) Empty block statement. (no-empty)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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 "return". (keyword-spacing)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Infix operators 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) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators 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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Do not nest ternary expressions. (no-nested-ternary)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Missing space before value for key 'useNativeQSA'. (key-spacing)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) 'provide' is not defined. (no-undef)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Infix operators 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) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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 "return". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Expected space(s) after "try". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Return statement should not contain assignment. (no-return-assign)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#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 "return". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) 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 "catch". (keyword-spacing)
(#42) Expected space(s) after "catch". (keyword-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Empty block statement. (no-empty)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'find'. (key-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'and'. (key-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected space(s) before "this". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'is'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#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 "if". (keyword-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#42) 'ender' is not defined. (no-undef)
(#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) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Missing semicolon. (semi)
mod/revealjs/plugin/menu/menu.js
(#7) 'RevealMenu' is assigned a value but never used. (no-unused-vars)
(#7) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected tab character. (no-tabs)
(#8) 'Reveal' is not defined. (no-undef)
(#9) Unexpected tab character. (no-tabs)
(#10) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) Function has a complexity of 23. (complexity)
(#18) Unexpected tab character. (no-tabs)
(#18) Comments should not begin with a lowercase character (capitalized-comments)
(#19) Unexpected tab character. (no-tabs)
(#19) 'bowser' is not defined. (no-undef)
(#19) 'bowser' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) There should be no space after '{'. (object-curly-spacing)
(#31) There should be no space before '}'. (object-curly-spacing)
(#32) Unexpected tab character. (no-tabs)
(#32) There should be no space after '{'. (object-curly-spacing)
(#32) There should be no space before '}'. (object-curly-spacing)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no space after '{'. (object-curly-spacing)
(#33) There should be no space before '}'. (object-curly-spacing)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) There should be no space before '}'. (object-curly-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) Expected { after 'if' condition. (curly)
(#46) Unexpected tab character. (no-tabs)
(#46) 'bowser' is not defined. (no-undef)
(#46) 'bowser' is not defined. (no-undef)
(#47) Unexpected tab character. (no-tabs)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) Expected { after 'if' condition. (curly)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) Expected { after 'if' condition. (curly)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) Expected { after 'if' condition. (curly)
(#57) Unexpected tab character. (no-tabs)
(#57) Missing JSDoc comment. (require-jsdoc)
(#57) Move function declaration to function body root. (no-inner-declarations)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#61) Move function declaration to function body root. (no-inner-declarations)
(#61) Missing JSDoc comment. (require-jsdoc)
(#62) Unexpected tab character. (no-tabs)
(#62) Comments should not begin with a lowercase character (capitalized-comments)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) '$' is not defined. (no-undef)
(#64) Too many nested callbacks (6). Maximum allowed is 5. (max-nested-callbacks)
(#64) 'event' is defined but never used. (no-unused-vars)
(#65) Unexpected tab character. (no-tabs)
(#65) Expected space or tab after '//' in comment. (spaced-comment)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#73) Move function declaration to function body root. (no-inner-declarations)
(#73) Missing JSDoc comment. (require-jsdoc)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#76) Expected space(s) after "while". (keyword-spacing)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#81) There should be no space after '{'. (object-curly-spacing)
(#81) There should be no space before '}'. (object-curly-spacing)
(#82) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) Missing JSDoc comment. (require-jsdoc)
(#84) Move function declaration to function body root. (no-inner-declarations)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#90) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#91) Unexpected tab character. (no-tabs)
(#92) Line 92 exceeds the maximum line length of 132. (max-len)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#96) Trailing spaces not allowed. (no-trailing-spaces)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#101) Missing JSDoc comment. (require-jsdoc)
(#101) Move function declaration to function body root. (no-inner-declarations)
(#102) Unexpected tab character. (no-tabs)
(#102) '$' is not defined. (no-undef)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#106) Missing JSDoc comment. (require-jsdoc)
(#106) Function 'onDocumentKeyDown' has a complexity of 27. (complexity)
(#106) Move function declaration to function body root. (no-inner-declarations)
(#107) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#111) Unexpected tab character. (no-tabs)
(#111) Expected space(s) after "switch". (keyword-spacing)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#112) Unexpected tab character. (no-tabs)
(#112) Comments should not begin with a lowercase character (capitalized-comments)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#116) Comments should not begin with a lowercase character (capitalized-comments)
(#117) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#120) Comments should not begin with a lowercase character (capitalized-comments)
(#121) Unexpected tab character. (no-tabs)
(#122) Line 122 exceeds the maximum line length of 132. (max-len)
(#122) Unexpected tab character. (no-tabs)
(#122) '$' is not defined. (no-undef)
(#122) '$' is not defined. (no-undef)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#124) '$' is not defined. (no-undef)
(#125) Line 125 exceeds the maximum line length of 132. (max-len)
(#125) Unexpected tab character. (no-tabs)
(#125) 'nextItem' used outside of binding context. (block-scoped-var)
(#125) '$' is not defined. (no-undef)
(#125) '$' is not defined. (no-undef)
(#126) Unexpected tab character. (no-tabs)
(#126) 'nextItem' used outside of binding context. (block-scoped-var)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#128) 'items' used outside of binding context. (block-scoped-var)
(#128) '$' is not defined. (no-undef)
(#129) Unexpected tab character. (no-tabs)
(#129) 'items' used outside of binding context. (block-scoped-var)
(#130) Unexpected tab character. (no-tabs)
(#130) 'items' used outside of binding context. (block-scoped-var)
(#131) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#134) Comments should not begin with a lowercase character (capitalized-comments)
(#135) Unexpected tab character. (no-tabs)
(#136) Line 136 exceeds the maximum line length of 132. (max-len)
(#136) Unexpected tab character. (no-tabs)
(#136) 'currItem' is already defined. (no-redeclare)
(#136) '$' is not defined. (no-undef)
(#136) '$' is not defined. (no-undef)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#138) '$' is not defined. (no-undef)
(#139) Line 139 exceeds the maximum line length of 132. (max-len)
(#139) Unexpected tab character. (no-tabs)
(#139) 'nextItem' used outside of binding context. (block-scoped-var)
(#139) 'nextItem' is already defined. (no-redeclare)
(#139) '$' is not defined. (no-undef)
(#139) '$' is not defined. (no-undef)
(#140) Unexpected tab character. (no-tabs)
(#140) 'nextItem' used outside of binding context. (block-scoped-var)
(#141) Unexpected tab character. (no-tabs)
(#142) Unexpected tab character. (no-tabs)
(#142) 'items' is already defined. (no-redeclare)
(#142) 'items' used outside of binding context. (block-scoped-var)
(#142) '$' is not defined. (no-undef)
(#143) Unexpected tab character. (no-tabs)
(#143) 'items' used outside of binding context. (block-scoped-var)
(#144) Unexpected tab character. (no-tabs)
(#144) 'items' used outside of binding context. (block-scoped-var)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#147) Unexpected tab character. (no-tabs)
(#148) Unexpected tab character. (no-tabs)
(#148) Comments should not begin with a lowercase character (capitalized-comments)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) '$' is not defined. (no-undef)
(#151) Unexpected tab character. (no-tabs)
(#151) '$' is not defined. (no-undef)
(#152) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#156) Comments should not begin with a lowercase character (capitalized-comments)
(#157) Unexpected tab character. (no-tabs)
(#158) Unexpected tab character. (no-tabs)
(#158) '$' is not defined. (no-undef)
(#159) Unexpected tab character. (no-tabs)
(#159) 'sel' is already defined. (no-redeclare)
(#159) '$' is not defined. (no-undef)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#164) Comments should not begin with a lowercase character (capitalized-comments)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#166) 'currItem' is already defined. (no-redeclare)
(#166) '$' is not defined. (no-undef)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#171) Comments should not begin with a lowercase character (capitalized-comments)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#178) Unexpected tab character. (no-tabs)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#180) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#184) Comments should not begin with a lowercase character (capitalized-comments)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Missing semicolon. (semi)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#199) Move function declaration to function body root. (no-inner-declarations)
(#199) Missing JSDoc comment. (require-jsdoc)
(#200) Unexpected tab character. (no-tabs)
(#200) Expected { after 'if' condition. (curly)
(#201) Unexpected tab character. (no-tabs)
(#202) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#202) Unexpected tab character. (no-tabs)
(#202) '$' is not defined. (no-undef)
(#203) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#203) Unexpected tab character. (no-tabs)
(#203) '$' is not defined. (no-undef)
(#204) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#204) Unexpected tab character. (no-tabs)
(#204) '$' is not defined. (no-undef)
(#205) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#205) Unexpected tab character. (no-tabs)
(#205) '$' is not defined. (no-undef)
(#207) Unexpected tab character. (no-tabs)
(#207) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#207) Comments should not begin with a lowercase character (capitalized-comments)
(#208) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#208) Unexpected tab character. (no-tabs)
(#208) '$' is not defined. (no-undef)
(#209) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#209) Unexpected tab character. (no-tabs)
(#209) '$' is not defined. (no-undef)
(#209) '$' is not defined. (no-undef)
(#211) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#211) Unexpected tab character. (no-tabs)
(#211) Comments should not begin with a lowercase character (capitalized-comments)
(#212) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#212) Unexpected tab character. (no-tabs)
(#212) '$' is not defined. (no-undef)
(#213) Unexpected tab character. (no-tabs)
(#213) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#213) '$' is not defined. (no-undef)
(#213) 'Reveal' is not defined. (no-undef)
(#215) Unexpected tab character. (no-tabs)
(#215) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#215) Comments should not begin with a lowercase character (capitalized-comments)
(#216) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#216) Unexpected tab character. (no-tabs)
(#216) '$' is not defined. (no-undef)
(#217) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#217) Unexpected tab character. (no-tabs)
(#218) Unexpected tab character. (no-tabs)
(#218) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#218) Statement inside of curly braces should be on next line. (brace-style)
(#218) Missing semicolon. (semi)
(#218) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#222) Missing JSDoc comment. (require-jsdoc)
(#222) Move function declaration to function body root. (no-inner-declarations)
(#223) Unexpected tab character. (no-tabs)
(#223) Expected { after 'if' condition. (curly)
(#224) Unexpected tab character. (no-tabs)
(#224) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#224) '$' is not defined. (no-undef)
(#225) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#225) Unexpected tab character. (no-tabs)
(#225) '$' is not defined. (no-undef)
(#226) Unexpected tab character. (no-tabs)
(#226) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#226) '$' is not defined. (no-undef)
(#227) Unexpected tab character. (no-tabs)
(#227) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#227) '$' is not defined. (no-undef)
(#228) Unexpected tab character. (no-tabs)
(#228) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#228) '$' is not defined. (no-undef)
(#229) Unexpected tab character. (no-tabs)
(#231) Unexpected tab character. (no-tabs)
(#231) Move function declaration to function body root. (no-inner-declarations)
(#231) Missing JSDoc comment. (require-jsdoc)
(#232) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#239) Move function declaration to function body root. (no-inner-declarations)
(#239) Missing JSDoc comment. (require-jsdoc)
(#240) Unexpected tab character. (no-tabs)
(#240) '$' is not defined. (no-undef)
(#241) Unexpected tab character. (no-tabs)
(#243) Unexpected tab character. (no-tabs)
(#243) Missing JSDoc comment. (require-jsdoc)
(#243) Move function declaration to function body root. (no-inner-declarations)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#247) '$' is not defined. (no-undef)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#249) '$' is not defined. (no-undef)
(#250) Unexpected tab character. (no-tabs)
(#250) '$' is not defined. (no-undef)
(#251) Unexpected tab character. (no-tabs)
(#251) '$' is not defined. (no-undef)
(#252) Unexpected tab character. (no-tabs)
(#252) '$' is not defined. (no-undef)
(#253) Unexpected tab character. (no-tabs)
(#255) Unexpected tab character. (no-tabs)
(#255) Missing JSDoc comment. (require-jsdoc)
(#255) Move function declaration to function body root. (no-inner-declarations)
(#256) Unexpected tab character. (no-tabs)
(#256) '$' is not defined. (no-undef)
(#257) Unexpected tab character. (no-tabs)
(#257) '$' is not defined. (no-undef)
(#258) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) Missing JSDoc comment. (require-jsdoc)
(#260) Move function declaration to function body root. (no-inner-declarations)
(#261) Unexpected tab character. (no-tabs)
(#261) '$' is not defined. (no-undef)
(#262) Unexpected tab character. (no-tabs)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#265) '$' is not defined. (no-undef)
(#266) Unexpected tab character. (no-tabs)
(#268) Unexpected tab character. (no-tabs)
(#268) '$' is not defined. (no-undef)
(#269) Unexpected tab character. (no-tabs)
(#269) '$' is not defined. (no-undef)
(#270) Unexpected tab character. (no-tabs)
(#270) '$' is not defined. (no-undef)
(#271) Unexpected tab character. (no-tabs)
(#271) '$' is not defined. (no-undef)
(#272) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#274) '$' is not defined. (no-undef)
(#274) '$' is not defined. (no-undef)
(#275) Unexpected tab character. (no-tabs)
(#276) Line 276 exceeds the maximum line length of 132. (max-len)
(#276) Unexpected tab character. (no-tabs)
(#276) '$' is not defined. (no-undef)
(#277) Unexpected tab character. (no-tabs)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#282) Unexpected tab character. (no-tabs)
(#282) 'array' is defined but never used. (no-unused-vars)
(#283) Line 283 exceeds the maximum line length of 132. (max-len)
(#283) Unexpected tab character. (no-tabs)
(#283) '$' is not defined. (no-undef)
(#284) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#286) Missing semicolon. (semi)
(#287) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Line 290 exceeds the maximum line length of 132. (max-len)
(#290) Unexpected tab character. (no-tabs)
(#290) '$' is not defined. (no-undef)
(#291) Unexpected tab character. (no-tabs)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Line 295 exceeds the maximum line length of 132. (max-len)
(#295) Unexpected tab character. (no-tabs)
(#295) '$' is not defined. (no-undef)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#299) '$' is not defined. (no-undef)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#303) Unexpected tab character. (no-tabs)
(#303) '$' is not defined. (no-undef)
(#305) Unexpected tab character. (no-tabs)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#308) Move function declaration to function body root. (no-inner-declarations)
(#308) Missing JSDoc comment. (require-jsdoc)
(#309) Unexpected tab character. (no-tabs)
(#309) 'link' is assigned a value but never used. (no-unused-vars)
(#310) Unexpected tab character. (no-tabs)
(#310) Expected { after 'if' condition. (curly)
(#311) Unexpected tab character. (no-tabs)
(#311) Expected { after 'else'. (curly)
(#313) Unexpected tab character. (no-tabs)
(#313) '$' is not defined. (no-undef)
(#314) Unexpected tab character. (no-tabs)
(#314) '$' is not defined. (no-undef)
(#315) Unexpected tab character. (no-tabs)
(#315) '$' is not defined. (no-undef)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#317) Expected { after 'if' condition. (curly)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#320) Unexpected tab character. (no-tabs)
(#322) Unexpected tab character. (no-tabs)
(#323) Unexpected tab character. (no-tabs)
(#324) Unexpected tab character. (no-tabs)
(#326) Unexpected tab character. (no-tabs)
(#327) Unexpected tab character. (no-tabs)
(#329) Unexpected tab character. (no-tabs)
(#330) Unexpected tab character. (no-tabs)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#331) Unexpected tab character. (no-tabs)
(#332) Unexpected tab character. (no-tabs)
(#334) Unexpected tab character. (no-tabs)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#335) Unexpected tab character. (no-tabs)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#336) Unexpected tab character. (no-tabs)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#337) Unexpected tab character. (no-tabs)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) 'Reveal' is not defined. (no-undef)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#343) Unexpected tab character. (no-tabs)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#345) Trailing spaces not allowed. (no-trailing-spaces)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#349) Line 349 exceeds the maximum line length of 132. (max-len)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#352) Missing JSDoc comment. (require-jsdoc)
(#352) Move function declaration to function body root. (no-inner-declarations)
(#353) Unexpected tab character. (no-tabs)
(#353) '$' is not defined. (no-undef)
(#354) Unexpected tab character. (no-tabs)
(#354) '$' is not defined. (no-undef)
(#355) Unexpected tab character. (no-tabs)
(#355) '$' is not defined. (no-undef)
(#356) Unexpected tab character. (no-tabs)
(#356) '$' is not defined. (no-undef)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#358) 'Reveal' is not defined. (no-undef)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#361) Unexpected tab character. (no-tabs)
(#361) '$' is not defined. (no-undef)
(#362) Unexpected tab character. (no-tabs)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#364) 'Reveal' is not defined. (no-undef)
(#364) There should be no space after '{'. (object-curly-spacing)
(#364) There should be no space before '}'. (object-curly-spacing)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#367) '$' is not defined. (no-undef)
(#368) Unexpected tab character. (no-tabs)
(#369) Unexpected tab character. (no-tabs)
(#370) Unexpected tab character. (no-tabs)
(#371) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#375) Unexpected tab character. (no-tabs)
(#375) Move function declaration to function body root. (no-inner-declarations)
(#375) Missing JSDoc comment. (require-jsdoc)
(#376) Unexpected tab character. (no-tabs)
(#377) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#380) Unexpected tab character. (no-tabs)
(#382) Unexpected tab character. (no-tabs)
(#382) Move function declaration to function body root. (no-inner-declarations)
(#382) Missing JSDoc comment. (require-jsdoc)
(#383) Unexpected tab character. (no-tabs)
(#383) 'Reveal' is not defined. (no-undef)
(#384) Unexpected tab character. (no-tabs)
(#384) '$' is not defined. (no-undef)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#389) '$' is not defined. (no-undef)
(#390) Unexpected tab character. (no-tabs)
(#390) '$' is not defined. (no-undef)
(#391) Unexpected tab character. (no-tabs)
(#391) '$' is not defined. (no-undef)
(#392) Unexpected tab character. (no-tabs)
(#393) Unexpected tab character. (no-tabs)
(#393) '$' is not defined. (no-undef)
(#394) Unexpected tab character. (no-tabs)
(#394) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#395) Unexpected tab character. (no-tabs)
(#396) Unexpected tab character. (no-tabs)
(#396) '$' is not defined. (no-undef)
(#397) Unexpected tab character. (no-tabs)
(#397) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#399) '$' is not defined. (no-undef)
(#400) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#402) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#404) '$' is not defined. (no-undef)
(#405) Unexpected tab character. (no-tabs)
(#406) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#407) '$' is not defined. (no-undef)
(#408) Unexpected tab character. (no-tabs)
(#409) Unexpected tab character. (no-tabs)
(#409) '$' is not defined. (no-undef)
(#410) Unexpected tab character. (no-tabs)
(#410) '$' is not defined. (no-undef)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#413) Unexpected tab character. (no-tabs)
(#414) Unexpected tab character. (no-tabs)
(#415) Unexpected tab character. (no-tabs)
(#416) Unexpected tab character. (no-tabs)
(#417) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#419) Unexpected tab character. (no-tabs)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#422) Unexpected tab character. (no-tabs)
(#423) Unexpected tab character. (no-tabs)
(#423) '$' is not defined. (no-undef)
(#425) Unexpected tab character. (no-tabs)
(#425) 'Reveal' is not defined. (no-undef)
(#426) Unexpected tab character. (no-tabs)
(#428) Unexpected tab character. (no-tabs)
(#429) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#431) Unexpected tab character. (no-tabs)
(#432) Unexpected tab character. (no-tabs)
(#432) 'array' is defined but never used. (no-unused-vars)
(#433) Unexpected tab character. (no-tabs)
(#433) '$' is not defined. (no-undef)
(#434) Unexpected tab character. (no-tabs)
(#435) Unexpected tab character. (no-tabs)
(#435) '$' is not defined. (no-undef)
(#436) Unexpected tab character. (no-tabs)
(#437) Unexpected tab character. (no-tabs)
(#438) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#440) Unexpected tab character. (no-tabs)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#441) Unexpected tab character. (no-tabs)
(#441) Comments should not begin with a lowercase character (capitalized-comments)
(#442) Unexpected tab character. (no-tabs)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#443) Unexpected tab character. (no-tabs)
(#443) '$' is not defined. (no-undef)
(#444) Unexpected tab character. (no-tabs)
(#444) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#445) Unexpected tab character. (no-tabs)
(#446) Line 446 exceeds the maximum line length of 132. (max-len)
(#446) Unexpected tab character. (no-tabs)
(#446) 'content' is not defined. (no-undef)
(#446) 'url' is not defined. (no-undef)
(#447) Unexpected tab character. (no-tabs)
(#448) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#451) Unexpected tab character. (no-tabs)
(#453) Unexpected tab character. (no-tabs)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#456) Unexpected tab character. (no-tabs)
(#456) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#457) Unexpected tab character. (no-tabs)
(#457) There should be no spaces inside this paren. (space-in-parens)
(#457) There should be no spaces inside this paren. (space-in-parens)
(#458) Line 458 exceeds the maximum line length of 132. (max-len)
(#458) Unexpected tab character. (no-tabs)
(#458) Unexpected alert. (no-alert)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#459) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#465) Unexpected tab character. (no-tabs)
(#465) '$' is not defined. (no-undef)
(#466) Unexpected tab character. (no-tabs)
(#466) '$' is not defined. (no-undef)
(#466) Infix operators must be spaced. (space-infix-ops)
(#467) Unexpected tab character. (no-tabs)
(#467) '$' is not defined. (no-undef)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#469) Missing semicolon. (semi)
(#470) Unexpected tab character. (no-tabs)
(#472) Unexpected tab character. (no-tabs)
(#473) Unexpected tab character. (no-tabs)
(#474) Unexpected tab character. (no-tabs)
(#475) Unexpected tab character. (no-tabs)
(#476) Unexpected tab character. (no-tabs)
(#476) 'panel' used outside of binding context. (block-scoped-var)
(#476) '$' is not defined. (no-undef)
(#477) Unexpected tab character. (no-tabs)
(#477) 'menu' used outside of binding context. (block-scoped-var)
(#477) '$' is not defined. (no-undef)
(#477) 'panel' used outside of binding context. (block-scoped-var)
(#478) Unexpected tab character. (no-tabs)
(#479) Line 479 exceeds the maximum line length of 132. (max-len)
(#479) Unexpected tab character. (no-tabs)
(#479) '$' is not defined. (no-undef)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) 'menu' used outside of binding context. (block-scoped-var)
(#480) Unexpected tab character. (no-tabs)
(#480) Missing semicolon. (semi)
(#481) Unexpected tab character. (no-tabs)
(#483) Unexpected tab character. (no-tabs)
(#484) Unexpected tab character. (no-tabs)
(#485) Unexpected tab character. (no-tabs)
(#486) Unexpected tab character. (no-tabs)
(#487) Unexpected tab character. (no-tabs)
(#487) 'panel' is already defined. (no-redeclare)
(#487) 'panel' used outside of binding context. (block-scoped-var)
(#487) '$' is not defined. (no-undef)
(#488) Unexpected tab character. (no-tabs)
(#488) 'menu' used outside of binding context. (block-scoped-var)
(#488) 'menu' is already defined. (no-redeclare)
(#488) '$' is not defined. (no-undef)
(#488) 'panel' used outside of binding context. (block-scoped-var)
(#489) Unexpected tab character. (no-tabs)
(#490) Line 490 exceeds the maximum line length of 132. (max-len)
(#490) Unexpected tab character. (no-tabs)
(#490) '$' is not defined. (no-undef)
(#490) Infix operators must be spaced. (space-infix-ops)
(#490) 'menu' used outside of binding context. (block-scoped-var)
(#491) Unexpected tab character. (no-tabs)
(#491) Missing semicolon. (semi)
(#492) Unexpected tab character. (no-tabs)
(#494) Unexpected tab character. (no-tabs)
(#495) Unexpected tab character. (no-tabs)
(#496) Unexpected tab character. (no-tabs)
(#497) Unexpected tab character. (no-tabs)
(#498) Unexpected tab character. (no-tabs)
(#498) Comments should not begin with a lowercase character (capitalized-comments)
(#499) Unexpected tab character. (no-tabs)
(#499) '$' is not defined. (no-undef)
(#500) Unexpected tab character. (no-tabs)
(#500) '$' is not defined. (no-undef)
(#501) Unexpected tab character. (no-tabs)
(#502) Unexpected tab character. (no-tabs)
(#504) Unexpected tab character. (no-tabs)
(#505) Unexpected tab character. (no-tabs)
(#505) Comments should not begin with a lowercase character (capitalized-comments)
(#506) Unexpected tab character. (no-tabs)
(#506) '$' is not defined. (no-undef)
(#506) '$' is not defined. (no-undef)
(#507) Unexpected tab character. (no-tabs)
(#507) '$' is not defined. (no-undef)
(#507) '$' is not defined. (no-undef)
(#508) Unexpected tab character. (no-tabs)
(#508) '$' is not defined. (no-undef)
(#509) Unexpected tab character. (no-tabs)
(#511) Unexpected tab character. (no-tabs)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#515) '$' is not defined. (no-undef)
(#516) Unexpected tab character. (no-tabs)
(#517) Unexpected tab character. (no-tabs)
(#517) '$' is not defined. (no-undef)
(#518) Unexpected tab character. (no-tabs)
(#518) '$' is not defined. (no-undef)
(#519) Unexpected tab character. (no-tabs)
(#520) Unexpected tab character. (no-tabs)
(#522) Unexpected tab character. (no-tabs)
(#523) Unexpected tab character. (no-tabs)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#525) Missing semicolon. (semi)
(#526) Unexpected tab character. (no-tabs)
(#526) Missing semicolon. (semi)
(#527) Unexpected tab character. (no-tabs)
(#527) Missing semicolon. (semi)
(#528) Unexpected tab character. (no-tabs)
(#530) Comments should not begin with a lowercase character (capitalized-comments)
(#530) Unexpected tab character. (no-tabs)
(#531) Missing JSDoc comment. (require-jsdoc)
(#531) Unexpected tab character. (no-tabs)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#532) Unexpected tab character. (no-tabs)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#533) Unexpected tab character. (no-tabs)
(#535) Unexpected tab character. (no-tabs)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#536) Unexpected tab character. (no-tabs)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#537) Unexpected tab character. (no-tabs)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#539) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#540) Unexpected tab character. (no-tabs)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#541) Unexpected tab character. (no-tabs)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#542) Unexpected tab character. (no-tabs)
(#543) Unexpected tab character. (no-tabs)
(#544) Unexpected tab character. (no-tabs)
(#546) Unexpected tab character. (no-tabs)
(#547) Unexpected tab character. (no-tabs)
(#548) Unexpected tab character. (no-tabs)
(#548) Expected space(s) after "if". (keyword-spacing)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#549) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#552) Missing semicolon. (semi)
(#554) Unexpected tab character. (no-tabs)
(#556) Unexpected tab character. (no-tabs)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#559) Unexpected tab character. (no-tabs)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#561) Missing semicolon. (semi)
(#563) Unexpected tab character. (no-tabs)
(#564) Unexpected tab character. (no-tabs)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#565) Unexpected tab character. (no-tabs)
(#567) Missing JSDoc comment. (require-jsdoc)
(#567) Unexpected tab character. (no-tabs)
(#568) Unexpected tab character. (no-tabs)
(#568) Comments should not begin with a lowercase character (capitalized-comments)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#571) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#573) Unexpected tab character. (no-tabs)
(#573) Missing semicolon. (semi)
(#574) Unexpected tab character. (no-tabs)
(#575) Unexpected tab character. (no-tabs)
(#576) Unexpected tab character. (no-tabs)
(#577) Unexpected tab character. (no-tabs)
(#578) Unexpected tab character. (no-tabs)
(#579) Unexpected tab character. (no-tabs)
(#581) Unexpected tab character. (no-tabs)
mod/revealjs/plugin/multiplex/client.js
(#2) Unexpected tab character. (no-tabs)
(#2) 'Reveal' is not defined. (no-undef)
(#3) Unexpected tab character. (no-tabs)
(#4) Unexpected tab character. (no-tabs)
(#4) 'io' is not defined. (no-undef)
(#6) Unexpected tab character. (no-tabs)
(#7) Unexpected tab character. (no-tabs)
(#7) Comments should not begin with a lowercase character (capitalized-comments)
(#8) Unexpected tab character. (no-tabs)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Unexpected tab character. (no-tabs)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#11) Unexpected tab character. (no-tabs)
(#11) 'Reveal' is not defined. (no-undef)
(#12) Unexpected tab character. (no-tabs)
mod/revealjs/plugin/multiplex/index.js
(#1) Unexpected tab character. (no-tabs)
(#2) Unexpected tab character. (no-tabs)
(#3) Unexpected tab character. (no-tabs)
(#4) Unexpected tab character. (no-tabs)
(#6) Unexpected tab character. (no-tabs)
(#7) Unexpected tab character. (no-tabs)
(#9) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#13) Extra space after key 'baseDir'. (key-spacing)
(#13) Unexpected tab character. (no-tabs)
(#13) '__dirname' is not defined. (no-undef)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#18) Expected { after 'if' condition. (curly)
(#18) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#22) Unnecessary semicolon. (no-extra-semi)
(#23) Unexpected tab character. (no-tabs)
(#27) There should be no space after '['. (array-bracket-spacing)
(#27) Unexpected tab character. (no-tabs)
(#27) There should be no space before ']'. (array-bracket-spacing)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#37) A space is required after ','. (comma-spacing)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Expected space(s) after "return". (keyword-spacing)
(#46) Unexpected tab character. (no-tabs)
(#52) Don't use octal: '\033'. Use '\u....' instead. (no-octal-escape)
(#53) Unexpected tab character. (no-tabs)
(#53) Don't use octal: '\033'. Use '\u....' instead. (no-octal-escape)
(#54) Unexpected tab character. (no-tabs)
(#54) Don't use octal: '\033'. Use '\u....' instead. (no-octal-escape)
(#56) Unexpected console statement. (no-console)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
mod/revealjs/plugin/multiplex/master.js
(#2) Unexpected tab character. (no-tabs)
(#3) Unexpected tab character. (no-tabs)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Unexpected tab character. (no-tabs)
(#5) 'Reveal' is not defined. (no-undef)
(#7) Unexpected tab character. (no-tabs)
(#7) 'io' is not defined. (no-undef)
(#9) Unexpected tab character. (no-tabs)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#10) Unexpected tab character. (no-tabs)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#14) 'Reveal' is not defined. (no-undef)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Extra space after key 'indexh'. (key-spacing)
(#29) Unexpected tab character. (no-tabs)
(#29) Extra space after key 'indexv'. (key-spacing)
(#30) Unexpected tab character. (no-tabs)
(#30) Extra space after key 'indexf'. (key-spacing)
(#31) Unexpected tab character. (no-tabs)
(#31) Extra space after key 'nextindexh'. (key-spacing)
(#32) Unexpected tab character. (no-tabs)
(#32) Extra space after key 'nextindexv'. (key-spacing)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) Extra space after key 'socketId'. (key-spacing)
(#35) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Missing semicolon. (semi)
(#41) Unexpected tab character. (no-tabs)
(#41) 'Reveal' is not defined. (no-undef)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) 'Reveal' is not defined. (no-undef)
(#46) 'Reveal' is not defined. (no-undef)
(#46) 'Reveal' is not defined. (no-undef)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#47) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) 'Reveal' is not defined. (no-undef)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#50) 'Reveal' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
mod/revealjs/plugin/notes-server/client.js
(#3) Comments should not begin with a lowercase character (capitalized-comments)
(#3) Unexpected tab character. (no-tabs)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Unexpected tab character. (no-tabs)
(#4) There should be no spaces inside this paren. (space-in-parens)
(#4) There should be no spaces inside this paren. (space-in-parens)
(#4) There should be no spaces inside this paren. (space-in-parens)
(#4) There should be no spaces inside this paren. (space-in-parens)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Unexpected tab character. (no-tabs)
(#6) 'io' is not defined. (no-undef)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#7) Unexpected tab character. (no-tabs)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected console statement. (no-console)
(#9) Unexpected tab character. (no-tabs)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#9) There should be no spaces inside this paren. (space-in-parens)
(#11) Unexpected tab character. (no-tabs)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#13) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#18) 'Reveal' is not defined. (no-undef)
(#19) Unexpected tab character. (no-tabs)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) 'Reveal' is not defined. (no-undef)
(#26) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#30) Unexpected tab character. (no-tabs)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#31) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#41) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) 'data' is defined but never used. (no-unused-vars)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) 'Reveal' is not defined. (no-undef)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#50) Unexpected tab character. (no-tabs)
(#50) 'Reveal' is not defined. (no-undef)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#51) Unexpected tab character. (no-tabs)
(#51) 'Reveal' is not defined. (no-undef)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#52) 'Reveal' is not defined. (no-undef)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#53) 'Reveal' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) Unexpected tab character. (no-tabs)
(#54) 'Reveal' is not defined. (no-undef)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#55) Unexpected tab character. (no-tabs)
(#55) 'Reveal' is not defined. (no-undef)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
mod/revealjs/plugin/notes-server/index.js
(#1) Multiple spaces found before '='. (no-multi-spaces)
(#2) Multiple spaces found before '='. (no-multi-spaces)
(#3) Multiple spaces found before '='. (no-multi-spaces)
(#4) '_' is assigned a value but never used. (no-unused-vars)
(#4) Multiple spaces found before '='. (no-multi-spaces)
(#5) Multiple spaces found before '='. (no-multi-spaces)
(#7) Multiple spaces found before '='. (no-multi-spaces)
(#10) Multiple spaces found before '='. (no-multi-spaces)
(#13) Unexpected tab character. (no-tabs)
(#13) Extra space after key 'port'. (key-spacing)
(#14) Unexpected tab character. (no-tabs)
(#14) Extra space after key 'baseDir'. (key-spacing)
(#14) '__dirname' is not defined. (no-undef)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#19) Unexpected tab character. (no-tabs)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#20) Unexpected tab character. (no-tabs)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#21) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#24) Unexpected tab character. (no-tabs)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#25) Unexpected tab character. (no-tabs)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#31) Unexpected tab character. (no-tabs)
(#31) There should be no space after '['. (array-bracket-spacing)
(#31) There should be no space before ']'. (array-bracket-spacing)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#32) Unexpected tab character. (no-tabs)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#33) Unexpected tab character. (no-tabs)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#48) Unexpected tab character. (no-tabs)
(#48) Extra space after key 'socketId'. (key-spacing)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#57) Don't use octal: '\033'. Use '\u....' instead. (no-octal-escape)
(#58) Unexpected tab character. (no-tabs)
(#58) Don't use octal: '\033'. Use '\u....' instead. (no-octal-escape)
(#59) Unexpected tab character. (no-tabs)
(#59) Don't use octal: '\033'. Use '\u....' instead. (no-octal-escape)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#63) Unexpected console statement. (no-console)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#64) Unexpected console statement. (no-console)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#65) Unexpected console statement. (no-console)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#66) Unexpected console statement. (no-console)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
mod/revealjs/plugin/notes/notes.js
(#12) 'RevealNotes' is assigned a value but never used. (no-unused-vars)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#15) Comments should not begin with a lowercase character (capitalized-comments)
(#15) Multiple spaces found before '// this js fil...'. (no-multi-spaces)
(#16) Unexpected tab character. (no-tabs)
(#16) Multiple spaces found before '// the js fold...'. (no-multi-spaces)
(#16) Comments should not begin with a lowercase character (capitalized-comments)
(#17) Unexpected tab character. (no-tabs)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#28) Unexpected tab character. (no-tabs)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) 'Reveal' is not defined. (no-undef)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#38) Unexpected tab character. (no-tabs)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#50) 'Reveal' is not defined. (no-undef)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#58) 'Reveal' is not defined. (no-undef)
(#59) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#63) Unexpected tab character. (no-tabs)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#64) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#70) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#74) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#83) 'Reveal' is not defined. (no-undef)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#84) Unexpected tab character. (no-tabs)
(#84) 'Reveal' is not defined. (no-undef)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#85) Unexpected tab character. (no-tabs)
(#85) 'Reveal' is not defined. (no-undef)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#86) Unexpected tab character. (no-tabs)
(#86) 'Reveal' is not defined. (no-undef)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#87) Unexpected tab character. (no-tabs)
(#87) 'Reveal' is not defined. (no-undef)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#88) 'Reveal' is not defined. (no-undef)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#89) Unexpected tab character. (no-tabs)
(#89) 'Reveal' is not defined. (no-undef)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Unexpected tab character. (no-tabs)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) Unnecessary escape character: \&. (no-useless-escape)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Line 110 exceeds the maximum line length of 132. (max-len)
(#110) Unexpected tab character. (no-tabs)
(#110) Expected { after 'if' condition. (curly)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#112) Unexpected tab character. (no-tabs)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#118) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#120) There should be no space after '{'. (object-curly-spacing)
(#120) There should be no space before '}'. (object-curly-spacing)
mod/revealjs/plugin/print-pdf/print-pdf.js
(#1) Comments should not begin with a lowercase character (capitalized-comments)
(#11) 'WebPage' is not defined. (no-undef)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#28) Unexpected tab character. (no-tabs)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#29) Unexpected tab character. (no-tabs)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#36) Unexpected tab character. (no-tabs)
(#39) Unexpected console statement. (no-console)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) 'status' is defined but never used. (no-unused-vars)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#43) Unexpected console statement. (no-console)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) Unexpected tab character. (no-tabs)
(#45) 'phantom' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
mod/revealjs/plugin/remotes/remotes.js
(#6) Missing space before opening brace. (space-before-blocks)
(#12) Multiple spaces found before '='. (no-multi-spaces)
(#12) Missing space before opening brace. (space-before-blocks)
(#13) 'DocumentTouch' is not defined. (no-undef)
(#20) Missing space before opening brace. (space-before-blocks)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#25) 'head' is not defined. (no-undef)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#26) 'Remotes' is not defined. (no-undef)
(#27) 'e' is defined but never used. (no-unused-vars)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) 'Reveal' is not defined. (no-undef)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) 'e' is defined but never used. (no-unused-vars)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) 'Reveal' is not defined. (no-undef)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) 'e' is defined but never used. (no-unused-vars)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) 'Reveal' is not defined. (no-undef)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) 'e' is defined but never used. (no-unused-vars)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) 'Reveal' is not defined. (no-undef)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) 'e' is defined but never used. (no-unused-vars)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) 'Reveal' is not defined. (no-undef)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) 'e' is defined but never used. (no-unused-vars)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) 'Reveal' is not defined. (no-undef)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) 'e' is defined but never used. (no-unused-vars)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) 'Reveal' is not defined. (no-undef)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#37) 'head' is not defined. (no-undef)
mod/revealjs/plugin/search/search.js
(#8) 'RevealSearch' is assigned a value but never used. (no-unused-vars)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#19) Missing JSDoc comment. (require-jsdoc)
(#20) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#32) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#38) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#40) Missing semicolon. (semi)
(#42) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) after "if". (keyword-spacing)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected { after 'if' condition. (curly)
(#49) Expected space(s) after "if". (keyword-spacing)
(#50) Expected space(s) after "for". (keyword-spacing)
(#50) Expected { after 'for' condition. (curly)
(#50) 'i' used outside of binding context. (block-scoped-var)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) 'i' used outside of binding context. (block-scoped-var)
(#50) 'i' used outside of binding context. (block-scoped-var)
(#51) 'i' used outside of binding context. (block-scoped-var)
(#53) Expected space(s) after "if". (keyword-spacing)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) 'nv' is not defined. (no-undef)
(#54) 'regs' is not defined. (no-undef)
(#54) 'nv' is not defined. (no-undef)
(#55) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Comments should not begin with a lowercase character (capitalized-comments)
(#55) Unexpected tab character. (no-tabs)
(#56) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#61) Unexpected tab character. (no-tabs)
(#61) 'Reveal' is not defined. (no-undef)
(#62) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) 'i' is already defined. (no-redeclare)
(#64) 'i' used outside of binding context. (block-scoped-var)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) 'i' used outside of binding context. (block-scoped-var)
(#64) 'i' used outside of binding context. (block-scoped-var)
(#65) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#65) 'i' used outside of binding context. (block-scoped-var)
(#65) 'i' used outside of binding context. (block-scoped-var)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#66) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) Unexpected space after unary operator '!'. (space-unary-ops)
(#70) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) 'regs' is not defined. (no-undef)
(#74) 'regs' is not defined. (no-undef)
(#78) 'regs' is not defined. (no-undef)
(#79) 'regs' is not defined. (no-undef)
(#83) 'regs' is not defined. (no-undef)
(#84) 'regs' is not defined. (no-undef)
(#90) Comments should not begin with a lowercase character (capitalized-comments)
(#92) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#94) Expected space(s) after "while". (keyword-spacing)
(#94) 'el' is not defined. (no-undef)
(#95) 'el' is not defined. (no-undef)
(#95) 'el' is not defined. (no-undef)
(#95) 'el' is not defined. (no-undef)
(#99) Comments should not begin with a lowercase character (capitalized-comments)
(#101) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#102) Expected { after 'if' condition. (curly)
(#102) Expected space(s) after "if". (keyword-spacing)
(#106) Function expected no return value. (consistent-return)
(#111) Missing JSDoc comment. (require-jsdoc)
(#111) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#112) Comments should not begin with a lowercase character (capitalized-comments)
(#112) Expected space or tab after '//' in comment. (spaced-comment)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#119) Missing JSDoc comment. (require-jsdoc)
(#119) Unexpected tab character. (no-tabs)
(#119) 'toggleSearch' is defined but never used. (no-unused-vars)
(#120) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#123) Unexpected tab character. (no-tabs)
(#123) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#130) Missing JSDoc comment. (require-jsdoc)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#131) Comments should not begin with a lowercase character (capitalized-comments)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#135) Comments should not begin with a lowercase character (capitalized-comments)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#139) Unexpected tab character. (no-tabs)
(#141) Unexpected tab character. (no-tabs)
(#141) Comments should not begin with a lowercase character (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Unexpected tab character. (no-tabs)
(#143) Unexpected tab character. (no-tabs)
(#144) Unexpected tab character. (no-tabs)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#146) 'Reveal' is not defined. (no-undef)
(#147) Unexpected tab character. (no-tabs)
(#148) Unexpected tab character. (no-tabs)
(#149) Unexpected tab character. (no-tabs)
(#151) Unexpected tab character. (no-tabs)
(#152) Unexpected tab character. (no-tabs)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#154) Unexpected tab character. (no-tabs)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#155) Unexpected tab character. (no-tabs)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Comments should not begin with a lowercase character (capitalized-comments)
(#162) Line 162 exceeds the maximum line length of 132. (max-len)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#164) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) 'event' is defined but never used. (no-unused-vars)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#170) Unexpected tab character. (no-tabs)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#171) Unexpected tab character. (no-tabs)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#178) Unexpected tab character. (no-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#182) Unexpected tab character. (no-tabs)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#187) Line 187 exceeds the maximum line length of 132. (max-len)
(#187) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#193) Unexpected tab character. (no-tabs)
(#195) Unexpected tab character. (no-tabs)
(#195) There should be no space after '{'. (object-curly-spacing)
(#195) There should be no space before '}'. (object-curly-spacing)
mod/revealjs/plugin/zoom-js/zoom.js
(#2) Missing space before opening brace. (space-before-blocks)
(#3) Unexpected tab character. (no-tabs)
(#5) Unexpected tab character. (no-tabs)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#6) Unexpected tab character. (no-tabs)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) 'Reveal' is not defined. (no-undef)
(#6) 'Reveal' is not defined. (no-undef)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected tab character. (no-tabs)
(#9) Unexpected tab character. (no-tabs)
(#9) 'Reveal' is not defined. (no-undef)
(#11) Unexpected tab character. (no-tabs)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#11) There should be no space after '['. (computed-property-spacing)
(#11) There should be no space before ']'. (computed-property-spacing)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#12) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#18) Unexpected tab character. (no-tabs)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#19) Unexpected tab character. (no-tabs)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#20) Unexpected tab character. (no-tabs)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#26) Unexpected tab character. (no-tabs)
(#26) 'Reveal' is not defined. (no-undef)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#27) Unexpected tab character. (no-tabs)
(#27) 'Reveal' is not defined. (no-undef)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#30) Expected space or tab after '/*' in comment. (spaced-comment)
(#37) Missing space before opening brace. (space-before-blocks)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) Unexpected tab character. (no-tabs)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#75) Unexpected tab character. (no-tabs)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#90) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#98) Unexpected tab character. (no-tabs)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#100) Unexpected tab character. (no-tabs)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#108) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#111) Unexpected tab character. (no-tabs)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#112) Unexpected tab character. (no-tabs)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Infix operators must be spaced. (space-infix-ops)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#126) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#129) Unexpected tab character. (no-tabs)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#136) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#139) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) Unexpected space after unary operator '-'. (space-unary-ops)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#141) Unexpected tab character. (no-tabs)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) Unexpected space after unary operator '-'. (space-unary-ops)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#142) Unexpected tab character. (no-tabs)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) Unexpected tab character. (no-tabs)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) Unexpected tab character. (no-tabs)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#148) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) Unexpected tab character. (no-tabs)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#152) Unexpected tab character. (no-tabs)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#153) Unexpected tab character. (no-tabs)
(#153) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#158) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#171) Expected space(s) after "if". (keyword-spacing)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Unexpected tab character. (no-tabs)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) Unexpected tab character. (no-tabs)
(#173) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#175) Expected space(s) after "if". (keyword-spacing)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#176) Unexpected tab character. (no-tabs)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#177) Unexpected tab character. (no-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#180) Expected space(s) after "if". (keyword-spacing)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#181) Unexpected tab character. (no-tabs)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#182) Unexpected tab character. (no-tabs)
(#182) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#185) Unexpected tab character. (no-tabs)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#189) Missing JSDoc comment. (require-jsdoc)
(#190) Unexpected tab character. (no-tabs)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#193) Unexpected tab character. (no-tabs)
(#193) Missing semicolon. (semi)
(#194) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#204) Unexpected tab character. (no-tabs)
(#205) Unexpected tab character. (no-tabs)
(#206) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#209) Unexpected tab character. (no-tabs)
(#210) Unexpected tab character. (no-tabs)
(#211) Unexpected tab character. (no-tabs)
(#211) Expected space(s) after "if". (keyword-spacing)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#212) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#213) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#214) Unexpected tab character. (no-tabs)
(#215) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#218) Unexpected tab character. (no-tabs)
(#219) Unexpected tab character. (no-tabs)
(#219) Expected space(s) after "if". (keyword-spacing)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) Redundant double negation. (no-extra-boolean-cast)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#220) Unexpected tab character. (no-tabs)
(#221) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#226) Unexpected tab character. (no-tabs)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#227) Unexpected tab character. (no-tabs)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#228) Unexpected tab character. (no-tabs)
(#230) Unexpected tab character. (no-tabs)
(#231) Unexpected tab character. (no-tabs)
(#231) Expected space(s) after "if". (keyword-spacing)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#232) Line 232 exceeds the maximum line length of 132. (max-len)
(#232) Unexpected tab character. (no-tabs)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#233) Unexpected tab character. (no-tabs)
(#235) Unexpected tab character. (no-tabs)
(#235) Expected space(s) after "if". (keyword-spacing)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#241) Unexpected tab character. (no-tabs)
(#241) Expected space(s) after "if". (keyword-spacing)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#243) Unexpected tab character. (no-tabs)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#246) Unexpected tab character. (no-tabs)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#247) Unexpected tab character. (no-tabs)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#255) Unexpected tab character. (no-tabs)
(#256) Unexpected tab character. (no-tabs)
(#257) Unexpected tab character. (no-tabs)
(#258) Unexpected tab character. (no-tabs)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) Unexpected tab character. (no-tabs)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#261) Unexpected tab character. (no-tabs)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no space after '{'. (object-curly-spacing)
(#261) There should be no space before '}'. (object-curly-spacing)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#267) Unexpected tab character. (no-tabs)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) Missing semicolon. (semi)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Unexpected tab character. (no-tabs)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing semicolon. (semi)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#272) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#273) Missing semicolon. (semi)
(#276) Too many blank lines at the end of file. Max of 2 allowed. (no-multiple-empty-lines)
mod/revealjs/test/qunit-1.12.0.js
(#11) There should be no spaces inside this paren. (space-in-parens)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#30) Unexpected tab character. (no-tabs)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Expected space(s) after "catch". (keyword-spacing)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#75) Expected space or tab after '/*' in comment. (spaced-comment)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#78) Unexpected tab character. (no-tabs)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#87) Missing JSDoc comment. (require-jsdoc)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#100) Unexpected tab character. (no-tabs)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#101) Unexpected tab character. (no-tabs)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#102) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#107) There should be no space after '{'. (object-curly-spacing)
(#107) There should be no space before '}'. (object-curly-spacing)
(#109) Unexpected tab character. (no-tabs)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#110) Unexpected tab character. (no-tabs)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#111) Unexpected tab character. (no-tabs)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#129) Unexpected tab character. (no-tabs)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#137) There should be no space after '{'. (object-curly-spacing)
(#137) There should be no space before '}'. (object-curly-spacing)
(#138) Unexpected tab character. (no-tabs)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#139) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#141) Unexpected tab character. (no-tabs)
(#143) Unexpected tab character. (no-tabs)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#146) Unexpected empty method 'setup'. (no-empty-function)
(#147) Unexpected tab character. (no-tabs)
(#147) Unexpected empty method 'teardown'. (no-empty-function)
(#148) Unexpected tab character. (no-tabs)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#150) Unexpected tab character. (no-tabs)
(#151) Unexpected tab character. (no-tabs)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#152) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#156) Expected space or tab after '/*' in comment. (spaced-comment)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#164) Identifier 'current_testEnvironment' is not in camel case. (camelcase)
(#166) Unexpected tab character. (no-tabs)
(#166) Expected space or tab after '/*' in comment. (spaced-comment)
(#168) Unexpected tab character. (no-tabs)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Unexpected tab character. (no-tabs)
(#172) unnecessary '.call()'. (no-useless-call)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#176) unnecessary '.call()'. (no-useless-call)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#177) Unexpected tab character. (no-tabs)
(#177) Expected space(s) after "catch". (keyword-spacing)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#178) Unexpected tab character. (no-tabs)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#181) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#186) Unexpected tab character. (no-tabs)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#197) Unexpected tab character. (no-tabs)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#198) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#204) Unexpected tab character. (no-tabs)
(#205) Unexpected tab character. (no-tabs)
(#205) Expected space(s) after "catch". (keyword-spacing)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) Unexpected tab character. (no-tabs)
(#208) Line 208 exceeds the maximum line length of 132. (max-len)
(#208) Unexpected tab character. (no-tabs)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#209) Unexpected tab character. (no-tabs)
(#209) Comments should not begin with a lowercase character (capitalized-comments)
(#210) Unexpected tab character. (no-tabs)
(#212) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#214) Unexpected tab character. (no-tabs)
(#215) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#217) Unexpected tab character. (no-tabs)
(#218) Unexpected tab character. (no-tabs)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#221) Unexpected tab character. (no-tabs)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#222) Unexpected tab character. (no-tabs)
(#223) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#224) unnecessary '.call()'. (no-useless-call)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#225) Unexpected tab character. (no-tabs)
(#226) Unexpected tab character. (no-tabs)
(#227) Unexpected tab character. (no-tabs)
(#228) Unexpected tab character. (no-tabs)
(#228) unnecessary '.call()'. (no-useless-call)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#229) Unexpected tab character. (no-tabs)
(#229) Expected space(s) after "catch". (keyword-spacing)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#230) Unexpected tab character. (no-tabs)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#231) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#238) Unexpected tab character. (no-tabs)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#239) Unexpected tab character. (no-tabs)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#240) Line 240 exceeds the maximum line length of 132. (max-len)
(#240) Unexpected tab character. (no-tabs)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#241) Unexpected tab character. (no-tabs)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#242) Line 242 exceeds the maximum line length of 132. (max-len)
(#242) Unexpected tab character. (no-tabs)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#243) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#255) Unexpected tab character. (no-tabs)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#256) Unexpected tab character. (no-tabs)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#257) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#260) Unexpected tab character. (no-tabs)
(#262) Unexpected tab character. (no-tabs)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#265) Unexpected tab character. (no-tabs)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#267) Unexpected tab character. (no-tabs)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#268) Unexpected tab character. (no-tabs)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#272) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#276) Unexpected tab character. (no-tabs)
(#276) Comments should not begin with a lowercase character (capitalized-comments)
(#277) Unexpected tab character. (no-tabs)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#278) Unexpected tab character. (no-tabs)
(#278) There should be no spaces inside this paren. (space-in-parens)
(#278) There should be no spaces inside this paren. (space-in-parens)
(#279) Unexpected tab character. (no-tabs)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#280) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#282) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#286) Unexpected tab character. (no-tabs)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#287) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#291) Line 291 exceeds the maximum line length of 132. (max-len)
(#291) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#296) Unexpected tab character. (no-tabs)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#302) Unexpected tab character. (no-tabs)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#305) Unexpected tab character. (no-tabs)
(#305) There should be no space after '{'. (object-curly-spacing)
(#305) There should be no space before '}'. (object-curly-spacing)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#309) Unexpected tab character. (no-tabs)
(#310) Unexpected tab character. (no-tabs)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#311) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#314) Unexpected tab character. (no-tabs)
(#315) Unexpected tab character. (no-tabs)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#320) Unexpected tab character. (no-tabs)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#321) Unexpected tab character. (no-tabs)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#322) Unexpected tab character. (no-tabs)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#324) Unexpected tab character. (no-tabs)
(#325) Unexpected tab character. (no-tabs)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#326) Unexpected tab character. (no-tabs)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#327) Unexpected tab character. (no-tabs)
(#328) Unexpected tab character. (no-tabs)
(#329) Unexpected tab character. (no-tabs)
(#330) Unexpected tab character. (no-tabs)
(#331) Unexpected tab character. (no-tabs)
(#332) Unexpected tab character. (no-tabs)
(#334) Unexpected tab character. (no-tabs)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#335) Unexpected tab character. (no-tabs)
(#336) Unexpected tab character. (no-tabs)
(#337) Unexpected tab character. (no-tabs)
(#338) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#341) Unexpected tab character. (no-tabs)
(#343) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#346) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#354) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#355) Missing JSDoc comment. (require-jsdoc)
(#356) Unexpected tab character. (no-tabs)
(#356) Comments should not begin with a lowercase character (capitalized-comments)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#361) Unexpected tab character. (no-tabs)
(#362) Unexpected tab character. (no-tabs)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#369) Unexpected tab character. (no-tabs)
(#371) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#374) Unexpected tab character. (no-tabs)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#376) Unexpected tab character. (no-tabs)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#377) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#380) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#388) Comments should not begin with a lowercase character (capitalized-comments)
(#388) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#390) Unexpected tab character. (no-tabs)
(#391) Unexpected tab character. (no-tabs)
(#392) Unexpected tab character. (no-tabs)
(#393) Unexpected tab character. (no-tabs)
(#395) Unexpected tab character. (no-tabs)
(#395) There should be no spaces inside this paren. (space-in-parens)
(#395) There should be no spaces inside this paren. (space-in-parens)
(#396) Unexpected tab character. (no-tabs)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#397) Unexpected tab character. (no-tabs)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#402) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#405) Unexpected tab character. (no-tabs)
(#406) Unexpected tab character. (no-tabs)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#408) Unexpected tab character. (no-tabs)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#409) Unexpected tab character. (no-tabs)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#413) Unexpected tab character. (no-tabs)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#414) Unexpected tab character. (no-tabs)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#415) Unexpected tab character. (no-tabs)
(#417) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#419) Unexpected tab character. (no-tabs)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#422) Unexpected tab character. (no-tabs)
(#423) Unexpected tab character. (no-tabs)
(#424) Unexpected tab character. (no-tabs)
(#425) Unexpected tab character. (no-tabs)
(#425) There should be no spaces inside this paren. (space-in-parens)
(#425) There should be no spaces inside this paren. (space-in-parens)
(#426) Unexpected tab character. (no-tabs)
(#428) Unexpected tab character. (no-tabs)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#429) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#432) Unexpected tab character. (no-tabs)
(#433) Unexpected tab character. (no-tabs)
(#435) Unexpected tab character. (no-tabs)
(#436) Unexpected tab character. (no-tabs)
(#436) Expected to return a value at the end of method 'expect'. (consistent-return)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#437) Unexpected tab character. (no-tabs)
(#438) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#440) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#444) Unexpected tab character. (no-tabs)
(#444) There should be no spaces inside this paren. (space-in-parens)
(#444) There should be no spaces inside this paren. (space-in-parens)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#447) Unexpected tab character. (no-tabs)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#448) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#451) Unexpected tab character. (no-tabs)
(#451) There should be no spaces inside this paren. (space-in-parens)
(#451) There should be no spaces inside this paren. (space-in-parens)
(#452) Unexpected tab character. (no-tabs)
(#453) Unexpected tab character. (no-tabs)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#458) Unexpected tab character. (no-tabs)
(#458) Comments should not begin with a lowercase character (capitalized-comments)
(#459) Unexpected tab character. (no-tabs)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#462) Comments should not begin with a lowercase character (capitalized-comments)
(#463) Unexpected tab character. (no-tabs)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#464) Unexpected tab character. (no-tabs)
(#465) Line 465 exceeds the maximum line length of 132. (max-len)
(#465) Unexpected tab character. (no-tabs)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#466) Unexpected tab character. (no-tabs)
(#467) Unexpected tab character. (no-tabs)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#470) Unexpected tab character. (no-tabs)
(#471) Unexpected tab character. (no-tabs)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#472) Unexpected tab character. (no-tabs)
(#473) Unexpected tab character. (no-tabs)
(#474) Unexpected tab character. (no-tabs)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#475) Unexpected tab character. (no-tabs)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#476) Unexpected tab character. (no-tabs)
(#478) Unexpected tab character. (no-tabs)
(#479) Unexpected tab character. (no-tabs)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#480) Unexpected tab character. (no-tabs)
(#481) Unexpected tab character. (no-tabs)
(#482) Unexpected tab character. (no-tabs)
(#483) Unexpected tab character. (no-tabs)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#484) Unexpected tab character. (no-tabs)
(#485) Unexpected tab character. (no-tabs)
(#487) Unexpected tab character. (no-tabs)
(#487) There should be no spaces inside this paren. (space-in-parens)
(#487) There should be no spaces inside this paren. (space-in-parens)
(#488) Unexpected tab character. (no-tabs)
(#489) Unexpected tab character. (no-tabs)
(#491) Unexpected tab character. (no-tabs)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#492) Unexpected tab character. (no-tabs)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#493) Unexpected tab character. (no-tabs)
(#494) Unexpected tab character. (no-tabs)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#495) Unexpected tab character. (no-tabs)
(#496) Unexpected tab character. (no-tabs)
(#497) Unexpected tab character. (no-tabs)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#510) Missing JSDoc for parameter 'msg'. (valid-jsdoc)
(#510) Missing JSDoc for parameter 'result'. (valid-jsdoc)
(#510) Unexpected tab character. (no-tabs)
(#511) Unexpected tab character. (no-tabs)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#516) Unexpected tab character. (no-tabs)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#517) Unexpected tab character. (no-tabs)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#518) Unexpected tab character. (no-tabs)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#519) Unexpected tab character. (no-tabs)
(#520) Unexpected tab character. (no-tabs)
(#521) Unexpected tab character. (no-tabs)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#523) Unexpected tab character. (no-tabs)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#526) Unexpected tab character. (no-tabs)
(#527) Unexpected tab character. (no-tabs)
(#528) Unexpected tab character. (no-tabs)
(#529) Unexpected tab character. (no-tabs)
(#531) Unexpected tab character. (no-tabs)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#533) Unexpected tab character. (no-tabs)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#534) Unexpected tab character. (no-tabs)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#535) Unexpected tab character. (no-tabs)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#536) Unexpected tab character. (no-tabs)
(#537) Line 537 exceeds the maximum line length of 132. (max-len)
(#537) Unexpected tab character. (no-tabs)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#540) Unexpected tab character. (no-tabs)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#541) Unexpected tab character. (no-tabs)
(#542) Unexpected tab character. (no-tabs)
(#543) Unexpected tab character. (no-tabs)
(#544) Unexpected tab character. (no-tabs)
(#545) Unexpected tab character. (no-tabs)
(#547) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#547) Unexpected tab character. (no-tabs)
(#547) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#547) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#548) Unexpected tab character. (no-tabs)
(#549) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#553) Unexpected tab character. (no-tabs)
(#554) Unexpected tab character. (no-tabs)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#555) Unexpected tab character. (no-tabs)
(#555) Expected space or tab after '/*' in comment. (spaced-comment)
(#556) Unexpected tab character. (no-tabs)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#557) Unexpected tab character. (no-tabs)
(#559) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#559) Unexpected tab character. (no-tabs)
(#559) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#559) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#562) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#564) Unexpected tab character. (no-tabs)
(#564) Expected space or tab after '/*' in comment. (spaced-comment)
(#565) Unexpected tab character. (no-tabs)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#566) Unexpected tab character. (no-tabs)
(#568) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#568) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#568) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#568) Unexpected tab character. (no-tabs)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#571) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#573) Unexpected tab character. (no-tabs)
(#574) Unexpected tab character. (no-tabs)
(#575) Unexpected tab character. (no-tabs)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#576) Unexpected tab character. (no-tabs)
(#578) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#578) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#578) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#578) Unexpected tab character. (no-tabs)
(#579) Unexpected tab character. (no-tabs)
(#580) Unexpected tab character. (no-tabs)
(#581) Unexpected tab character. (no-tabs)
(#582) Unexpected tab character. (no-tabs)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#583) Unexpected tab character. (no-tabs)
(#584) Unexpected tab character. (no-tabs)
(#585) Unexpected tab character. (no-tabs)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#586) Unexpected tab character. (no-tabs)
(#588) Unexpected tab character. (no-tabs)
(#588) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#588) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#588) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#589) Unexpected tab character. (no-tabs)
(#590) Unexpected tab character. (no-tabs)
(#591) Unexpected tab character. (no-tabs)
(#592) Unexpected tab character. (no-tabs)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#593) Unexpected tab character. (no-tabs)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#594) Unexpected tab character. (no-tabs)
(#596) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#596) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#596) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#596) Unexpected tab character. (no-tabs)
(#597) Unexpected tab character. (no-tabs)
(#598) Unexpected tab character. (no-tabs)
(#599) Unexpected tab character. (no-tabs)
(#600) Unexpected tab character. (no-tabs)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#601) Unexpected tab character. (no-tabs)
(#601) There should be no spaces inside this paren. (space-in-parens)
(#601) There should be no spaces inside this paren. (space-in-parens)
(#602) Unexpected tab character. (no-tabs)
(#604) Unexpected tab character. (no-tabs)
(#604) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#604) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#604) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#605) Unexpected tab character. (no-tabs)
(#606) Unexpected tab character. (no-tabs)
(#607) Unexpected tab character. (no-tabs)
(#608) Unexpected tab character. (no-tabs)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#609) Unexpected tab character. (no-tabs)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#610) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#612) Missing JSDoc for parameter 'actual'. (valid-jsdoc)
(#612) Missing JSDoc for parameter 'expected'. (valid-jsdoc)
(#612) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#613) Unexpected tab character. (no-tabs)
(#614) Unexpected tab character. (no-tabs)
(#615) Unexpected tab character. (no-tabs)
(#616) Unexpected tab character. (no-tabs)
(#616) There should be no spaces inside this paren. (space-in-parens)
(#616) There should be no spaces inside this paren. (space-in-parens)
(#617) Unexpected tab character. (no-tabs)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#618) Unexpected tab character. (no-tabs)
(#620) Unexpected tab character. (no-tabs)
(#620) There should be no spaces inside this paren. (space-in-parens)
(#620) There should be no spaces inside this paren. (space-in-parens)
(#621) Unexpected tab character. (no-tabs)
(#622) Unexpected tab character. (no-tabs)
(#623) Unexpected tab character. (no-tabs)
(#625) Unexpected tab character. (no-tabs)
(#626) Unexpected tab character. (no-tabs)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#627) Unexpected tab character. (no-tabs)
(#628) Unexpected tab character. (no-tabs)
(#629) Unexpected tab character. (no-tabs)
(#631) Unexpected tab character. (no-tabs)
(#632) Unexpected tab character. (no-tabs)
(#633) Unexpected tab character. (no-tabs)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#634) Unexpected tab character. (no-tabs)
(#635) Unexpected tab character. (no-tabs)
(#636) Unexpected tab character. (no-tabs)
(#637) Unexpected tab character. (no-tabs)
(#639) Unexpected tab character. (no-tabs)
(#639) There should be no spaces inside this paren. (space-in-parens)
(#639) There should be no spaces inside this paren. (space-in-parens)
(#640) Unexpected tab character. (no-tabs)
(#640) Comments should not begin with a lowercase character (capitalized-comments)
(#641) Unexpected tab character. (no-tabs)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#642) Unexpected tab character. (no-tabs)
(#643) Unexpected tab character. (no-tabs)
(#644) Unexpected tab character. (no-tabs)
(#644) Comments should not begin with a lowercase character (capitalized-comments)
(#645) Unexpected tab character. (no-tabs)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#646) Unexpected tab character. (no-tabs)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#647) Unexpected tab character. (no-tabs)
(#647) Comments should not begin with a lowercase character (capitalized-comments)
(#648) Unexpected tab character. (no-tabs)
(#648) There should be no spaces inside this paren. (space-in-parens)
(#648) There should be no spaces inside this paren. (space-in-parens)
(#649) Unexpected tab character. (no-tabs)
(#650) Unexpected tab character. (no-tabs)
(#650) Comments should not begin with a lowercase character (capitalized-comments)
(#651) Unexpected tab character. (no-tabs)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#652) Unexpected tab character. (no-tabs)
(#653) Unexpected tab character. (no-tabs)
(#654) Unexpected tab character. (no-tabs)
(#656) Unexpected tab character. (no-tabs)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#657) Unexpected tab character. (no-tabs)
(#658) Unexpected tab character. (no-tabs)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#659) Unexpected tab character. (no-tabs)
(#660) Unexpected tab character. (no-tabs)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#674) There should be no space after '['. (computed-property-spacing)
(#674) ["throws"] is better written in dot notation. (dot-notation)
(#674) There should be no space before ']'. (computed-property-spacing)
(#681) Unexpected tab character. (no-tabs)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#684) Unexpected tab character. (no-tabs)
(#684) There should be no spaces inside this paren. (space-in-parens)
(#684) There should be no spaces inside this paren. (space-in-parens)
(#689) Unexpected tab character. (no-tabs)
(#689) Missing JSDoc comment. (require-jsdoc)
(#689) Unexpected empty function 'F'. (no-empty-function)
(#690) Unexpected tab character. (no-tabs)
(#691) Unexpected tab character. (no-tabs)
(#692) Unexpected tab character. (no-tabs)
(#693) Unexpected tab character. (no-tabs)
(#702) Unexpected tab character. (no-tabs)
(#703) Unexpected tab character. (no-tabs)
(#705) Unexpected tab character. (no-tabs)
(#705) Comments should not begin with a lowercase character (capitalized-comments)
(#706) Unexpected tab character. (no-tabs)
(#708) Unexpected tab character. (no-tabs)
(#708) Comments should not begin with a lowercase character (capitalized-comments)
(#709) Unexpected tab character. (no-tabs)
(#710) Unexpected tab character. (no-tabs)
(#712) Comments should not begin with a lowercase character (capitalized-comments)
(#712) Unexpected tab character. (no-tabs)
(#713) Unexpected tab character. (no-tabs)
(#714) Unexpected tab character. (no-tabs)
(#716) Unexpected tab character. (no-tabs)
(#716) Comments should not begin with a lowercase character (capitalized-comments)
(#717) Unexpected tab character. (no-tabs)
(#719) Comments should not begin with a lowercase character (capitalized-comments)
(#719) Unexpected tab character. (no-tabs)
(#720) Unexpected tab character. (no-tabs)
(#722) Unexpected tab character. (no-tabs)
(#722) Comments should not begin with a lowercase character (capitalized-comments)
(#723) Unexpected tab character. (no-tabs)
(#724) Unexpected tab character. (no-tabs)
(#725) Unexpected tab character. (no-tabs)
(#726) Unexpected tab character. (no-tabs)
(#727) Unexpected tab character. (no-tabs)
(#728) Line 728 exceeds the maximum line length of 132. (max-len)
(#728) Unexpected tab character. (no-tabs)
(#729) Unexpected tab character. (no-tabs)
(#730) Unexpected tab character. (no-tabs)
(#731) Unexpected tab character. (no-tabs)
(#732) Unexpected tab character. (no-tabs)
(#733) Line 733 exceeds the maximum line length of 132. (max-len)
(#733) Unexpected tab character. (no-tabs)
(#734) Unexpected tab character. (no-tabs)
(#735) Unexpected tab character. (no-tabs)
(#737) Unexpected tab character. (no-tabs)
(#738) Unexpected tab character. (no-tabs)
(#740) Comments should not begin with a lowercase character (capitalized-comments)
(#740) Unexpected tab character. (no-tabs)
(#741) Unexpected tab character. (no-tabs)
(#742) Unexpected tab character. (no-tabs)
(#743) Unexpected tab character. (no-tabs)
(#744) Unexpected tab character. (no-tabs)
(#745) Unexpected tab character. (no-tabs)
(#746) Unexpected tab character. (no-tabs)
(#747) Unexpected tab character. (no-tabs)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#753) Unexpected tab character. (no-tabs)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#755) Unexpected tab character. (no-tabs)
(#756) Unexpected tab character. (no-tabs)
(#761) Unexpected tab character. (no-tabs)
(#762) Unexpected tab character. (no-tabs)
(#762) There should be no space after '{'. (object-curly-spacing)
(#762) There should be no space before '}'. (object-curly-spacing)
(#763) Unexpected tab character. (no-tabs)
(#763) There should be no spaces inside this paren. (space-in-parens)
(#763) There should be no spaces inside this paren. (space-in-parens)
(#763) There should be no spaces inside this paren. (space-in-parens)
(#763) There should be no spaces inside this paren. (space-in-parens)
(#764) Unexpected tab character. (no-tabs)
(#765) Unexpected tab character. (no-tabs)
(#766) Unexpected tab character. (no-tabs)
(#768) Unexpected tab character. (no-tabs)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no space after '['. (computed-property-spacing)
(#768) There should be no space before ']'. (computed-property-spacing)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#769) Unexpected tab character. (no-tabs)
(#769) There should be no spaces inside this paren. (space-in-parens)
(#769) There should be no spaces inside this paren. (space-in-parens)
(#770) Unexpected tab character. (no-tabs)
(#770) There should be no space after '['. (computed-property-spacing)
(#770) There should be no space before ']'. (computed-property-spacing)
(#770) There should be no spaces inside this paren. (space-in-parens)
(#770) There should be no spaces inside this paren. (space-in-parens)
(#771) Unexpected tab character. (no-tabs)
(#771) There should be no space after '['. (computed-property-spacing)
(#771) There should be no space before ']'. (computed-property-spacing)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#771) There should be no space after '['. (computed-property-spacing)
(#771) There should be no space before ']'. (computed-property-spacing)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#772) Unexpected tab character. (no-tabs)
(#772) Comments should not begin with a lowercase character (capitalized-comments)
(#773) Unexpected tab character. (no-tabs)
(#773) There should be no space after '['. (computed-property-spacing)
(#773) There should be no space before ']'. (computed-property-spacing)
(#773) There should be no space after '['. (computed-property-spacing)
(#773) There should be no space before ']'. (computed-property-spacing)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no space after '['. (computed-property-spacing)
(#773) There should be no space before ']'. (computed-property-spacing)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#774) Unexpected tab character. (no-tabs)
(#774) There should be no space after '['. (computed-property-spacing)
(#774) There should be no space after '['. (computed-property-spacing)
(#774) There should be no space before ']'. (computed-property-spacing)
(#774) There should be no space before ']'. (computed-property-spacing)
(#774) There should be no space after '['. (computed-property-spacing)
(#774) There should be no space before ']'. (computed-property-spacing)
(#775) Unexpected tab character. (no-tabs)
(#776) Unexpected tab character. (no-tabs)
(#778) Unexpected tab character. (no-tabs)
(#780) Unexpected tab character. (no-tabs)
(#781) Unexpected tab character. (no-tabs)
(#783) Unexpected tab character. (no-tabs)
(#784) Unexpected tab character. (no-tabs)
(#786) Unexpected tab character. (no-tabs)
(#786) There should be no spaces inside this paren. (space-in-parens)
(#786) There should be no spaces inside this paren. (space-in-parens)
(#788) Unexpected tab character. (no-tabs)
(#789) Unexpected tab character. (no-tabs)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#795) Unexpected tab character. (no-tabs)
(#797) Unexpected tab character. (no-tabs)
(#799) Unexpected tab character. (no-tabs)
(#800) Unexpected tab character. (no-tabs)
(#801) Unexpected tab character. (no-tabs)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#802) Unexpected tab character. (no-tabs)
(#802) There should be no space after '{'. (object-curly-spacing)
(#802) There should be no space before '}'. (object-curly-spacing)
(#803) Unexpected tab character. (no-tabs)
(#803) There should be no space after '{'. (object-curly-spacing)
(#803) There should be no space before '}'. (object-curly-spacing)
(#804) Unexpected tab character. (no-tabs)
(#805) Unexpected tab character. (no-tabs)
(#806) Unexpected tab character. (no-tabs)
(#807) Unexpected tab character. (no-tabs)
(#808) Unexpected tab character. (no-tabs)
(#809) Unexpected tab character. (no-tabs)
(#810) Unexpected tab character. (no-tabs)
(#811) Unexpected tab character. (no-tabs)
(#812) Unexpected tab character. (no-tabs)
(#814) Unexpected tab character. (no-tabs)
(#815) Unexpected tab character. (no-tabs)
(#815) There should be no spaces inside this paren. (space-in-parens)
(#815) There should be no spaces inside this paren. (space-in-parens)
(#817) Unexpected tab character. (no-tabs)
(#817) There should be no spaces inside this paren. (space-in-parens)
(#817) There should be no spaces inside this paren. (space-in-parens)
(#818) Unexpected tab character. (no-tabs)
(#819) Unexpected tab character. (no-tabs)
(#819) There should be no spaces inside this paren. (space-in-parens)
(#819) There should be no spaces inside this paren. (space-in-parens)
(#820) Unexpected tab character. (no-tabs)
(#821) Unexpected tab character. (no-tabs)
(#822) Unexpected tab character. (no-tabs)
(#823) Unexpected tab character. (no-tabs)
(#824) Unexpected tab character. (no-tabs)
(#826) Unexpected tab character. (no-tabs)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#827) Unexpected tab character. (no-tabs)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#828) Unexpected tab character. (no-tabs)
(#828) There should be no spaces inside this paren. (space-in-parens)
(#828) There should be no spaces inside this paren. (space-in-parens)
(#830) Unexpected tab character. (no-tabs)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#831) Unexpected tab character. (no-tabs)
(#832) Unexpected tab character. (no-tabs)
(#834) Unexpected tab character. (no-tabs)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#835) Unexpected tab character. (no-tabs)
(#836) Unexpected tab character. (no-tabs)
(#838) Unexpected tab character. (no-tabs)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#839) Unexpected tab character. (no-tabs)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#840) Unexpected tab character. (no-tabs)
(#842) Unexpected tab character. (no-tabs)
(#842) There should be no spaces inside this paren. (space-in-parens)
(#842) There should be no spaces inside this paren. (space-in-parens)
(#843) Unexpected tab character. (no-tabs)
(#843) There should be no spaces inside this paren. (space-in-parens)
(#843) There should be no spaces inside this paren. (space-in-parens)
(#844) Unexpected tab character. (no-tabs)
(#845) Unexpected tab character. (no-tabs)
(#846) Unexpected tab character. (no-tabs)
(#846) There should be no spaces inside this paren. (space-in-parens)
(#846) There should be no spaces inside this paren. (space-in-parens)
(#847) Unexpected tab character. (no-tabs)
(#848) Unexpected tab character. (no-tabs)
(#849) Unexpected tab character. (no-tabs)
(#851) Unexpected tab character. (no-tabs)
(#852) Unexpected tab character. (no-tabs)
(#853) Unexpected tab character. (no-tabs)
(#854) Unexpected tab character. (no-tabs)
(#855) Unexpected tab character. (no-tabs)
(#856) Unexpected tab character. (no-tabs)
(#857) Unexpected tab character. (no-tabs)
(#858) Unexpected tab character. (no-tabs)
(#858) There should be no spaces inside this paren. (space-in-parens)
(#858) There should be no spaces inside this paren. (space-in-parens)
(#859) Unexpected tab character. (no-tabs)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#860) Unexpected tab character. (no-tabs)
(#861) Unexpected tab character. (no-tabs)
(#862) Unexpected tab character. (no-tabs)
(#864) Unexpected tab character. (no-tabs)
(#865) Unexpected tab character. (no-tabs)
(#866) Unexpected tab character. (no-tabs)
(#866) There should be no spaces inside this paren. (space-in-parens)
(#866) There should be no spaces inside this paren. (space-in-parens)
(#867) Unexpected tab character. (no-tabs)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#868) Unexpected tab character. (no-tabs)
(#868) There should be no spaces inside this paren. (space-in-parens)
(#868) There should be no spaces inside this paren. (space-in-parens)
(#869) Unexpected tab character. (no-tabs)
(#870) Unexpected tab character. (no-tabs)
(#872) Unexpected tab character. (no-tabs)
(#872) There should be no spaces inside this paren. (space-in-parens)
(#872) There should be no spaces inside this paren. (space-in-parens)
(#873) Unexpected tab character. (no-tabs)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#874) Unexpected tab character. (no-tabs)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#875) Unexpected tab character. (no-tabs)
(#876) Unexpected tab character. (no-tabs)
(#878) Unexpected tab character. (no-tabs)
(#879) Unexpected tab character. (no-tabs)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#880) Unexpected tab character. (no-tabs)
(#880) There should be no spaces inside this paren. (space-in-parens)
(#880) There should be no spaces inside this paren. (space-in-parens)
(#881) Unexpected tab character. (no-tabs)
(#883) Unexpected tab character. (no-tabs)
(#883) There should be no spaces inside this paren. (space-in-parens)
(#883) There should be no spaces inside this paren. (space-in-parens)
(#884) Unexpected tab character. (no-tabs)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#885) Unexpected tab character. (no-tabs)
(#886) Unexpected tab character. (no-tabs)
(#886) Comments should not begin with a lowercase character (capitalized-comments)
(#887) Unexpected tab character. (no-tabs)
(#888) Unexpected tab character. (no-tabs)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#889) Unexpected tab character. (no-tabs)
(#890) Unexpected tab character. (no-tabs)
(#892) Unexpected tab character. (no-tabs)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#893) Unexpected tab character. (no-tabs)
(#895) Unexpected tab character. (no-tabs)
(#895) There should be no spaces inside this paren. (space-in-parens)
(#895) There should be no spaces inside this paren. (space-in-parens)
(#896) Unexpected tab character. (no-tabs)
(#897) Unexpected tab character. (no-tabs)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#898) Unexpected tab character. (no-tabs)
(#899) Unexpected tab character. (no-tabs)
(#900) Unexpected tab character. (no-tabs)
(#901) Unexpected tab character. (no-tabs)
(#902) Unexpected tab character. (no-tabs)
(#903) Unexpected tab character. (no-tabs)
(#904) Unexpected tab character. (no-tabs)
(#905) Unexpected tab character. (no-tabs)
(#906) Unexpected tab character. (no-tabs)
(#907) Unexpected tab character. (no-tabs)
(#908) Unexpected tab character. (no-tabs)
(#909) Unexpected tab character. (no-tabs)
(#909) There should be no spaces inside this paren. (space-in-parens)
(#909) There should be no spaces inside this paren. (space-in-parens)
(#910) Unexpected tab character. (no-tabs)
(#911) Unexpected tab character. (no-tabs)
(#912) Unexpected tab character. (no-tabs)
(#913) Unexpected tab character. (no-tabs)
(#915) Unexpected tab character. (no-tabs)
(#915) There should be no spaces inside this paren. (space-in-parens)
(#915) There should be no spaces inside this paren. (space-in-parens)
(#916) Unexpected tab character. (no-tabs)
(#916) There should be no spaces inside this paren. (space-in-parens)
(#916) There should be no spaces inside this paren. (space-in-parens)
(#917) Unexpected tab character. (no-tabs)
(#917) There should be no spaces inside this paren. (space-in-parens)
(#917) There should be no spaces inside this paren. (space-in-parens)
(#918) Unexpected tab character. (no-tabs)
(#920) Unexpected tab character. (no-tabs)
(#921) Unexpected tab character. (no-tabs)
(#922) Unexpected tab character. (no-tabs)
(#923) Unexpected tab character. (no-tabs)
(#924) Unexpected tab character. (no-tabs)
(#925) Unexpected tab character. (no-tabs)
(#926) Unexpected tab character. (no-tabs)
(#927) Unexpected tab character. (no-tabs)
(#928) Unexpected tab character. (no-tabs)
(#930) Unexpected tab character. (no-tabs)
(#930) There should be no spaces inside this paren. (space-in-parens)
(#930) There should be no spaces inside this paren. (space-in-parens)
(#930) There should be no spaces inside this paren. (space-in-parens)
(#930) There should be no spaces inside this paren. (space-in-parens)
(#931) Unexpected tab character. (no-tabs)
(#932) Unexpected tab character. (no-tabs)
(#934) Unexpected tab character. (no-tabs)
(#934) There should be no spaces inside this paren. (space-in-parens)
(#934) There should be no spaces inside this paren. (space-in-parens)
(#935) Unexpected tab character. (no-tabs)
(#935) There should be no spaces inside this paren. (space-in-parens)
(#935) There should be no spaces inside this paren. (space-in-parens)
(#936) Unexpected tab character. (no-tabs)
(#936) There should be no spaces inside this paren. (space-in-parens)
(#936) There should be no spaces inside this paren. (space-in-parens)
(#937) Unexpected tab character. (no-tabs)
(#939) Unexpected tab character. (no-tabs)
(#939) There should be no spaces inside this paren. (space-in-parens)
(#939) There should be no spaces inside this paren. (space-in-parens)
(#940) Unexpected tab character. (no-tabs)
(#941) Unexpected tab character. (no-tabs)
(#941) There should be no spaces inside this paren. (space-in-parens)
(#941) There should be no spaces inside this paren. (space-in-parens)
(#942) Unexpected tab character. (no-tabs)
(#944) Unexpected tab character. (no-tabs)
(#946) Unexpected tab character. (no-tabs)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#947) Unexpected tab character. (no-tabs)
(#948) Unexpected tab character. (no-tabs)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#949) Unexpected tab character. (no-tabs)
(#951) Unexpected tab character. (no-tabs)
(#952) Unexpected tab character. (no-tabs)
(#954) Unexpected tab character. (no-tabs)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#956) Unexpected tab character. (no-tabs)
(#957) Unexpected tab character. (no-tabs)
(#958) Unexpected tab character. (no-tabs)
(#959) Unexpected tab character. (no-tabs)
(#960) Unexpected tab character. (no-tabs)
(#962) Unexpected tab character. (no-tabs)
(#962) There should be no spaces inside this paren. (space-in-parens)
(#962) There should be no spaces inside this paren. (space-in-parens)
(#963) Unexpected tab character. (no-tabs)
(#963) There should be no spaces inside this paren. (space-in-parens)
(#963) There should be no spaces inside this paren. (space-in-parens)
(#964) Unexpected tab character. (no-tabs)
(#964) There should be no spaces inside this paren. (space-in-parens)
(#964) There should be no spaces inside this paren. (space-in-parens)
(#965) Unexpected tab character. (no-tabs)
(#967) Unexpected tab character. (no-tabs)
(#968) Unexpected tab character. (no-tabs)
(#969) Unexpected tab character. (no-tabs)
(#970) Unexpected tab character. (no-tabs)
(#971) Unexpected tab character. (no-tabs)
(#972) Unexpected tab character. (no-tabs)
(#973) Unexpected tab character. (no-tabs)
(#975) Unexpected tab character. (no-tabs)
(#975) There should be no spaces inside this paren. (space-in-parens)
(#975) There should be no spaces inside this paren. (space-in-parens)
(#976) Unexpected tab character. (no-tabs)
(#977) Unexpected tab character. (no-tabs)
(#979) Unexpected tab character. (no-tabs)
(#981) Unexpected tab character. (no-tabs)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#982) Unexpected tab character. (no-tabs)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#983) Unexpected tab character. (no-tabs)
(#985) Unexpected tab character. (no-tabs)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#986) Unexpected tab character. (no-tabs)
(#987) Unexpected tab character. (no-tabs)
(#987) There should be no spaces inside this paren. (space-in-parens)
(#987) There should be no spaces inside this paren. (space-in-parens)
(#988) Unexpected tab character. (no-tabs)
(#990) Unexpected tab character. (no-tabs)
(#992) Unexpected tab character. (no-tabs)
(#992) There should be no spaces inside this paren. (space-in-parens)
(#992) There should be no spaces inside this paren. (space-in-parens)
(#994) Unexpected tab character. (no-tabs)
(#995) Unexpected tab character. (no-tabs)
(#996) Unexpected tab character. (no-tabs)
(#997) Unexpected tab character. (no-tabs)
(#998) Unexpected tab character. (no-tabs)
(#1000) Unexpected tab character. (no-tabs)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1001) Unexpected tab character. (no-tabs)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1002) Unexpected tab character. (no-tabs)
(#1003) Unexpected tab character. (no-tabs)
(#1005) Unexpected tab character. (no-tabs)
(#1005) There should be no spaces inside this paren. (space-in-parens)
(#1005) There should be no spaces inside this paren. (space-in-parens)
(#1006) Unexpected tab character. (no-tabs)
(#1006) There should be no spaces inside this paren. (space-in-parens)
(#1006) There should be no spaces inside this paren. (space-in-parens)
(#1006) There should be no spaces inside this paren. (space-in-parens)
(#1006) There should be no spaces inside this paren. (space-in-parens)
(#1007) Unexpected tab character. (no-tabs)
(#1007) There should be no spaces inside this paren. (space-in-parens)
(#1007) There should be no spaces inside this paren. (space-in-parens)
(#1008) Unexpected tab character. (no-tabs)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1008) There should be no space after '['. (computed-property-spacing)
(#1008) There should be no space before ']'. (computed-property-spacing)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1009) Unexpected tab character. (no-tabs)
(#1010) Unexpected tab character. (no-tabs)
(#1011) Unexpected tab character. (no-tabs)
(#1012) Unexpected tab character. (no-tabs)
(#1012) There should be no spaces inside this paren. (space-in-parens)
(#1012) There should be no spaces inside this paren. (space-in-parens)
(#1013) Unexpected tab character. (no-tabs)
(#1015) Unexpected tab character. (no-tabs)
(#1016) Unexpected tab character. (no-tabs)
(#1017) Unexpected tab character. (no-tabs)
(#1018) Unexpected tab character. (no-tabs)
(#1019) Unexpected tab character. (no-tabs)
(#1020) Unexpected tab character. (no-tabs)
(#1021) Comments should not begin with a lowercase character (capitalized-comments)
(#1021) Unexpected tab character. (no-tabs)
(#1031) There should be no spaces inside this paren. (space-in-parens)
(#1033) Unexpected tab character. (no-tabs)
(#1034) Unexpected tab character. (no-tabs)
(#1035) Unexpected tab character. (no-tabs)
(#1035) There should be no spaces inside this paren. (space-in-parens)
(#1035) There should be no spaces inside this paren. (space-in-parens)
(#1037) Unexpected tab character. (no-tabs)
(#1037) Comments should not begin with a lowercase character (capitalized-comments)
(#1038) Unexpected tab character. (no-tabs)
(#1038) There should be no spaces inside this paren. (space-in-parens)
(#1038) There should be no spaces inside this paren. (space-in-parens)
(#1040) Unexpected tab character. (no-tabs)
(#1040) Comments should not begin with a lowercase character (capitalized-comments)
(#1041) Unexpected tab character. (no-tabs)
(#1041) There should be no spaces inside this paren. (space-in-parens)
(#1041) There should be no spaces inside this paren. (space-in-parens)
(#1043) Comments should not begin with a lowercase character (capitalized-comments)
(#1043) Unexpected tab character. (no-tabs)
(#1044) Unexpected tab character. (no-tabs)
(#1044) There should be no spaces inside this paren. (space-in-parens)
(#1044) There should be no spaces inside this paren. (space-in-parens)
(#1046) Comments should not begin with a lowercase character (capitalized-comments)
(#1046) Unexpected tab character. (no-tabs)
(#1047) Unexpected tab character. (no-tabs)
(#1047) There should be no spaces inside this paren. (space-in-parens)
(#1047) There should be no spaces inside this paren. (space-in-parens)
(#1049) Unexpected tab character. (no-tabs)
(#1049) Comments should not begin with a lowercase character (capitalized-comments)
(#1050) Unexpected tab character. (no-tabs)
(#1050) There should be no spaces inside this paren. (space-in-parens)
(#1050) There should be no spaces inside this paren. (space-in-parens)
(#1052) Comments should not begin with a lowercase character (capitalized-comments)
(#1052) Unexpected tab character. (no-tabs)
(#1053) Unexpected tab character. (no-tabs)
(#1053) There should be no spaces inside this paren. (space-in-parens)
(#1053) There should be no spaces inside this paren. (space-in-parens)
(#1056) There should be no spaces inside this paren. (space-in-parens)
(#1056) There should be no spaces inside this paren. (space-in-parens)
(#1057) Unexpected tab character. (no-tabs)
(#1061) Unexpected tab character. (no-tabs)
(#1061) There should be no spaces inside this paren. (space-in-parens)
(#1061) There should be no spaces inside this paren. (space-in-parens)
(#1063) Unexpected tab character. (no-tabs)
(#1064) Unexpected tab character. (no-tabs)
(#1065) Unexpected tab character. (no-tabs)
(#1066) Unexpected tab character. (no-tabs)
(#1067) Unexpected tab character. (no-tabs)
(#1068) Unexpected tab character. (no-tabs)
(#1069) Unexpected tab character. (no-tabs)
(#1070) Unexpected tab character. (no-tabs)
(#1070) There should be no spaces inside this paren. (space-in-parens)
(#1070) There should be no spaces inside this paren. (space-in-parens)
(#1072) Unexpected tab character. (no-tabs)
(#1073) Unexpected tab character. (no-tabs)
(#1075) Unexpected tab character. (no-tabs)
(#1077) Unexpected tab character. (no-tabs)
(#1079) Unexpected tab character. (no-tabs)
(#1079) There should be no spaces inside this paren. (space-in-parens)
(#1079) There should be no spaces inside this paren. (space-in-parens)
(#1080) Unexpected tab character. (no-tabs)
(#1081) Unexpected tab character. (no-tabs)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1082) Unexpected tab character. (no-tabs)
(#1083) Unexpected tab character. (no-tabs)
(#1084) Unexpected tab character. (no-tabs)
(#1085) Unexpected tab character. (no-tabs)
(#1086) Unexpected tab character. (no-tabs)
(#1087) Unexpected tab character. (no-tabs)
(#1088) Unexpected tab character. (no-tabs)
(#1088) There should be no space after '['. (computed-property-spacing)
(#1088) There should be no space before ']'. (computed-property-spacing)
(#1088) There should be no space after '['. (computed-property-spacing)
(#1088) There should be no space before ']'. (computed-property-spacing)
(#1089) Unexpected tab character. (no-tabs)
(#1089) There should be no spaces inside this paren. (space-in-parens)
(#1089) There should be no spaces inside this paren. (space-in-parens)
(#1090) Unexpected tab character. (no-tabs)
(#1090) There should be no spaces inside this paren. (space-in-parens)
(#1090) There should be no spaces inside this paren. (space-in-parens)
(#1091) Unexpected tab character. (no-tabs)
(#1091) There should be no spaces inside this paren. (space-in-parens)
(#1091) There should be no space after '['. (computed-property-spacing)
(#1091) There should be no space before ']'. (computed-property-spacing)
(#1091) There should be no spaces inside this paren. (space-in-parens)
(#1092) Unexpected tab character. (no-tabs)
(#1092) There should be no spaces inside this paren. (space-in-parens)
(#1092) There should be no spaces inside this paren. (space-in-parens)
(#1093) Unexpected tab character. (no-tabs)
(#1093) There should be no spaces inside this paren. (space-in-parens)
(#1093) There should be no spaces inside this paren. (space-in-parens)
(#1094) Unexpected tab character. (no-tabs)
(#1094) There should be no spaces inside this paren. (space-in-parens)
(#1094) There should be no spaces inside this paren. (space-in-parens)
(#1095) Unexpected tab character. (no-tabs)
(#1096) Unexpected tab character. (no-tabs)
(#1096) There should be no spaces inside this paren. (space-in-parens)
(#1096) There should be no spaces inside this paren. (space-in-parens)
(#1097) Unexpected tab character. (no-tabs)
(#1097) There should be no spaces inside this paren. (space-in-parens)
(#1097) There should be no spaces inside this paren. (space-in-parens)
(#1097) There should be no spaces inside this paren. (space-in-parens)
(#1097) There should be no spaces inside this paren. (space-in-parens)
(#1098) Unexpected tab character. (no-tabs)
(#1099) Unexpected tab character. (no-tabs)
(#1100) Unexpected tab character. (no-tabs)
(#1101) Unexpected tab character. (no-tabs)
(#1102) Unexpected tab character. (no-tabs)
(#1102) There should be no spaces inside this paren. (space-in-parens)
(#1102) There should be no spaces inside this paren. (space-in-parens)
(#1102) There should be no spaces inside this paren. (space-in-parens)
(#1103) Unexpected tab character. (no-tabs)
(#1103) There should be no spaces inside this paren. (space-in-parens)
(#1103) There should be no spaces inside this paren. (space-in-parens)
(#1104) Unexpected tab character. (no-tabs)
(#1105) Line 1105 exceeds the maximum line length of 132. (max-len)
(#1105) Unexpected tab character. (no-tabs)
(#1106) Unexpected tab character. (no-tabs)
(#1106) There should be no spaces inside this paren. (space-in-parens)
(#1106) Multiple spaces found before '?'. (no-multi-spaces)
(#1106) There should be no spaces inside this paren. (space-in-parens)
(#1107) Unexpected tab character. (no-tabs)
(#1110) Unexpected tab character. (no-tabs)
(#1110) There should be no spaces inside this paren. (space-in-parens)
(#1111) Unexpected tab character. (no-tabs)
(#1111) There should be no spaces inside this paren. (space-in-parens)
(#1111) There should be no spaces inside this paren. (space-in-parens)
(#1112) Unexpected tab character. (no-tabs)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1113) Unexpected tab character. (no-tabs)
(#1114) Unexpected tab character. (no-tabs)
(#1115) Unexpected tab character. (no-tabs)
(#1117) Unexpected tab character. (no-tabs)
(#1118) Unexpected tab character. (no-tabs)
(#1118) There should be no spaces inside this paren. (space-in-parens)
(#1118) There should be no spaces inside this paren. (space-in-parens)
(#1119) Unexpected tab character. (no-tabs)
(#1119) There should be no spaces inside this paren. (space-in-parens)
(#1119) There should be no spaces inside this paren. (space-in-parens)
(#1120) Unexpected tab character. (no-tabs)
(#1121) Unexpected tab character. (no-tabs)
(#1123) Unexpected tab character. (no-tabs)
(#1124) Unexpected tab character. (no-tabs)
(#1124) There should be no spaces inside this paren. (space-in-parens)
(#1124) There should be no spaces inside this paren. (space-in-parens)
(#1125) Unexpected tab character. (no-tabs)
(#1125) There should be no spaces inside this paren. (space-in-parens)
(#1125) There should be no spaces inside this paren. (space-in-parens)
(#1126) Line 1126 exceeds the maximum line length of 132. (max-len)
(#1126) Unexpected tab character. (no-tabs)
(#1126) There should be no space after '{'. (object-curly-spacing)
(#1126) There should be no space before '}'. (object-curly-spacing)
(#1127) Unexpected tab character. (no-tabs)
(#1129) Unexpected tab character. (no-tabs)
(#1130) Unexpected tab character. (no-tabs)
(#1130) There should be no spaces inside this paren. (space-in-parens)
(#1130) There should be no spaces inside this paren. (space-in-parens)
(#1131) Unexpected tab character. (no-tabs)
(#1131) There should be no spaces inside this paren. (space-in-parens)
(#1131) There should be no spaces inside this paren. (space-in-parens)
(#1132) Unexpected tab character. (no-tabs)
(#1133) Unexpected tab character. (no-tabs)
(#1133) There should be no spaces inside this paren. (space-in-parens)
(#1133) There should be no spaces inside this paren. (space-in-parens)
(#1134) Unexpected tab character. (no-tabs)
(#1135) Unexpected tab character. (no-tabs)
(#1137) Unexpected tab character. (no-tabs)
(#1137) There should be no spaces inside this paren. (space-in-parens)
(#1138) Unexpected tab character. (no-tabs)
(#1139) Unexpected tab character. (no-tabs)
(#1139) There should be no spaces inside this paren. (space-in-parens)
(#1139) There should be no spaces inside this paren. (space-in-parens)
(#1141) Unexpected tab character. (no-tabs)
(#1141) There should be no spaces inside this paren. (space-in-parens)
(#1141) There should be no spaces inside this paren. (space-in-parens)
(#1142) Unexpected tab character. (no-tabs)
(#1143) Unexpected tab character. (no-tabs)
(#1144) Unexpected tab character. (no-tabs)
(#1144) There should be no spaces inside this paren. (space-in-parens)
(#1144) There should be no spaces inside this paren. (space-in-parens)
(#1145) Unexpected tab character. (no-tabs)
(#1145) There should be no spaces inside this paren. (space-in-parens)
(#1145) There should be no spaces inside this paren. (space-in-parens)
(#1146) Unexpected tab character. (no-tabs)
(#1147) Unexpected tab character. (no-tabs)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1148) Unexpected tab character. (no-tabs)
(#1149) Unexpected tab character. (no-tabs)
(#1149) There should be no spaces inside this paren. (space-in-parens)
(#1149) There should be no spaces inside this paren. (space-in-parens)
(#1150) Unexpected tab character. (no-tabs)
(#1151) Unexpected tab character. (no-tabs)
(#1151) There should be no spaces inside this paren. (space-in-parens)
(#1151) There should be no spaces inside this paren. (space-in-parens)
(#1152) Unexpected tab character. (no-tabs)
(#1153) Unexpected tab character. (no-tabs)
(#1154) Unexpected tab character. (no-tabs)
(#1156) Unexpected tab character. (no-tabs)
(#1156) There should be no spaces inside this paren. (space-in-parens)
(#1156) There should be no spaces inside this paren. (space-in-parens)
(#1156) There should be no spaces inside this paren. (space-in-parens)
(#1156) There should be no spaces inside this paren. (space-in-parens)
(#1157) Unexpected tab character. (no-tabs)
(#1158) Unexpected tab character. (no-tabs)
(#1159) Unexpected tab character. (no-tabs)
(#1159) There should be no spaces inside this paren. (space-in-parens)
(#1159) There should be no spaces inside this paren. (space-in-parens)
(#1160) Unexpected tab character. (no-tabs)
(#1161) Unexpected tab character. (no-tabs)
(#1162) Unexpected tab character. (no-tabs)
(#1162) There should be no spaces inside this paren. (space-in-parens)
(#1162) There should be no spaces inside this paren. (space-in-parens)
(#1164) Unexpected tab character. (no-tabs)
(#1165) Unexpected tab character. (no-tabs)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1166) Unexpected tab character. (no-tabs)
(#1166) There should be no spaces inside this paren. (space-in-parens)
(#1166) There should be no spaces inside this paren. (space-in-parens)
(#1167) Unexpected tab character. (no-tabs)
(#1167) There should be no spaces inside this paren. (space-in-parens)
(#1167) There should be no spaces inside this paren. (space-in-parens)
(#1168) Unexpected tab character. (no-tabs)
(#1169) Unexpected tab character. (no-tabs)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1171) Unexpected tab character. (no-tabs)
(#1172) Unexpected tab character. (no-tabs)
(#1173) Unexpected tab character. (no-tabs)
(#1174) Unexpected tab character. (no-tabs)
(#1175) Unexpected tab character. (no-tabs)
(#1176) Unexpected tab character. (no-tabs)
(#1177) Unexpected tab character. (no-tabs)
(#1178) Unexpected tab character. (no-tabs)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1179) Unexpected tab character. (no-tabs)
(#1180) Unexpected tab character. (no-tabs)
(#1181) Unexpected tab character. (no-tabs)
(#1181) There should be no space after '['. (computed-property-spacing)
(#1181) There should be no space before ']'. (computed-property-spacing)
(#1182) Unexpected tab character. (no-tabs)
(#1182) There should be no spaces inside this paren. (space-in-parens)
(#1182) There should be no spaces inside this paren. (space-in-parens)
(#1183) Unexpected tab character. (no-tabs)
(#1184) Unexpected tab character. (no-tabs)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1186) Unexpected tab character. (no-tabs)
(#1187) Unexpected tab character. (no-tabs)
(#1187) There should be no spaces inside this paren. (space-in-parens)
(#1187) There should be no spaces inside this paren. (space-in-parens)
(#1188) Unexpected tab character. (no-tabs)
(#1188) There should be no spaces inside this paren. (space-in-parens)
(#1188) There should be no spaces inside this paren. (space-in-parens)
(#1189) Unexpected tab character. (no-tabs)
(#1190) Unexpected tab character. (no-tabs)
(#1190) There should be no spaces inside this paren. (space-in-parens)
(#1191) Unexpected tab character. (no-tabs)
(#1192) Unexpected tab character. (no-tabs)
(#1194) Unexpected tab character. (no-tabs)
(#1195) Unexpected tab character. (no-tabs)
(#1195) There should be no spaces inside this paren. (space-in-parens)
(#1195) There should be no spaces inside this paren. (space-in-parens)
(#1196) Unexpected tab character. (no-tabs)
(#1197) Unexpected tab character. (no-tabs)
(#1198) Unexpected tab character. (no-tabs)
(#1199) Unexpected tab character. (no-tabs)
(#1200) Unexpected tab character. (no-tabs)
(#1201) Unexpected tab character. (no-tabs)
(#1202) Unexpected tab character. (no-tabs)
(#1203) Unexpected tab character. (no-tabs)
(#1205) Unexpected tab character. (no-tabs)
(#1206) Unexpected tab character. (no-tabs)
(#1206) There should be no spaces inside this paren. (space-in-parens)
(#1206) There should be no spaces inside this paren. (space-in-parens)
(#1207) Unexpected tab character. (no-tabs)
(#1207) There should be no spaces inside this paren. (space-in-parens)
(#1207) There should be no spaces inside this paren. (space-in-parens)
(#1208) Unexpected tab character. (no-tabs)
(#1209) Unexpected tab character. (no-tabs)
(#1211) Unexpected tab character. (no-tabs)
(#1211) There should be no spaces inside this paren. (space-in-parens)
(#1211) There should be no spaces inside this paren. (space-in-parens)
(#1212) Unexpected tab character. (no-tabs)
(#1213) Unexpected tab character. (no-tabs)
(#1216) There should be no spaces inside this paren. (space-in-parens)
(#1216) There should be no spaces inside this paren. (space-in-parens)
(#1225) Unexpected space before function parentheses. (space-before-function-paren)
(#1225) There should be no spaces inside this paren. (space-in-parens)
(#1225) There should be no spaces inside this paren. (space-in-parens)
(#1226) Unexpected tab character. (no-tabs)
(#1227) Unexpected tab character. (no-tabs)
(#1227) There should be no spaces inside this paren. (space-in-parens)
(#1227) There should be no spaces inside this paren. (space-in-parens)
(#1228) Unexpected tab character. (no-tabs)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1229) Unexpected tab character. (no-tabs)
(#1231) Unexpected tab character. (no-tabs)
(#1232) Unexpected tab character. (no-tabs)
(#1233) Unexpected tab character. (no-tabs)
(#1233) There should be no spaces inside this paren. (space-in-parens)
(#1233) There should be no spaces inside this paren. (space-in-parens)
(#1234) Unexpected tab character. (no-tabs)
(#1234) There should be no spaces inside this paren. (space-in-parens)
(#1234) There should be no spaces inside this paren. (space-in-parens)
(#1235) Unexpected tab character. (no-tabs)
(#1235) There should be no spaces inside this paren. (space-in-parens)
(#1235) There should be no spaces inside this paren. (space-in-parens)
(#1236) Unexpected tab character. (no-tabs)
(#1237) Unexpected tab character. (no-tabs)
(#1238) Unexpected tab character. (no-tabs)
(#1238) There should be no spaces inside this paren. (space-in-parens)
(#1238) There should be no spaces inside this paren. (space-in-parens)
(#1239) Unexpected tab character. (no-tabs)
(#1240) Unexpected tab character. (no-tabs)
(#1240) There should be no spaces inside this paren. (space-in-parens)
(#1240) There should be no spaces inside this paren. (space-in-parens)
(#1241) Unexpected tab character. (no-tabs)
(#1241) There should be no spaces inside this paren. (space-in-parens)
(#1241) There should be no spaces inside this paren. (space-in-parens)
(#1242) Unexpected tab character. (no-tabs)
(#1242) There should be no space after '{'. (object-curly-spacing)
(#1242) There should be no space before '}'. (object-curly-spacing)
(#1242) There should be no spaces inside this paren. (space-in-parens)
(#1242) There should be no spaces inside this paren. (space-in-parens)
(#1243) Unexpected tab character. (no-tabs)
(#1244) Unexpected tab character. (no-tabs)
(#1245) Unexpected tab character. (no-tabs)
(#1247) Unexpected tab character. (no-tabs)
(#1250) Missing JSDoc comment. (require-jsdoc)
(#1251) Unexpected tab character. (no-tabs)
(#1253) Unexpected tab character. (no-tabs)
(#1254) Unexpected tab character. (no-tabs)
(#1254) There should be no spaces inside this paren. (space-in-parens)
(#1254) There should be no spaces inside this paren. (space-in-parens)
(#1255) Unexpected tab character. (no-tabs)
(#1255) There should be no spaces inside this paren. (space-in-parens)
(#1256) Unexpected tab character. (no-tabs)
(#1257) Unexpected tab character. (no-tabs)
(#1258) Unexpected tab character. (no-tabs)
(#1259) Unexpected tab character. (no-tabs)
(#1260) Unexpected tab character. (no-tabs)
(#1261) Unexpected tab character. (no-tabs)
(#1262) Unexpected tab character. (no-tabs)
(#1264) Unexpected tab character. (no-tabs)
(#1265) Unexpected tab character. (no-tabs)
(#1265) There should be no spaces inside this paren. (space-in-parens)
(#1265) There should be no spaces inside this paren. (space-in-parens)
(#1266) Unexpected tab character. (no-tabs)
(#1266) There should be no spaces inside this paren. (space-in-parens)
(#1266) There should be no spaces inside this paren. (space-in-parens)
(#1267) Unexpected tab character. (no-tabs)
(#1268) Unexpected tab character. (no-tabs)
(#1269) Unexpected tab character. (no-tabs)
(#1270) Unexpected tab character. (no-tabs)
(#1271) Unexpected tab character. (no-tabs)
(#1272) Unexpected tab character. (no-tabs)
(#1273) Unexpected tab character. (no-tabs)
(#1274) Unexpected tab character. (no-tabs)
(#1275) Unexpected tab character. (no-tabs)
(#1276) Unexpected tab character. (no-tabs)
(#1277) Unexpected tab character. (no-tabs)
(#1278) Unexpected tab character. (no-tabs)
(#1279) Unexpected tab character. (no-tabs)
(#1280) Unexpected tab character. (no-tabs)
(#1280) There should be no spaces inside this paren. (space-in-parens)
(#1280) There should be no spaces inside this paren. (space-in-parens)
(#1282) Unexpected tab character. (no-tabs)
(#1282) There should be no spaces inside this paren. (space-in-parens)
(#1282) There should be no spaces inside this paren. (space-in-parens)
(#1283) Unexpected tab character. (no-tabs)
(#1283) There should be no spaces inside this paren. (space-in-parens)
(#1283) There should be no spaces inside this paren. (space-in-parens)
(#1284) Unexpected tab character. (no-tabs)
(#1286) Unexpected tab character. (no-tabs)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1287) Unexpected tab character. (no-tabs)
(#1287) There should be no spaces inside this paren. (space-in-parens)
(#1287) There should be no spaces inside this paren. (space-in-parens)
(#1288) Unexpected tab character. (no-tabs)
(#1290) Unexpected tab character. (no-tabs)
(#1290) There should be no spaces inside this paren. (space-in-parens)
(#1290) There should be no spaces inside this paren. (space-in-parens)
(#1291) Unexpected tab character. (no-tabs)
(#1291) Comments should not begin with a lowercase character (capitalized-comments)
(#1292) Unexpected tab character. (no-tabs)
(#1293) Unexpected tab character. (no-tabs)
(#1294) Unexpected tab character. (no-tabs)
(#1294) There should be no spaces inside this paren. (space-in-parens)
(#1294) There should be no spaces inside this paren. (space-in-parens)
(#1295) Unexpected tab character. (no-tabs)
(#1295) There should be no spaces inside this paren. (space-in-parens)
(#1295) There should be no spaces inside this paren. (space-in-parens)
(#1296) Unexpected tab character. (no-tabs)
(#1296) There should be no spaces inside this paren. (space-in-parens)
(#1296) There should be no spaces inside this paren. (space-in-parens)
(#1297) Unexpected tab character. (no-tabs)
(#1299) Unexpected tab character. (no-tabs)
(#1299) Comments should not begin with a lowercase character (capitalized-comments)
(#1300) Unexpected tab character. (no-tabs)
(#1300) There should be no spaces inside this paren. (space-in-parens)
(#1300) There should be no spaces inside this paren. (space-in-parens)
(#1301) Unexpected tab character. (no-tabs)
(#1302) Unexpected tab character. (no-tabs)
(#1302) There should be no spaces inside this paren. (space-in-parens)
(#1302) There should be no spaces inside this paren. (space-in-parens)
(#1303) Unexpected tab character. (no-tabs)
(#1303) There should be no spaces inside this paren. (space-in-parens)
(#1303) There should be no spaces inside this paren. (space-in-parens)
(#1304) Unexpected tab character. (no-tabs)
(#1304) There should be no spaces inside this paren. (space-in-parens)
(#1304) There should be no spaces inside this paren. (space-in-parens)
(#1304) There should be no spaces inside this paren. (space-in-parens)
(#1304) There should be no spaces inside this paren. (space-in-parens)
(#1305) Unexpected tab character. (no-tabs)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1306) Unexpected tab character. (no-tabs)
(#1307) Unexpected tab character. (no-tabs)
(#1308) Unexpected tab character. (no-tabs)
(#1310) Unexpected tab character. (no-tabs)
(#1310) Comments should not begin with a lowercase character (capitalized-comments)
(#1311) Unexpected tab character. (no-tabs)
(#1311) There should be no spaces inside this paren. (space-in-parens)
(#1311) There should be no spaces inside this paren. (space-in-parens)
(#1312) Unexpected tab character. (no-tabs)
(#1313) Unexpected tab character. (no-tabs)
(#1315) Unexpected tab character. (no-tabs)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1316) Unexpected tab character. (no-tabs)
(#1317) Unexpected tab character. (no-tabs)
(#1318) Unexpected tab character. (no-tabs)
(#1319) Unexpected tab character. (no-tabs)
(#1320) Unexpected tab character. (no-tabs)
(#1323) Missing JSDoc return type. (valid-jsdoc)
(#1323) Missing JSDoc for parameter 'test'. (valid-jsdoc)
(#1324) There should be no spaces inside this paren. (space-in-parens)
(#1324) There should be no spaces inside this paren. (space-in-parens)
(#1325) Unexpected tab character. (no-tabs)
(#1326) Unexpected tab character. (no-tabs)
(#1327) Unexpected tab character. (no-tabs)
(#1328) Unexpected tab character. (no-tabs)
(#1330) Unexpected tab character. (no-tabs)
(#1331) Unexpected tab character. (no-tabs)
(#1331) There should be no spaces inside this paren. (space-in-parens)
(#1331) There should be no spaces inside this paren. (space-in-parens)
(#1332) Unexpected tab character. (no-tabs)
(#1333) Unexpected tab character. (no-tabs)
(#1334) Unexpected tab character. (no-tabs)
(#1336) Unexpected tab character. (no-tabs)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1337) Unexpected tab character. (no-tabs)
(#1338) Unexpected tab character. (no-tabs)
(#1340) Unexpected tab character. (no-tabs)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1341) Unexpected tab character. (no-tabs)
(#1342) Unexpected tab character. (no-tabs)
(#1344) Unexpected tab character. (no-tabs)
(#1344) There should be no spaces inside this paren. (space-in-parens)
(#1344) There should be no spaces inside this paren. (space-in-parens)
(#1345) Unexpected tab character. (no-tabs)
(#1346) Unexpected tab character. (no-tabs)
(#1348) Unexpected tab character. (no-tabs)
(#1348) There should be no spaces inside this paren. (space-in-parens)
(#1348) There should be no spaces inside this paren. (space-in-parens)
(#1349) Unexpected tab character. (no-tabs)
(#1349) There should be no spaces inside this paren. (space-in-parens)
(#1349) There should be no spaces inside this paren. (space-in-parens)
(#1350) Unexpected tab character. (no-tabs)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1351) Unexpected tab character. (no-tabs)
(#1353) Unexpected tab character. (no-tabs)
(#1354) Unexpected tab character. (no-tabs)
(#1354) There should be no spaces inside this paren. (space-in-parens)
(#1354) There should be no spaces inside this paren. (space-in-parens)
(#1354) There should be no spaces inside this paren. (space-in-parens)
(#1354) There should be no spaces inside this paren. (space-in-parens)
(#1355) Unexpected tab character. (no-tabs)
(#1356) Unexpected tab character. (no-tabs)
(#1358) Unexpected tab character. (no-tabs)
(#1359) Unexpected tab character. (no-tabs)
(#1362) Comments should not begin with a lowercase character (capitalized-comments)
(#1365) Missing JSDoc comment. (require-jsdoc)
(#1365) Expected to return a value at the end of function 'extractStacktrace'. (consistent-return)
(#1365) There should be no spaces inside this paren. (space-in-parens)
(#1365) There should be no spaces inside this paren. (space-in-parens)
(#1366) Unexpected tab character. (no-tabs)
(#1368) Unexpected tab character. (no-tabs)
(#1370) Unexpected tab character. (no-tabs)
(#1370) There should be no spaces inside this paren. (space-in-parens)
(#1370) There should be no spaces inside this paren. (space-in-parens)
(#1371) Unexpected tab character. (no-tabs)
(#1372) Unexpected tab character. (no-tabs)
(#1372) There should be no spaces inside this paren. (space-in-parens)
(#1372) There should be no spaces inside this paren. (space-in-parens)
(#1372) There should be no space after '['. (computed-property-spacing)
(#1372) There should be no space before ']'. (computed-property-spacing)
(#1373) Unexpected tab character. (no-tabs)
(#1373) There should be no spaces inside this paren. (space-in-parens)
(#1373) There should be no spaces inside this paren. (space-in-parens)
(#1374) Unexpected tab character. (no-tabs)
(#1375) Unexpected tab character. (no-tabs)
(#1375) There should be no spaces inside this paren. (space-in-parens)
(#1375) There should be no spaces inside this paren. (space-in-parens)
(#1376) Unexpected tab character. (no-tabs)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1377) Unexpected tab character. (no-tabs)
(#1378) Unexpected tab character. (no-tabs)
(#1379) Unexpected tab character. (no-tabs)
(#1379) There should be no spaces inside this paren. (space-in-parens)
(#1379) There should be no spaces inside this paren. (space-in-parens)
(#1380) Unexpected tab character. (no-tabs)
(#1381) Unexpected tab character. (no-tabs)
(#1381) There should be no spaces inside this paren. (space-in-parens)
(#1381) There should be no spaces inside this paren. (space-in-parens)
(#1382) Unexpected tab character. (no-tabs)
(#1382) There should be no spaces inside this paren. (space-in-parens)
(#1382) There should be no space after '['. (computed-property-spacing)
(#1382) There should be no space before ']'. (computed-property-spacing)
(#1382) There should be no spaces inside this paren. (space-in-parens)
(#1382) There should be no spaces inside this paren. (space-in-parens)
(#1382) There should be no spaces inside this paren. (space-in-parens)
(#1383) Unexpected tab character. (no-tabs)
(#1384) Unexpected tab character. (no-tabs)
(#1385) Unexpected tab character. (no-tabs)
(#1385) There should be no spaces inside this paren. (space-in-parens)
(#1385) There should be no space after '['. (computed-property-spacing)
(#1385) There should be no space before ']'. (computed-property-spacing)
(#1385) There should be no spaces inside this paren. (space-in-parens)
(#1386) Unexpected tab character. (no-tabs)
(#1387) Unexpected tab character. (no-tabs)
(#1387) There should be no spaces inside this paren. (space-in-parens)
(#1387) There should be no spaces inside this paren. (space-in-parens)
(#1388) Unexpected tab character. (no-tabs)
(#1388) There should be no spaces inside this paren. (space-in-parens)
(#1388) There should be no spaces inside this paren. (space-in-parens)
(#1389) Unexpected tab character. (no-tabs)
(#1390) Unexpected tab character. (no-tabs)
(#1391) Unexpected tab character. (no-tabs)
(#1391) There should be no space after '['. (computed-property-spacing)
(#1391) There should be no space before ']'. (computed-property-spacing)
(#1392) Unexpected tab character. (no-tabs)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1393) Unexpected tab character. (no-tabs)
(#1394) Unexpected tab character. (no-tabs)
(#1395) Unexpected tab character. (no-tabs)
(#1396) Unexpected tab character. (no-tabs)
(#1396) There should be no spaces inside this paren. (space-in-parens)
(#1396) There should be no spaces inside this paren. (space-in-parens)
(#1396) There should be no spaces inside this paren. (space-in-parens)
(#1396) There should be no spaces inside this paren. (space-in-parens)
(#1397) Unexpected tab character. (no-tabs)
(#1397) Function 'extractStacktrace' expected a return value. (consistent-return)
(#1398) Unexpected tab character. (no-tabs)
(#1399) Unexpected tab character. (no-tabs)
(#1399) Comments should not begin with a lowercase character (capitalized-comments)
(#1400) Unexpected tab character. (no-tabs)
(#1401) Unexpected tab character. (no-tabs)
(#1403) Missing JSDoc comment. (require-jsdoc)
(#1403) There should be no spaces inside this paren. (space-in-parens)
(#1403) There should be no spaces inside this paren. (space-in-parens)
(#1404) Unexpected tab character. (no-tabs)
(#1405) Unexpected tab character. (no-tabs)
(#1406) Unexpected tab character. (no-tabs)
(#1406) There should be no spaces inside this paren. (space-in-parens)
(#1406) There should be no spaces inside this paren. (space-in-parens)
(#1407) Unexpected tab character. (no-tabs)
(#1407) There should be no spaces inside this paren. (space-in-parens)
(#1407) There should be no spaces inside this paren. (space-in-parens)
(#1408) Unexpected tab character. (no-tabs)
(#1411) Missing JSDoc @returns for function. (valid-jsdoc)
(#1411) Missing JSDoc for parameter 's'. (valid-jsdoc)
(#1414) There should be no spaces inside this paren. (space-in-parens)
(#1414) There should be no spaces inside this paren. (space-in-parens)
(#1415) Unexpected tab character. (no-tabs)
(#1415) There should be no spaces inside this paren. (space-in-parens)
(#1415) There should be no spaces inside this paren. (space-in-parens)
(#1416) Unexpected tab character. (no-tabs)
(#1417) Unexpected tab character. (no-tabs)
(#1418) Unexpected tab character. (no-tabs)
(#1419) Unexpected tab character. (no-tabs)
(#1420) Unexpected tab character. (no-tabs)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1420) Expected to return a value at the end of function. (consistent-return)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1421) Unexpected tab character. (no-tabs)
(#1421) Expected space(s) after "switch". (keyword-spacing)
(#1421) There should be no spaces inside this paren. (space-in-parens)
(#1421) There should be no spaces inside this paren. (space-in-parens)
(#1422) Unexpected tab character. (no-tabs)
(#1423) Unexpected tab character. (no-tabs)
(#1424) Unexpected tab character. (no-tabs)
(#1425) Unexpected tab character. (no-tabs)
(#1426) Unexpected tab character. (no-tabs)
(#1427) Unexpected tab character. (no-tabs)
(#1428) Unexpected tab character. (no-tabs)
(#1429) Unexpected tab character. (no-tabs)
(#1430) Unexpected tab character. (no-tabs)
(#1431) Unexpected tab character. (no-tabs)
(#1432) Unexpected tab character. (no-tabs)
(#1433) Unexpected tab character. (no-tabs)
(#1436) Missing JSDoc comment. (require-jsdoc)
(#1436) There should be no spaces inside this paren. (space-in-parens)
(#1436) There should be no spaces inside this paren. (space-in-parens)
(#1437) Unexpected tab character. (no-tabs)
(#1437) There should be no spaces inside this paren. (space-in-parens)
(#1437) There should be no spaces inside this paren. (space-in-parens)
(#1439) Unexpected tab character. (no-tabs)
(#1439) There should be no spaces inside this paren. (space-in-parens)
(#1439) There should be no spaces inside this paren. (space-in-parens)
(#1440) Unexpected tab character. (no-tabs)
(#1440) There should be no spaces inside this paren. (space-in-parens)
(#1440) There should be no spaces inside this paren. (space-in-parens)
(#1441) Unexpected tab character. (no-tabs)
(#1444) Missing JSDoc comment. (require-jsdoc)
(#1444) There should be no spaces inside this paren. (space-in-parens)
(#1444) There should be no spaces inside this paren. (space-in-parens)
(#1445) Unexpected tab character. (no-tabs)
(#1445) Missing JSDoc comment. (require-jsdoc)
(#1446) Unexpected tab character. (no-tabs)
(#1446) There should be no spaces inside this paren. (space-in-parens)
(#1446) There should be no spaces inside this paren. (space-in-parens)
(#1447) Unexpected tab character. (no-tabs)
(#1448) Unexpected tab character. (no-tabs)
(#1449) Unexpected tab character. (no-tabs)
(#1451) Unexpected tab character. (no-tabs)
(#1451) There should be no spaces inside this paren. (space-in-parens)
(#1451) There should be no spaces inside this paren. (space-in-parens)
(#1452) Unexpected tab character. (no-tabs)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1453) Unexpected tab character. (no-tabs)
(#1454) Unexpected tab character. (no-tabs)
(#1455) Unexpected tab character. (no-tabs)
(#1455) There should be no spaces inside this paren. (space-in-parens)
(#1455) There should be no spaces inside this paren. (space-in-parens)
(#1456) Unexpected tab character. (no-tabs)
(#1457) Unexpected tab character. (no-tabs)
(#1458) Unexpected tab character. (no-tabs)
(#1459) Unexpected tab character. (no-tabs)
(#1460) Unexpected tab character. (no-tabs)
(#1460) There should be no spaces inside this paren. (space-in-parens)
(#1460) There should be no spaces inside this paren. (space-in-parens)
(#1461) Unexpected tab character. (no-tabs)
(#1462) Unexpected tab character. (no-tabs)
(#1465) Missing JSDoc comment. (require-jsdoc)
(#1466) Unexpected tab character. (no-tabs)
(#1468) Unexpected tab character. (no-tabs)
(#1468) There should be no spaces inside this paren. (space-in-parens)
(#1468) There should be no spaces inside this paren. (space-in-parens)
(#1469) Unexpected tab character. (no-tabs)
(#1469) There should be no spaces inside this paren. (space-in-parens)
(#1469) There should be no spaces inside this paren. (space-in-parens)
(#1470) Unexpected tab character. (no-tabs)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1471) Unexpected tab character. (no-tabs)
(#1471) Comments should not begin with a lowercase character (capitalized-comments)
(#1472) Unexpected tab character. (no-tabs)
(#1472) There should be no spaces inside this paren. (space-in-parens)
(#1472) There should be no spaces inside this paren. (space-in-parens)
(#1472) There should be no spaces inside this paren. (space-in-parens)
(#1472) There should be no spaces inside this paren. (space-in-parens)
(#1473) Unexpected tab character. (no-tabs)
(#1474) Unexpected tab character. (no-tabs)
(#1475) Unexpected tab character. (no-tabs)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1476) Unexpected tab character. (no-tabs)
(#1477) Unexpected tab character. (no-tabs)
(#1478) Unexpected tab character. (no-tabs)
(#1481) Missing JSDoc comment. (require-jsdoc)
(#1482) Unexpected tab character. (no-tabs)
(#1483) Unexpected tab character. (no-tabs)
(#1484) Unexpected tab character. (no-tabs)
(#1486) Unexpected tab character. (no-tabs)
(#1488) Unexpected tab character. (no-tabs)
(#1488) There should be no spaces inside this paren. (space-in-parens)
(#1488) There should be no spaces inside this paren. (space-in-parens)
(#1489) Unexpected tab character. (no-tabs)
(#1489) There should be no spaces inside this paren. (space-in-parens)
(#1489) There should be no spaces inside this paren. (space-in-parens)
(#1490) Unexpected tab character. (no-tabs)
(#1490) There should be no spaces inside this paren. (space-in-parens)
(#1490) There should be no spaces inside this paren. (space-in-parens)
(#1491) Unexpected tab character. (no-tabs)
(#1493) Unexpected tab character. (no-tabs)
(#1493) There should be no spaces inside this paren. (space-in-parens)
(#1493) There should be no spaces inside this paren. (space-in-parens)
(#1494) Unexpected tab character. (no-tabs)
(#1494) There should be no spaces inside this paren. (space-in-parens)
(#1494) There should be no spaces inside this paren. (space-in-parens)
(#1495) Unexpected tab character. (no-tabs)
(#1495) There should be no spaces inside this paren. (space-in-parens)
(#1495) There should be no spaces inside this paren. (space-in-parens)
(#1496) Unexpected tab character. (no-tabs)
(#1499) Comments should not begin with a lowercase character (capitalized-comments)
(#1500) Missing JSDoc comment. (require-jsdoc)
(#1500) There should be no spaces inside this paren. (space-in-parens)
(#1500) There should be no spaces inside this paren. (space-in-parens)
(#1501) Unexpected tab character. (no-tabs)
(#1502) Unexpected tab character. (no-tabs)
(#1504) Unexpected tab character. (no-tabs)
(#1504) There should be no spaces inside this paren. (space-in-parens)
(#1504) There should be no spaces inside this paren. (space-in-parens)
(#1505) Unexpected tab character. (no-tabs)
(#1505) There should be no spaces inside this paren. (space-in-parens)
(#1505) There should be no spaces inside this paren. (space-in-parens)
(#1506) Unexpected tab character. (no-tabs)
(#1506) There should be no spaces inside this paren. (space-in-parens)
(#1506) There should be no spaces inside this paren. (space-in-parens)
(#1507) Unexpected tab character. (no-tabs)
(#1507) There should be no spaces inside this paren. (space-in-parens)
(#1507) There should be no spaces inside this paren. (space-in-parens)
(#1508) Unexpected tab character. (no-tabs)
(#1509) Unexpected tab character. (no-tabs)
(#1510) Unexpected tab character. (no-tabs)
(#1511) Unexpected tab character. (no-tabs)
(#1512) Unexpected tab character. (no-tabs)
(#1513) Unexpected tab character. (no-tabs)
(#1516) Missing JSDoc comment. (require-jsdoc)
(#1516) There should be no spaces inside this paren. (space-in-parens)
(#1516) There should be no spaces inside this paren. (space-in-parens)
(#1517) Unexpected tab character. (no-tabs)
(#1517) There should be no spaces inside this paren. (space-in-parens)
(#1517) There should be no spaces inside this paren. (space-in-parens)
(#1518) Unexpected tab character. (no-tabs)
(#1518) There should be no spaces inside this paren. (space-in-parens)
(#1518) There should be no spaces inside this paren. (space-in-parens)
(#1518) There should be no spaces inside this paren. (space-in-parens)
(#1518) There should be no spaces inside this paren. (space-in-parens)
(#1519) Unexpected tab character. (no-tabs)
(#1520) Unexpected tab character. (no-tabs)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1521) Unexpected tab character. (no-tabs)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1521) There should be no space after '['. (computed-property-spacing)
(#1521) There should be no space before ']'. (computed-property-spacing)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1522) Unexpected tab character. (no-tabs)
(#1522) There should be no space after '['. (computed-property-spacing)
(#1522) There should be no space before ']'. (computed-property-spacing)
(#1523) Unexpected tab character. (no-tabs)
(#1524) Unexpected tab character. (no-tabs)
(#1524) There should be no space after '['. (computed-property-spacing)
(#1524) There should be no space before ']'. (computed-property-spacing)
(#1524) There should be no space after '['. (computed-property-spacing)
(#1524) There should be no space before ']'. (computed-property-spacing)
(#1525) Unexpected tab character. (no-tabs)
(#1526) Unexpected tab character. (no-tabs)
(#1527) Unexpected tab character. (no-tabs)
(#1528) Unexpected tab character. (no-tabs)
(#1530) Unexpected tab character. (no-tabs)
(#1538) There should be no spaces inside this paren. (space-in-parens)
(#1538) There should be no spaces inside this paren. (space-in-parens)
(#1539) Unexpected tab character. (no-tabs)
(#1540) Unexpected tab character. (no-tabs)
(#1540) There should be no spaces inside this paren. (space-in-parens)
(#1540) There should be no spaces inside this paren. (space-in-parens)
(#1541) Unexpected tab character. (no-tabs)
(#1541) There should be no spaces inside this paren. (space-in-parens)
(#1541) There should be no spaces inside this paren. (space-in-parens)
(#1542) Unexpected tab character. (no-tabs)
(#1543) Unexpected tab character. (no-tabs)
(#1544) Unexpected tab character. (no-tabs)
(#1544) There should be no spaces inside this paren. (space-in-parens)
(#1544) There should be no spaces inside this paren. (space-in-parens)
(#1545) Unexpected tab character. (no-tabs)
(#1553) There should be no spaces inside this paren. (space-in-parens)
(#1553) There should be no spaces inside this paren. (space-in-parens)
(#1554) Unexpected tab character. (no-tabs)
(#1555) Unexpected tab character. (no-tabs)
(#1555) There should be no spaces inside this paren. (space-in-parens)
(#1555) There should be no spaces inside this paren. (space-in-parens)
(#1556) Unexpected tab character. (no-tabs)
(#1556) There should be no spaces inside this paren. (space-in-parens)
(#1556) There should be no spaces inside this paren. (space-in-parens)
(#1557) Unexpected tab character. (no-tabs)
(#1560) Missing JSDoc comment. (require-jsdoc)
(#1560) There should be no spaces inside this paren. (space-in-parens)
(#1560) There should be no spaces inside this paren. (space-in-parens)
(#1561) Unexpected tab character. (no-tabs)
(#1564) Missing JSDoc comment. (require-jsdoc)
(#1564) There should be no spaces inside this paren. (space-in-parens)
(#1564) There should be no spaces inside this paren. (space-in-parens)
(#1565) Unexpected tab character. (no-tabs)
(#1565) There should be no spaces inside this paren. (space-in-parens)
(#1565) There should be no spaces inside this paren. (space-in-parens)
(#1565) There should be no spaces inside this paren. (space-in-parens)
(#1565) There should be no spaces inside this paren. (space-in-parens)
(#1566) Unexpected tab character. (no-tabs)
(#1567) Unexpected tab character. (no-tabs)
(#1570) Missing JSDoc comment. (require-jsdoc)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1571) Unexpected tab character. (no-tabs)
(#1572) Unexpected tab character. (no-tabs)
(#1573) Unexpected tab character. (no-tabs)
(#1573) There should be no spaces inside this paren. (space-in-parens)
(#1573) There should be no spaces inside this paren. (space-in-parens)
(#1574) Unexpected tab character. (no-tabs)
(#1574) There should be no space before ','. (comma-spacing)
(#1575) Unexpected tab character. (no-tabs)
(#1576) Unexpected tab character. (no-tabs)
(#1577) Unexpected tab character. (no-tabs)
(#1580) Missing JSDoc comment. (require-jsdoc)
(#1580) There should be no spaces inside this paren. (space-in-parens)
(#1580) There should be no spaces inside this paren. (space-in-parens)
(#1581) Unexpected tab character. (no-tabs)
(#1581) There should be no spaces inside this paren. (space-in-parens)
(#1581) There should be no spaces inside this paren. (space-in-parens)
(#1582) Unexpected tab character. (no-tabs)
(#1582) There should be no spaces inside this paren. (space-in-parens)
(#1582) There should be no spaces inside this paren. (space-in-parens)
(#1585) Missing JSDoc comment. (require-jsdoc)
(#1585) There should be no spaces inside this paren. (space-in-parens)
(#1585) There should be no spaces inside this paren. (space-in-parens)
(#1586) Unexpected tab character. (no-tabs)
(#1586) There should be no spaces inside this paren. (space-in-parens)
(#1586) There should be no spaces inside this paren. (space-in-parens)
(#1587) Unexpected tab character. (no-tabs)
(#1587) There should be no spaces inside this paren. (space-in-parens)
(#1587) There should be no spaces inside this paren. (space-in-parens)
(#1588) Unexpected tab character. (no-tabs)
(#1592) Missing JSDoc comment. (require-jsdoc)
(#1592) There should be no spaces inside this paren. (space-in-parens)
(#1592) There should be no spaces inside this paren. (space-in-parens)
(#1593) Unexpected tab character. (no-tabs)
(#1594) Unexpected tab character. (no-tabs)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1595) Unexpected tab character. (no-tabs)
(#1595) There should be no space after '['. (computed-property-spacing)
(#1595) There should be no space before ']'. (computed-property-spacing)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1596) Unexpected tab character. (no-tabs)
(#1597) Unexpected tab character. (no-tabs)
(#1597) There should be no space after '['. (computed-property-spacing)
(#1597) There should be no space before ']'. (computed-property-spacing)
(#1598) Unexpected tab character. (no-tabs)
(#1598) There should be no spaces inside this paren. (space-in-parens)
(#1598) There should be no spaces inside this paren. (space-in-parens)
(#1599) Unexpected tab character. (no-tabs)
(#1599) There should be no space after '['. (computed-property-spacing)
(#1599) There should be no space before ']'. (computed-property-spacing)
(#1599) There should be no spaces inside this paren. (space-in-parens)
(#1599) There should be no spaces inside this paren. (space-in-parens)
(#1600) Unexpected tab character. (no-tabs)
(#1601) Unexpected tab character. (no-tabs)
(#1608) Unexpected tab character. (no-tabs)
(#1609) Unexpected tab character. (no-tabs)
(#1609) Missing JSDoc comment. (require-jsdoc)
(#1609) Expected to return a value at the end of function 'bindCallbacks'. (consistent-return)
(#1609) There should be no spaces inside this paren. (space-in-parens)
(#1609) There should be no spaces inside this paren. (space-in-parens)
(#1610) Unexpected tab character. (no-tabs)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1611) Unexpected tab character. (no-tabs)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1612) Unexpected tab character. (no-tabs)
(#1612) There should be no spaces inside this paren. (space-in-parens)
(#1612) There should be no spaces inside this paren. (space-in-parens)
(#1612) There should be no space after '['. (computed-property-spacing)
(#1612) There should be no space before ']'. (computed-property-spacing)
(#1612) There should be no spaces inside this paren. (space-in-parens)
(#1612) There should be no spaces inside this paren. (space-in-parens)
(#1613) Unexpected tab character. (no-tabs)
(#1613) There should be no space after '['. (computed-property-spacing)
(#1613) There should be no space before ']'. (computed-property-spacing)
(#1613) There should be no spaces inside this paren. (space-in-parens)
(#1613) There should be no spaces inside this paren. (space-in-parens)
(#1614) Unexpected tab character. (no-tabs)
(#1615) Unexpected tab character. (no-tabs)
(#1615) There should be no space after '['. (computed-property-spacing)
(#1615) There should be no space before ']'. (computed-property-spacing)
(#1615) Comments should not begin with a lowercase character (capitalized-comments)
(#1616) Unexpected tab character. (no-tabs)
(#1617) Unexpected tab character. (no-tabs)
(#1618) Unexpected tab character. (no-tabs)
(#1620) Unexpected tab character. (no-tabs)
(#1620) Comments should not begin with a lowercase character (capitalized-comments)
(#1621) Unexpected tab character. (no-tabs)
(#1622) Unexpected tab character. (no-tabs)
(#1622) Comments should not begin with a lowercase character (capitalized-comments)
(#1623) Unexpected tab character. (no-tabs)
(#1624) Unexpected tab character. (no-tabs)
(#1624) Comments should not begin with a lowercase character (capitalized-comments)
(#1625) Unexpected tab character. (no-tabs)
(#1626) Unexpected tab character. (no-tabs)
(#1628) Unexpected tab character. (no-tabs)
(#1628) Unexpected space before function parentheses. (space-before-function-paren)
(#1628) There should be no spaces inside this paren. (space-in-parens)
(#1628) There should be no spaces inside this paren. (space-in-parens)
(#1629) Unexpected tab character. (no-tabs)
(#1629) Expected space or tab after '/*' in comment. (spaced-comment)
(#1630) Unexpected tab character. (no-tabs)
(#1630) The '__proto__' property is deprecated. (no-proto)
(#1631) Unexpected tab character. (no-tabs)
(#1632) Unexpected tab character. (no-tabs)
(#1632) Unexpected space before function parentheses. (space-before-function-paren)
(#1634) Unexpected tab character. (no-tabs)
(#1634) Comments should not begin with a lowercase character (capitalized-comments)
(#1635) Unexpected tab character. (no-tabs)
(#1635) Missing JSDoc comment. (require-jsdoc)
(#1635) There should be no spaces inside this paren. (space-in-parens)
(#1635) There should be no spaces inside this paren. (space-in-parens)
(#1636) Unexpected tab character. (no-tabs)
(#1636) Expected space or tab after '/*' in comment. (spaced-comment)
(#1637) Unexpected tab character. (no-tabs)
(#1637) There should be no spaces inside this paren. (space-in-parens)
(#1637) There should be no spaces inside this paren. (space-in-parens)
(#1638) Unexpected tab character. (no-tabs)
(#1638) Comments should not begin with a lowercase character (capitalized-comments)
(#1639) Unexpected tab character. (no-tabs)
(#1640) Unexpected tab character. (no-tabs)
(#1641) Unexpected tab character. (no-tabs)
(#1642) Unexpected tab character. (no-tabs)
(#1643) Unexpected tab character. (no-tabs)
(#1644) Unexpected tab character. (no-tabs)
(#1645) Unexpected tab character. (no-tabs)
(#1646) Unexpected tab character. (no-tabs)
(#1648) Unexpected tab character. (no-tabs)
(#1649) Unexpected tab character. (no-tabs)
(#1650) Unexpected tab character. (no-tabs)
(#1651) Unexpected tab character. (no-tabs)
(#1652) Unexpected tab character. (no-tabs)
(#1653) Unexpected tab character. (no-tabs)
(#1655) Unexpected tab character. (no-tabs)
(#1655) There should be no spaces inside this paren. (space-in-parens)
(#1655) There should be no spaces inside this paren. (space-in-parens)
(#1656) Unexpected tab character. (no-tabs)
(#1656) There should be no spaces inside this paren. (space-in-parens)
(#1656) There should be no spaces inside this paren. (space-in-parens)
(#1657) Unexpected tab character. (no-tabs)
(#1659) Unexpected tab character. (no-tabs)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1660) Unexpected tab character. (no-tabs)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1661) Unexpected tab character. (no-tabs)
(#1663) Unexpected tab character. (no-tabs)
(#1663) There should be no spaces inside this paren. (space-in-parens)
(#1663) There should be no spaces inside this paren. (space-in-parens)
(#1664) Unexpected tab character. (no-tabs)
(#1664) There should be no spaces inside this paren. (space-in-parens)
(#1664) There should be no spaces inside this paren. (space-in-parens)
(#1665) Unexpected tab character. (no-tabs)
(#1665) Comments should not begin with a lowercase character (capitalized-comments)
(#1666) Unexpected tab character. (no-tabs)
(#1667) Unexpected tab character. (no-tabs)
(#1667) Comments should not begin with a lowercase character (capitalized-comments)
(#1668) Unexpected tab character. (no-tabs)
(#1669) Unexpected tab character. (no-tabs)
(#1670) Unexpected tab character. (no-tabs)
(#1671) Unexpected tab character. (no-tabs)
(#1672) Unexpected tab character. (no-tabs)
(#1673) Unexpected tab character. (no-tabs)
(#1675) Unexpected tab character. (no-tabs)
(#1676) Unexpected tab character. (no-tabs)
(#1677) Unexpected tab character. (no-tabs)
(#1678) Unexpected tab character. (no-tabs)
(#1679) Unexpected tab character. (no-tabs)
(#1680) Unexpected tab character. (no-tabs)
(#1681) Unexpected tab character. (no-tabs)
(#1683) Unexpected tab character. (no-tabs)
(#1683) There should be no spaces inside this paren. (space-in-parens)
(#1683) There should be no spaces inside this paren. (space-in-parens)
(#1684) Unexpected tab character. (no-tabs)
(#1686) Unexpected tab character. (no-tabs)
(#1686) Comments should not begin with a lowercase character (capitalized-comments)
(#1687) Unexpected tab character. (no-tabs)
(#1687) There should be no spaces inside this paren. (space-in-parens)
(#1687) There should be no spaces inside this paren. (space-in-parens)
(#1687) There should be no spaces inside this paren. (space-in-parens)
(#1687) There should be no spaces inside this paren. (space-in-parens)
(#1688) Unexpected tab character. (no-tabs)
(#1689) Unexpected tab character. (no-tabs)
(#1691) Unexpected tab character. (no-tabs)
(#1692) Unexpected tab character. (no-tabs)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1693) Unexpected tab character. (no-tabs)
(#1693) Comments should not begin with a lowercase character (capitalized-comments)
(#1694) Unexpected tab character. (no-tabs)
(#1695) Unexpected tab character. (no-tabs)
(#1697) Unexpected tab character. (no-tabs)
(#1697) Comments should not begin with a lowercase character (capitalized-comments)
(#1698) Unexpected tab character. (no-tabs)
(#1698) There should be no spaces inside this paren. (space-in-parens)
(#1698) There should be no spaces inside this paren. (space-in-parens)
(#1699) Unexpected tab character. (no-tabs)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1700) Unexpected tab character. (no-tabs)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1701) Unexpected tab character. (no-tabs)
(#1702) Unexpected tab character. (no-tabs)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1703) Unexpected tab character. (no-tabs)
(#1704) Unexpected tab character. (no-tabs)
(#1705) Unexpected tab character. (no-tabs)
(#1705) There should be no spaces inside this paren. (space-in-parens)
(#1705) There should be no spaces inside this paren. (space-in-parens)
(#1706) Unexpected tab character. (no-tabs)
(#1706) There should be no spaces inside this paren. (space-in-parens)
(#1706) There should be no spaces inside this paren. (space-in-parens)
(#1707) Unexpected tab character. (no-tabs)
(#1708) Unexpected tab character. (no-tabs)
(#1709) Unexpected tab character. (no-tabs)
(#1710) Unexpected tab character. (no-tabs)
(#1711) Unexpected tab character. (no-tabs)
(#1712) Unexpected tab character. (no-tabs)
(#1713) Unexpected tab character. (no-tabs)
(#1714) Unexpected tab character. (no-tabs)
(#1715) Unexpected tab character. (no-tabs)
(#1715) There should be no spaces inside this paren. (space-in-parens)
(#1715) There should be no spaces inside this paren. (space-in-parens)
(#1716) Unexpected tab character. (no-tabs)
(#1717) Unexpected tab character. (no-tabs)
(#1718) Unexpected tab character. (no-tabs)
(#1719) Unexpected tab character. (no-tabs)
(#1720) Unexpected tab character. (no-tabs)
(#1721) Unexpected tab character. (no-tabs)
(#1722) Unexpected tab character. (no-tabs)
(#1723) Unexpected tab character. (no-tabs)
(#1724) Unexpected tab character. (no-tabs)
(#1726) Unexpected tab character. (no-tabs)
(#1726) There should be no spaces inside this paren. (space-in-parens)
(#1726) There should be no spaces inside this paren. (space-in-parens)
(#1727) Unexpected tab character. (no-tabs)
(#1727) Expected space or tab after '/*' in comment. (spaced-comment)
(#1728) Unexpected tab character. (no-tabs)
(#1729) Unexpected tab character. (no-tabs)
(#1730) Unexpected tab character. (no-tabs)
(#1731) Unexpected tab character. (no-tabs)
(#1732) Unexpected tab character. (no-tabs)
(#1734) Unexpected tab character. (no-tabs)
(#1734) Comments should not begin with a lowercase character (capitalized-comments)
(#1735) Unexpected tab character. (no-tabs)
(#1736) Unexpected tab character. (no-tabs)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1737) Unexpected tab character. (no-tabs)
(#1738) Unexpected tab character. (no-tabs)
(#1739) Unexpected tab character. (no-tabs)
(#1739) There should be no spaces inside this paren. (space-in-parens)
(#1739) There should be no spaces inside this paren. (space-in-parens)
(#1739) There should be no spaces inside this paren. (space-in-parens)
(#1740) Unexpected tab character. (no-tabs)
(#1740) There should be no spaces inside this paren. (space-in-parens)
(#1740) There should be no spaces inside this paren. (space-in-parens)
(#1740) There should be no spaces inside this paren. (space-in-parens)
(#1740) There should be no spaces inside this paren. (space-in-parens)
(#1741) Unexpected tab character. (no-tabs)
(#1742) Unexpected tab character. (no-tabs)
(#1743) Unexpected tab character. (no-tabs)
(#1745) Unexpected tab character. (no-tabs)
(#1745) Comments should not begin with a lowercase character (capitalized-comments)
(#1746) Unexpected tab character. (no-tabs)
(#1746) There should be no spaces inside this paren. (space-in-parens)
(#1746) There should be no spaces inside this paren. (space-in-parens)
(#1748) Unexpected tab character. (no-tabs)
(#1748) Comments should not begin with a lowercase character (capitalized-comments)
(#1749) Unexpected tab character. (no-tabs)
(#1749) There should be no spaces inside this paren. (space-in-parens)
(#1749) There should be no spaces inside this paren. (space-in-parens)
(#1750) Unexpected tab character. (no-tabs)
(#1750) There should be no spaces inside this paren. (space-in-parens)
(#1750) There should be no spaces inside this paren. (space-in-parens)
(#1752) Unexpected tab character. (no-tabs)
(#1752) Comments should not begin with a lowercase character (capitalized-comments)
(#1753) Unexpected tab character. (no-tabs)
(#1753) There should be no spaces inside this paren. (space-in-parens)
(#1753) There should be no spaces inside this paren. (space-in-parens)
(#1754) Unexpected tab character. (no-tabs)
(#1755) Unexpected tab character. (no-tabs)
(#1755) There should be no spaces inside this paren. (space-in-parens)
(#1755) There should be no spaces inside this paren. (space-in-parens)
(#1756) Unexpected tab character. (no-tabs)
(#1757) Unexpected tab character. (no-tabs)
(#1758) Unexpected tab character. (no-tabs)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1758) There should be no spaces inside this paren. (space-in-parens)
(#1759) Unexpected tab character. (no-tabs)
(#1759) There should be no spaces inside this paren. (space-in-parens)
(#1759) There should be no spaces inside this paren. (space-in-parens)
(#1760) Unexpected tab character. (no-tabs)
(#1761) Unexpected tab character. (no-tabs)
(#1762) Unexpected tab character. (no-tabs)
(#1763) Unexpected tab character. (no-tabs)
(#1764) Unexpected tab character. (no-tabs)
(#1765) Unexpected tab character. (no-tabs)
(#1766) Unexpected tab character. (no-tabs)
(#1767) Unexpected tab character. (no-tabs)
(#1768) Unexpected tab character. (no-tabs)
(#1768) There should be no spaces inside this paren. (space-in-parens)
(#1768) There should be no spaces inside this paren. (space-in-parens)
(#1769) Unexpected tab character. (no-tabs)
(#1770) Unexpected tab character. (no-tabs)
(#1771) Unexpected tab character. (no-tabs)
(#1772) Unexpected tab character. (no-tabs)
(#1774) Unexpected tab character. (no-tabs)
(#1775) Unexpected tab character. (no-tabs)
(#1776) Unexpected tab character. (no-tabs)
(#1776) Comments should not begin with a lowercase character (capitalized-comments)
(#1778) Unexpected tab character. (no-tabs)
(#1778) There should be no spaces inside this paren. (space-in-parens)
(#1778) There should be no spaces inside this paren. (space-in-parens)
(#1779) Unexpected tab character. (no-tabs)
(#1779) There should be no spaces inside this paren. (space-in-parens)
(#1779) There should be no spaces inside this paren. (space-in-parens)
(#1779) Comments should not begin with a lowercase character (capitalized-comments)
(#1780) Unexpected tab character. (no-tabs)
(#1782) Unexpected tab character. (no-tabs)
(#1783) Unexpected tab character. (no-tabs)
(#1783) There should be no spaces inside this paren. (space-in-parens)
(#1783) There should be no spaces inside this paren. (space-in-parens)
(#1784) Unexpected tab character. (no-tabs)
(#1785) Unexpected tab character. (no-tabs)
(#1786) Unexpected tab character. (no-tabs)
(#1788) Unexpected tab character. (no-tabs)
(#1788) Comments should not begin with a lowercase character (capitalized-comments)
(#1789) Unexpected tab character. (no-tabs)
(#1789) There should be no spaces inside this paren. (space-in-parens)
(#1789) There should be no spaces inside this paren. (space-in-parens)
(#1790) Unexpected tab character. (no-tabs)
(#1790) There should be no spaces inside this paren. (space-in-parens)
(#1790) There should be no spaces inside this paren. (space-in-parens)
(#1791) Unexpected tab character. (no-tabs)
(#1791) Comments should not begin with a lowercase character (capitalized-comments)
(#1792) Unexpected tab character. (no-tabs)
(#1794) Unexpected tab character. (no-tabs)
(#1794) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1795) Unexpected tab character. (no-tabs)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1796) Unexpected tab character. (no-tabs)
(#1796) Comments should not begin with a lowercase character (capitalized-comments)
(#1797) Unexpected tab character. (no-tabs)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1798) Unexpected tab character. (no-tabs)
(#1799) Unexpected tab character. (no-tabs)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1800) Unexpected tab character. (no-tabs)
(#1800) Comments should not begin with a lowercase character (capitalized-comments)
(#1801) Unexpected tab character. (no-tabs)
(#1802) Unexpected tab character. (no-tabs)
(#1802) There should be no space after '['. (array-bracket-spacing)
(#1802) There should be no space before ']'. (array-bracket-spacing)
(#1803) Unexpected tab character. (no-tabs)
(#1805) Unexpected tab character. (no-tabs)
(#1805) Comments should not begin with a lowercase character (capitalized-comments)
(#1806) Unexpected tab character. (no-tabs)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1807) Unexpected tab character. (no-tabs)
(#1809) Unexpected tab character. (no-tabs)
(#1812) Comments should not begin with a lowercase character (capitalized-comments)
(#1823) Unexpected tab character. (no-tabs)
(#1823) Missing JSDoc comment. (require-jsdoc)
(#1823) There should be no spaces inside this paren. (space-in-parens)
(#1823) There should be no spaces inside this paren. (space-in-parens)
(#1824) Unexpected tab character. (no-tabs)
(#1824) There should be no spaces inside this paren. (space-in-parens)
(#1824) There should be no spaces inside this paren. (space-in-parens)
(#1825) Unexpected tab character. (no-tabs)
(#1826) Unexpected tab character. (no-tabs)
(#1826) Missing JSDoc comment. (require-jsdoc)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1827) Unexpected tab character. (no-tabs)
(#1828) Unexpected tab character. (no-tabs)
(#1829) Unexpected tab character. (no-tabs)
(#1829) Missing JSDoc comment. (require-jsdoc)
(#1829) There should be no spaces inside this paren. (space-in-parens)
(#1829) There should be no spaces inside this paren. (space-in-parens)
(#1830) Unexpected tab character. (no-tabs)
(#1831) Unexpected tab character. (no-tabs)
(#1832) Unexpected tab character. (no-tabs)
(#1833) Unexpected tab character. (no-tabs)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1834) Unexpected tab character. (no-tabs)
(#1834) There should be no spaces inside this paren. (space-in-parens)
(#1834) There should be no spaces inside this paren. (space-in-parens)
(#1835) Unexpected tab character. (no-tabs)
(#1836) Unexpected tab character. (no-tabs)
(#1836) There should be no spaces inside this paren. (space-in-parens)
(#1836) There should be no spaces inside this paren. (space-in-parens)
(#1837) Unexpected tab character. (no-tabs)
(#1838) Unexpected tab character. (no-tabs)
(#1839) Unexpected tab character. (no-tabs)
(#1839) There should be no space after '['. (array-bracket-spacing)
(#1839) There should be no space before ']'. (array-bracket-spacing)
(#1840) Unexpected tab character. (no-tabs)
(#1841) Unexpected tab character. (no-tabs)
(#1841) Missing JSDoc comment. (require-jsdoc)
(#1841) There should be no spaces inside this paren. (space-in-parens)
(#1841) There should be no spaces inside this paren. (space-in-parens)
(#1842) Unexpected tab character. (no-tabs)
(#1842) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1843) Unexpected tab character. (no-tabs)
(#1844) Unexpected tab character. (no-tabs)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1845) Unexpected tab character. (no-tabs)
(#1845) There should be no spaces inside this paren. (space-in-parens)
(#1845) There should be no space before ','. (comma-spacing)
(#1845) There should be no space before ','. (comma-spacing)
(#1846) Unexpected tab character. (no-tabs)
(#1847) Unexpected tab character. (no-tabs)
(#1848) Unexpected tab character. (no-tabs)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1849) Unexpected tab character. (no-tabs)
(#1851) Unexpected tab character. (no-tabs)
(#1852) Unexpected tab character. (no-tabs)
(#1853) Unexpected tab character. (no-tabs)
(#1853) Comments should not begin with a lowercase character (capitalized-comments)
(#1854) Unexpected tab character. (no-tabs)
(#1854) There should be no spaces inside this paren. (space-in-parens)
(#1854) There should be no spaces inside this paren. (space-in-parens)
(#1855) Unexpected tab character. (no-tabs)
(#1855) There should be no space after '['. (array-bracket-spacing)
(#1856) Unexpected tab character. (no-tabs)
(#1857) Unexpected tab character. (no-tabs)
(#1857) There should be no space after '['. (computed-property-spacing)
(#1857) There should be no space before ']'. (computed-property-spacing)
(#1859) Unexpected tab character. (no-tabs)
(#1860) Unexpected tab character. (no-tabs)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1862) Unexpected tab character. (no-tabs)
(#1862) There should be no spaces inside this paren. (space-in-parens)
(#1862) There should be no spaces inside this paren. (space-in-parens)
(#1863) Unexpected tab character. (no-tabs)
(#1864) Unexpected tab character. (no-tabs)
(#1865) Unexpected tab character. (no-tabs)
(#1865) There should be no spaces inside this paren. (space-in-parens)
(#1865) There should be no spaces inside this paren. (space-in-parens)
(#1865) Multiple spaces found before '{'. (no-multi-spaces)
(#1866) Unexpected tab character. (no-tabs)
(#1866) There should be no spaces inside this paren. (space-in-parens)
(#1866) There should be no spaces inside this paren. (space-in-parens)
(#1867) Unexpected tab character. (no-tabs)
(#1867) There should be no spaces inside this paren. (space-in-parens)
(#1867) There should be no spaces inside this paren. (space-in-parens)
(#1868) Unexpected tab character. (no-tabs)
(#1869) Unexpected tab character. (no-tabs)
(#1870) Unexpected tab character. (no-tabs)
(#1871) Unexpected tab character. (no-tabs)
(#1871) There should be no spaces inside this paren. (space-in-parens)
(#1871) There should be no spaces inside this paren. (space-in-parens)
(#1872) Unexpected tab character. (no-tabs)
(#1873) Unexpected tab character. (no-tabs)
(#1873) There should be no spaces inside this paren. (space-in-parens)
(#1873) There should be no spaces inside this paren. (space-in-parens)
(#1874) Unexpected tab character. (no-tabs)
(#1875) Unexpected tab character. (no-tabs)
(#1875) There should be no spaces inside this paren. (space-in-parens)
(#1875) There should be no spaces inside this paren. (space-in-parens)
(#1876) Unexpected tab character. (no-tabs)
(#1877) Unexpected tab character. (no-tabs)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1878) Unexpected tab character. (no-tabs)
(#1879) Unexpected tab character. (no-tabs)
(#1879) There should be no spaces inside this paren. (space-in-parens)
(#1879) There should be no spaces inside this paren. (space-in-parens)
(#1879) There should be no spaces inside this paren. (space-in-parens)
(#1880) Unexpected tab character. (no-tabs)
(#1881) Unexpected tab character. (no-tabs)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1882) Unexpected tab character. (no-tabs)
(#1883) Unexpected tab character. (no-tabs)
(#1883) There should be no spaces inside this paren. (space-in-parens)
(#1883) There should be no spaces inside this paren. (space-in-parens)
(#1883) There should be no spaces inside this paren. (space-in-parens)
(#1884) Unexpected tab character. (no-tabs)
(#1885) Line 1885 exceeds the maximum line length of 132. (max-len)
(#1885) Unexpected tab character. (no-tabs)
(#1885) There should be no spaces inside this paren. (space-in-parens)
(#1885) There should be no spaces inside this paren. (space-in-parens)
(#1886) Unexpected tab character. (no-tabs)
(#1887) Unexpected tab character. (no-tabs)
(#1887) There should be no spaces inside this paren. (space-in-parens)
(#1887) There should be no spaces inside this paren. (space-in-parens)
(#1888) Unexpected tab character. (no-tabs)
(#1889) Unexpected tab character. (no-tabs)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1890) Unexpected tab character. (no-tabs)
(#1891) Unexpected tab character. (no-tabs)
(#1892) Unexpected tab character. (no-tabs)
(#1892) Comments should not begin with a lowercase character (capitalized-comments)
(#1893) Unexpected tab character. (no-tabs)
(#1893) There should be no spaces inside this paren. (space-in-parens)
(#1893) There should be no spaces inside this paren. (space-in-parens)
(#1894) Unexpected tab character. (no-tabs)
(#1895) Line 1895 exceeds the maximum line length of 132. (max-len)
(#1895) Unexpected tab character. (no-tabs)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1896) Unexpected tab character. (no-tabs)
(#1897) Unexpected tab character. (no-tabs)
(#1898) Unexpected tab character. (no-tabs)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1899) Unexpected tab character. (no-tabs)
(#1900) Unexpected tab character. (no-tabs)
(#1901) Unexpected tab character. (no-tabs)
(#1902) Unexpected tab character. (no-tabs)
(#1903) Unexpected tab character. (no-tabs)
(#1904) Unexpected tab character. (no-tabs)
(#1905) Unexpected tab character. (no-tabs)
(#1906) Unexpected tab character. (no-tabs)
(#1906) Do not nest ternary expressions. (no-nested-ternary)
(#1907) Unexpected tab character. (no-tabs)
(#1908) Unexpected tab character. (no-tabs)
(#1908) Comments should not begin with a lowercase character (capitalized-comments)
(#1909) Unexpected tab character. (no-tabs)
(#1909) There should be no spaces inside this paren. (space-in-parens)
(#1909) There should be no spaces inside this paren. (space-in-parens)
(#1910) Unexpected tab character. (no-tabs)
(#1910) There should be no spaces inside this paren. (space-in-parens)
(#1910) There should be no spaces inside this paren. (space-in-parens)
(#1911) Unexpected tab character. (no-tabs)
(#1912) Unexpected tab character. (no-tabs)
(#1913) Unexpected tab character. (no-tabs)
(#1914) Unexpected tab character. (no-tabs)
(#1914) There should be no spaces inside this paren. (space-in-parens)
(#1914) There should be no spaces inside this paren. (space-in-parens)
(#1915) Unexpected tab character. (no-tabs)
(#1915) There should be no spaces inside this paren. (space-in-parens)
(#1915) There should be no spaces inside this paren. (space-in-parens)
(#1915) There should be no spaces inside this paren. (space-in-parens)
(#1915) There should be no spaces inside this paren. (space-in-parens)
(#1916) Unexpected tab character. (no-tabs)
(#1917) Unexpected tab character. (no-tabs)
(#1917) There should be no spaces inside this paren. (space-in-parens)
(#1917) There should be no spaces inside this paren. (space-in-parens)
(#1917) There should be no spaces inside this paren. (space-in-parens)
(#1917) There should be no spaces inside this paren. (space-in-parens)
(#1918) Unexpected tab character. (no-tabs)
(#1919) Unexpected tab character. (no-tabs)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1920) Unexpected tab character. (no-tabs)
(#1921) Unexpected tab character. (no-tabs)
(#1922) Unexpected tab character. (no-tabs)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1923) Unexpected tab character. (no-tabs)
(#1924) Unexpected tab character. (no-tabs)
(#1925) Unexpected tab character. (no-tabs)
(#1925) There should be no spaces inside this paren. (space-in-parens)
(#1925) There should be no spaces inside this paren. (space-in-parens)
(#1926) Unexpected tab character. (no-tabs)
(#1927) Unexpected tab character. (no-tabs)
(#1928) Unexpected tab character. (no-tabs)
(#1929) Unexpected tab character. (no-tabs)
(#1930) Unexpected tab character. (no-tabs)
(#1931) Unexpected tab character. (no-tabs)
(#1932) Unexpected tab character. (no-tabs)
(#1933) Unexpected tab character. (no-tabs)
(#1934) Unexpected tab character. (no-tabs)
(#1935) Unexpected tab character. (no-tabs)
(#1936) Unexpected tab character. (no-tabs)
(#1937) Unexpected tab character. (no-tabs)
(#1938) Unexpected tab character. (no-tabs)
(#1939) Unexpected tab character. (no-tabs)
(#1940) Unexpected tab character. (no-tabs)
(#1941) Unexpected tab character. (no-tabs)
(#1942) Unexpected tab character. (no-tabs)
(#1943) Unexpected tab character. (no-tabs)
(#1944) Unexpected tab character. (no-tabs)
(#1944) There should be no spaces inside this paren. (space-in-parens)
(#1944) There should be no spaces inside this paren. (space-in-parens)
(#1945) Unexpected tab character. (no-tabs)
(#1946) Unexpected tab character. (no-tabs)
(#1946) Comments should not begin with a lowercase character (capitalized-comments)
(#1947) Unexpected tab character. (no-tabs)
(#1949) Unexpected tab character. (no-tabs)
(#1949) There should be no spaces inside this paren. (space-in-parens)
(#1949) There should be no spaces inside this paren. (space-in-parens)
(#1950) Unexpected tab character. (no-tabs)
(#1951) Unexpected tab character. (no-tabs)
(#1952) Unexpected tab character. (no-tabs)
(#1954) Unexpected tab character. (no-tabs)
(#1954) There should be no space after '['. (array-bracket-spacing)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no space before ']'. (array-bracket-spacing)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1955) Unexpected tab character. (no-tabs)
(#1955) There should be no spaces inside this paren. (space-in-parens)
(#1955) A space is required after ','. (comma-spacing)
(#1955) There should be no spaces inside this paren. (space-in-parens)
(#1955) There should be no spaces inside this paren. (space-in-parens)
(#1956) Unexpected tab character. (no-tabs)
(#1957) Unexpected tab character. (no-tabs)
(#1958) Unexpected tab character. (no-tabs)
(#1959) Unexpected tab character. (no-tabs)
(#1960) Unexpected tab character. (no-tabs)
(#1960) There should be no spaces inside this paren. (space-in-parens)
(#1960) There should be no spaces inside this paren. (space-in-parens)
(#1961) Unexpected tab character. (no-tabs)
(#1961) Expected space or tab after '/*' in comment. (spaced-comment)
(#1962) Unexpected tab character. (no-tabs)
(#1962) There should be no space after '['. (array-bracket-spacing)
(#1962) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1963) Unexpected tab character. (no-tabs)
(#1964) Unexpected tab character. (no-tabs)
(#1965) Unexpected tab character. (no-tabs)
(#1965) There should be no spaces inside this paren. (space-in-parens)
(#1965) There should be no spaces inside this paren. (space-in-parens)
(#1966) Unexpected tab character. (no-tabs)
(#1966) There should be no spaces inside this paren. (space-in-parens)
(#1966) There should be no spaces inside this paren. (space-in-parens)
(#1967) Unexpected tab character. (no-tabs)
(#1968) Unexpected tab character. (no-tabs)
(#1969) Unexpected tab character. (no-tabs)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1970) Unexpected tab character. (no-tabs)
(#1970) There should be no space after '['. (computed-property-spacing)
(#1970) There should be no space before ']'. (computed-property-spacing)
(#1971) Unexpected tab character. (no-tabs)
(#1971) There should be no space after '['. (computed-property-spacing)
(#1971) There should be no space before ']'. (computed-property-spacing)
(#1972) Unexpected tab character. (no-tabs)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1973) Unexpected tab character. (no-tabs)
(#1974) Unexpected tab character. (no-tabs)
(#1975) Unexpected tab character. (no-tabs)
(#1975) There should be no spaces inside this paren. (space-in-parens)
(#1975) There should be no spaces inside this paren. (space-in-parens)
(#1976) Unexpected tab character. (no-tabs)
(#1977) Unexpected tab character. (no-tabs)
(#1977) There should be no spaces inside this paren. (space-in-parens)
(#1977) There should be no spaces inside this paren. (space-in-parens)
(#1978) Unexpected tab character. (no-tabs)
(#1979) Unexpected tab character. (no-tabs)
(#1980) Unexpected tab character. (no-tabs)
(#1981) Unexpected tab character. (no-tabs)
(#1982) Unexpected tab character. (no-tabs)
(#1983) Unexpected tab character. (no-tabs)
(#1985) Unexpected tab character. (no-tabs)
(#1985) There should be no spaces inside this paren. (space-in-parens)
(#1985) There should be no spaces inside this paren. (space-in-parens)
(#1986) Unexpected tab character. (no-tabs)
(#1986) There should be no spaces inside this paren. (space-in-parens)
(#1986) There should be no spaces inside this paren. (space-in-parens)
(#1987) Unexpected tab character. (no-tabs)
(#1988) Unexpected tab character. (no-tabs)
(#1989) Unexpected tab character. (no-tabs)
(#1990) Unexpected tab character. (no-tabs)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1991) Unexpected tab character. (no-tabs)
(#1991) There should be no spaces inside this paren. (space-in-parens)
(#1991) There should be no spaces inside this paren. (space-in-parens)
(#1992) Unexpected tab character. (no-tabs)
(#1993) Unexpected tab character. (no-tabs)
(#1994) Unexpected tab character. (no-tabs)
(#1995) Unexpected tab character. (no-tabs)
(#1997) Unexpected tab character. (no-tabs)
(#1998) Unexpected tab character. (no-tabs)
(#1998) There should be no spaces inside this paren. (space-in-parens)
(#1998) There should be no spaces inside this paren. (space-in-parens)
(#1999) Unexpected tab character. (no-tabs)
(#2000) Unexpected tab character. (no-tabs)
(#2002) Unexpected tab character. (no-tabs)
(#2003) Unexpected tab character. (no-tabs)
(#2004) Unexpected tab character. (no-tabs)
(#2004) Comments should not begin with a lowercase character (capitalized-comments)
(#2005) Unexpected tab character. (no-tabs)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2006) Unexpected tab character. (no-tabs)
(#2007) Unexpected tab character. (no-tabs)
(#2009) Unexpected tab character. (no-tabs)
(#2009) There should be no spaces inside this paren. (space-in-parens)
(#2009) There should be no spaces inside this paren. (space-in-parens)
(#2010) Unexpected tab character. (no-tabs)
(#2011) Unexpected tab character. (no-tabs)
(#2013) Unexpected tab character. (no-tabs)
(#2014) Unexpected tab character. (no-tabs)
(#2014) There should be no spaces inside this paren. (space-in-parens)
(#2014) There should be no spaces inside this paren. (space-in-parens)
(#2015) Unexpected tab character. (no-tabs)
(#2016) Unexpected tab character. (no-tabs)
(#2016) Infix operators must be spaced. (space-infix-ops)
(#2017) Unexpected tab character. (no-tabs)
(#2018) Unexpected tab character. (no-tabs)
(#2018) There should be no spaces inside this paren. (space-in-parens)
(#2018) There should be no spaces inside this paren. (space-in-parens)
(#2019) Unexpected tab character. (no-tabs)
(#2020) Unexpected tab character. (no-tabs)
(#2020) Comments should not begin with a lowercase character (capitalized-comments)
(#2021) Unexpected tab character. (no-tabs)
(#2022) Unexpected tab character. (no-tabs)
(#2022) Comments should not begin with a lowercase character (capitalized-comments)
(#2023) Unexpected tab character. (no-tabs)
(#2024) Unexpected tab character. (no-tabs)
(#2024) Comments should not begin with a lowercase character (capitalized-comments)
(#2025) Unexpected tab character. (no-tabs)
(#2026) Unexpected tab character. (no-tabs)
(#2027) Unexpected tab character. (no-tabs)
(#2028) Unexpected tab character. (no-tabs)
(#2029) Unexpected tab character. (no-tabs)
(#2030) Unexpected tab character. (no-tabs)
(#2031) Unexpected tab character. (no-tabs)
(#2032) Unexpected tab character. (no-tabs)
(#2032) Comments should not begin with a lowercase character (capitalized-comments)
(#2033) Unexpected tab character. (no-tabs)
(#2034) Unexpected tab character. (no-tabs)
(#2034) Comments should not begin with a lowercase character (capitalized-comments)
(#2035) Unexpected tab character. (no-tabs)
(#2036) Unexpected tab character. (no-tabs)
(#2036) Comments should not begin with a lowercase character (capitalized-comments)
(#2037) Unexpected tab character. (no-tabs)
(#2038) Unexpected tab character. (no-tabs)
(#2040) Unexpected tab character. (no-tabs)
(#2043) Comments should not begin with a lowercase character (capitalized-comments)
(#2044) Missing JSDoc comment. (require-jsdoc)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2045) Unexpected tab character. (no-tabs)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2046) Unexpected tab character. (no-tabs)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2047) Unexpected tab character. (no-tabs)
(#2049) Unexpected tab character. (no-tabs)
(#2049) There should be no spaces inside this paren. (space-in-parens)
(#2049) There should be no spaces inside this paren. (space-in-parens)
(#2050) Unexpected tab character. (no-tabs)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2050) There should be no space after '['. (computed-property-spacing)
(#2050) There should be no space before ']'. (computed-property-spacing)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2051) Unexpected tab character. (no-tabs)
(#2052) Unexpected tab character. (no-tabs)
(#2053) Unexpected tab character. (no-tabs)
(#2055) Unexpected tab character. (no-tabs)
(#2070) Line 2070 exceeds the maximum line length of 132. (max-len)
(#2073) Unexpected tab character. (no-tabs)
(#2073) Expected space or tab after '/*' in comment. (spaced-comment)
(#2074) Unexpected tab character. (no-tabs)
(#2074) Missing JSDoc comment. (require-jsdoc)
(#2074) There should be no spaces inside this paren. (space-in-parens)
(#2074) There should be no spaces inside this paren. (space-in-parens)
(#2075) Unexpected tab character. (no-tabs)
(#2076) Unexpected tab character. (no-tabs)
(#2077) Unexpected tab character. (no-tabs)
(#2079) Unexpected tab character. (no-tabs)
(#2079) There should be no spaces inside this paren. (space-in-parens)
(#2079) There should be no spaces inside this paren. (space-in-parens)
(#2080) Unexpected tab character. (no-tabs)
(#2080) There should be no spaces inside this paren. (space-in-parens)
(#2080) There should be no spaces inside this paren. (space-in-parens)
(#2080) There should be no spaces inside this paren. (space-in-parens)
(#2080) There should be no spaces inside this paren. (space-in-parens)
(#2081) Unexpected tab character. (no-tabs)
(#2081) There should be no space after '['. (computed-property-spacing)
(#2081) There should be no space before ']'. (computed-property-spacing)
(#2082) Unexpected tab character. (no-tabs)
(#2083) Unexpected tab character. (no-tabs)
(#2084) Unexpected tab character. (no-tabs)
(#2085) Unexpected tab character. (no-tabs)
(#2086) Unexpected tab character. (no-tabs)
(#2086) There should be no space after '['. (computed-property-spacing)
(#2086) There should be no space before ']'. (computed-property-spacing)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2087) Unexpected tab character. (no-tabs)
(#2089) Unexpected tab character. (no-tabs)
(#2089) There should be no spaces inside this paren. (space-in-parens)
(#2089) There should be no spaces inside this paren. (space-in-parens)
(#2090) Unexpected tab character. (no-tabs)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2091) Unexpected tab character. (no-tabs)
(#2091) There should be no space after '['. (computed-property-spacing)
(#2091) There should be no space before ']'. (computed-property-spacing)
(#2092) Unexpected tab character. (no-tabs)
(#2093) Unexpected tab character. (no-tabs)
(#2094) Unexpected tab character. (no-tabs)
(#2095) Unexpected tab character. (no-tabs)
(#2096) Unexpected tab character. (no-tabs)
(#2096) There should be no space after '['. (computed-property-spacing)
(#2096) There should be no space before ']'. (computed-property-spacing)
(#2096) There should be no spaces inside this paren. (space-in-parens)
(#2096) There should be no spaces inside this paren. (space-in-parens)
(#2097) Unexpected tab character. (no-tabs)
(#2099) Unexpected tab character. (no-tabs)
(#2099) There should be no spaces inside this paren. (space-in-parens)
(#2099) There should be no spaces inside this paren. (space-in-parens)
(#2100) Unexpected tab character. (no-tabs)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2101) Unexpected tab character. (no-tabs)
(#2101) There should be no spaces inside this paren. (space-in-parens)
(#2101) There should be no spaces inside this paren. (space-in-parens)
(#2101) There should be no spaces inside this paren. (space-in-parens)
(#2101) There should be no spaces inside this paren. (space-in-parens)
(#2102) Unexpected tab character. (no-tabs)
(#2102) There should be no space after '['. (computed-property-spacing)
(#2102) There should be no space before ']'. (computed-property-spacing)
(#2103) Unexpected tab character. (no-tabs)
(#2103) There should be no space after '['. (computed-property-spacing)
(#2103) There should be no space before ']'. (computed-property-spacing)
(#2104) Unexpected tab character. (no-tabs)
(#2105) Unexpected tab character. (no-tabs)
(#2106) Unexpected tab character. (no-tabs)
(#2106) There should be no space after '['. (computed-property-spacing)
(#2106) There should be no space before ']'. (computed-property-spacing)
(#2107) Unexpected tab character. (no-tabs)
(#2107) There should be no space after '['. (computed-property-spacing)
(#2107) There should be no space before ']'. (computed-property-spacing)
(#2108) Unexpected tab character. (no-tabs)
(#2109) Unexpected tab character. (no-tabs)
(#2110) Unexpected tab character. (no-tabs)
(#2111) Unexpected tab character. (no-tabs)
(#2112) Unexpected tab character. (no-tabs)
(#2114) Unexpected tab character. (no-tabs)
(#2114) There should be no spaces inside this paren. (space-in-parens)
(#2114) There should be no spaces inside this paren. (space-in-parens)
(#2115) Unexpected tab character. (no-tabs)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2115) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2115) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2115) There should be no space after '['. (computed-property-spacing)
(#2115) There should be no space before ']'. (computed-property-spacing)
(#2115) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2115) There should be no space after '['. (computed-property-spacing)
(#2115) There should be no space before ']'. (computed-property-spacing)
(#2116) Unexpected tab character. (no-tabs)
(#2116) There should be no space after '['. (computed-property-spacing)
(#2116) There should be no space before ']'. (computed-property-spacing)
(#2116) There should be no space after '['. (computed-property-spacing)
(#2116) There should be no space before ']'. (computed-property-spacing)
(#2116) There should be no spaces inside this paren. (space-in-parens)
(#2118) Unexpected tab character. (no-tabs)
(#2118) There should be no space after '['. (computed-property-spacing)
(#2118) There should be no space before ']'. (computed-property-spacing)
(#2119) Unexpected tab character. (no-tabs)
(#2119) There should be no space after '['. (computed-property-spacing)
(#2119) There should be no space before ']'. (computed-property-spacing)
(#2120) Unexpected tab character. (no-tabs)
(#2121) Unexpected tab character. (no-tabs)
(#2122) Unexpected tab character. (no-tabs)
(#2122) There should be no space after '['. (computed-property-spacing)
(#2122) There should be no space before ']'. (computed-property-spacing)
(#2123) Unexpected tab character. (no-tabs)
(#2123) There should be no space after '['. (computed-property-spacing)
(#2123) There should be no space before ']'. (computed-property-spacing)
(#2124) Unexpected tab character. (no-tabs)
(#2125) Unexpected tab character. (no-tabs)
(#2126) Unexpected tab character. (no-tabs)
(#2127) Unexpected tab character. (no-tabs)
(#2129) Unexpected tab character. (no-tabs)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2129) There should be no spaces inside this paren. (space-in-parens)
(#2130) Unexpected tab character. (no-tabs)
(#2130) There should be no spaces inside this paren. (space-in-parens)
(#2130) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2130) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2130) There should be no space after '['. (computed-property-spacing)
(#2130) There should be no space before ']'. (computed-property-spacing)
(#2130) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2130) There should be no space after '['. (computed-property-spacing)
(#2130) There should be no space before ']'. (computed-property-spacing)
(#2131) Unexpected tab character. (no-tabs)
(#2131) There should be no space after '['. (computed-property-spacing)
(#2131) There should be no space before ']'. (computed-property-spacing)
(#2131) There should be no space after '['. (computed-property-spacing)
(#2131) There should be no space before ']'. (computed-property-spacing)
(#2133) Unexpected tab character. (no-tabs)
(#2133) There should be no space after '['. (computed-property-spacing)
(#2133) There should be no space before ']'. (computed-property-spacing)
(#2134) Unexpected tab character. (no-tabs)
(#2134) There should be no space after '['. (computed-property-spacing)
(#2134) There should be no space before ']'. (computed-property-spacing)
(#2135) Unexpected tab character. (no-tabs)
(#2136) Unexpected tab character. (no-tabs)
(#2137) Unexpected tab character. (no-tabs)
(#2137) There should be no space after '['. (computed-property-spacing)
(#2137) There should be no space before ']'. (computed-property-spacing)
(#2138) Unexpected tab character. (no-tabs)
(#2138) There should be no space after '['. (computed-property-spacing)
(#2138) There should be no space before ']'. (computed-property-spacing)
(#2139) Unexpected tab character. (no-tabs)
(#2140) Unexpected tab character. (no-tabs)
(#2141) Unexpected tab character. (no-tabs)
(#2142) Unexpected tab character. (no-tabs)
(#2144) Unexpected tab character. (no-tabs)
(#2145) Unexpected tab character. (no-tabs)
(#2146) Unexpected tab character. (no-tabs)
(#2147) Unexpected tab character. (no-tabs)
(#2148) Unexpected tab character. (no-tabs)
(#2150) Unexpected tab character. (no-tabs)
(#2150) There should be no spaces inside this paren. (space-in-parens)
(#2150) There should be no spaces inside this paren. (space-in-parens)
(#2151) Unexpected tab character. (no-tabs)
(#2151) There should be no spaces inside this paren. (space-in-parens)
(#2151) There should be no spaces inside this paren. (space-in-parens)
(#2152) Unexpected tab character. (no-tabs)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2154) Unexpected tab character. (no-tabs)
(#2155) Unexpected tab character. (no-tabs)
(#2156) Unexpected tab character. (no-tabs)
(#2156) There should be no spaces inside this paren. (space-in-parens)
(#2156) There should be no spaces inside this paren. (space-in-parens)
(#2157) Unexpected tab character. (no-tabs)
(#2158) Unexpected tab character. (no-tabs)
(#2160) Unexpected tab character. (no-tabs)
(#2160) There should be no spaces inside this paren. (space-in-parens)
(#2160) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2160) There should be no spaces inside this paren. (space-in-parens)
(#2161) Unexpected tab character. (no-tabs)
(#2161) There should be no space after '['. (array-bracket-spacing)
(#2161) There should be no space before ']'. (array-bracket-spacing)
(#2162) Unexpected tab character. (no-tabs)
(#2162) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2163) Unexpected tab character. (no-tabs)
(#2164) Unexpected tab character. (no-tabs)
(#2164) There should be no spaces inside this paren. (space-in-parens)
(#2164) There should be no spaces inside this paren. (space-in-parens)
(#2165) Unexpected tab character. (no-tabs)
(#2167) Unexpected tab character. (no-tabs)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2167) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2168) Unexpected tab character. (no-tabs)
(#2168) There should be no space after '['. (array-bracket-spacing)
(#2168) There should be no space before ']'. (array-bracket-spacing)
(#2169) Unexpected tab character. (no-tabs)
(#2169) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2170) Unexpected tab character. (no-tabs)
(#2171) Unexpected tab character. (no-tabs)
(#2171) There should be no spaces inside this paren. (space-in-parens)
(#2171) There should be no spaces inside this paren. (space-in-parens)
(#2172) Unexpected tab character. (no-tabs)
(#2174) Unexpected tab character. (no-tabs)
(#2174) There should be no spaces inside this paren. (space-in-parens)
(#2174) There should be no spaces inside this paren. (space-in-parens)
(#2175) Unexpected tab character. (no-tabs)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2176) Unexpected tab character. (no-tabs)
(#2177) Unexpected tab character. (no-tabs)
(#2178) Unexpected tab character. (no-tabs)
(#2178) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2179) Unexpected tab character. (no-tabs)
(#2180) Unexpected tab character. (no-tabs)
(#2180) There should be no spaces inside this paren. (space-in-parens)
(#2180) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2180) There should be no spaces inside this paren. (space-in-parens)
(#2181) Unexpected tab character. (no-tabs)
(#2181) There should be no spaces inside this paren. (space-in-parens)
(#2181) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2181) There should be no spaces inside this paren. (space-in-parens)
(#2182) Unexpected tab character. (no-tabs)
(#2183) Unexpected tab character. (no-tabs)
(#2184) Unexpected tab character. (no-tabs)
(#2186) Unexpected tab character. (no-tabs)
(#2186) There should be no spaces inside this paren. (space-in-parens)
(#2186) There should be no spaces inside this paren. (space-in-parens)
(#2187) Unexpected tab character. (no-tabs)
(#2187) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2188) Unexpected tab character. (no-tabs)
(#2189) Unexpected tab character. (no-tabs)
(#2189) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2190) Unexpected tab character. (no-tabs)
(#2191) Unexpected tab character. (no-tabs)
(#2192) Unexpected tab character. (no-tabs)
(#2194) Unexpected tab character. (no-tabs)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2195) Unexpected tab character. (no-tabs)
(#2196) Unexpected tab character. (no-tabs)
(#2197) Unexpected tab character. (no-tabs)
(#2198) Unexpected tab character. (no-tabs)
(#2199) Unexpected tab character. (no-tabs)
(#2200) Unexpected tab character. (no-tabs)
(#2202) Unexpected tab character. (no-tabs)
(#2203) Unexpected tab character. (no-tabs)
(#2206) Comments should not begin with a lowercase character (capitalized-comments)
(#2207) There should be no spaces inside this paren. (space-in-parens)
(#2207) There should be no spaces inside this paren. (space-in-parens)
(#2208) Unexpected tab character. (no-tabs)
(#2208) There should be no spaces inside this paren. (space-in-parens)
(#2208) 'exports' is not defined. (no-undef)
(#2208) There should be no spaces inside this paren. (space-in-parens)
(#2211) Comments should not begin with a lowercase character (capitalized-comments)
(#2212) There should be no spaces inside this paren. (space-in-parens)
(#2212) Statement inside of curly braces should be on next line. (brace-style)
(#2212) Requires a space after '{'. (block-spacing)
(#2212) Requires a space before '}'. (block-spacing)
(#2212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2212) There should be no spaces inside this paren. (space-in-parens)
mod/revealjs/test/test-markdown-element-attributes.js
(#3) 'Reveal' is not defined. (no-undef)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#5) 'QUnit' is not defined. (no-undef)
(#5) Unexpected tab character. (no-tabs)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#7) Unexpected tab character. (no-tabs)
(#7) 'test' is not defined. (no-undef)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected tab character. (no-tabs)
(#8) 'strictEqual' is not defined. (no-undef)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#12) 'test' is not defined. (no-undef)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Unexpected tab character. (no-tabs)
(#13) 'strictEqual' is not defined. (no-undef)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Unexpected tab character. (no-tabs)
(#14) 'strictEqual' is not defined. (no-undef)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#15) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) 'test' is not defined. (no-undef)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Unexpected tab character. (no-tabs)
(#18) 'strictEqual' is not defined. (no-undef)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#19) Unexpected tab character. (no-tabs)
(#21) 'test' is not defined. (no-undef)
(#21) Unexpected tab character. (no-tabs)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Unexpected tab character. (no-tabs)
(#22) 'strictEqual' is not defined. (no-undef)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#23) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) 'test' is not defined. (no-undef)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Unexpected tab character. (no-tabs)
(#26) 'strictEqual' is not defined. (no-undef)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) 'test' is not defined. (no-undef)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Unexpected tab character. (no-tabs)
(#29) 'strictEqual' is not defined. (no-undef)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) 'test' is not defined. (no-undef)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Unexpected tab character. (no-tabs)
(#32) 'strictEqual' is not defined. (no-undef)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#33) Unexpected tab character. (no-tabs)
(#35) 'test' is not defined. (no-undef)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#36) 'strictEqual' is not defined. (no-undef)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#37) Unexpected tab character. (no-tabs)
(#39) 'test' is not defined. (no-undef)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#40) 'strictEqual' is not defined. (no-undef)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#41) Unexpected tab character. (no-tabs)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#45) 'Reveal' is not defined. (no-undef)
mod/revealjs/test/test-markdown-slide-attributes.js
(#3) 'Reveal' is not defined. (no-undef)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#5) Unexpected tab character. (no-tabs)
(#5) 'QUnit' is not defined. (no-undef)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#7) Unexpected tab character. (no-tabs)
(#7) 'test' is not defined. (no-undef)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected tab character. (no-tabs)
(#8) 'strictEqual' is not defined. (no-undef)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected tab character. (no-tabs)
(#11) 'test' is not defined. (no-undef)
(#11) Unexpected tab character. (no-tabs)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) Unexpected tab character. (no-tabs)
(#12) 'strictEqual' is not defined. (no-undef)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Unexpected tab character. (no-tabs)
(#13) 'strictEqual' is not defined. (no-undef)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#14) Unexpected tab character. (no-tabs)
(#16) 'test' is not defined. (no-undef)
(#16) Unexpected tab character. (no-tabs)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Unexpected tab character. (no-tabs)
(#17) 'strictEqual' is not defined. (no-undef)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Unexpected tab character. (no-tabs)
(#18) 'strictEqual' is not defined. (no-undef)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Unexpected tab character. (no-tabs)
(#19) 'strictEqual' is not defined. (no-undef)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#20) Unexpected tab character. (no-tabs)
(#22) 'test' is not defined. (no-undef)
(#22) Unexpected tab character. (no-tabs)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Unexpected tab character. (no-tabs)
(#23) 'strictEqual' is not defined. (no-undef)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Unexpected tab character. (no-tabs)
(#24) 'strictEqual' is not defined. (no-undef)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Unexpected tab character. (no-tabs)
(#25) 'strictEqual' is not defined. (no-undef)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#26) Unexpected tab character. (no-tabs)
(#28) 'test' is not defined. (no-undef)
(#28) Unexpected tab character. (no-tabs)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Unexpected tab character. (no-tabs)
(#29) 'strictEqual' is not defined. (no-undef)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Unexpected tab character. (no-tabs)
(#30) 'strictEqual' is not defined. (no-undef)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Unexpected tab character. (no-tabs)
(#31) 'strictEqual' is not defined. (no-undef)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) 'test' is not defined. (no-undef)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#35) 'strictEqual' is not defined. (no-undef)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#36) 'strictEqual' is not defined. (no-undef)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#37) 'strictEqual' is not defined. (no-undef)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#38) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) 'test' is not defined. (no-undef)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#41) 'strictEqual' is not defined. (no-undef)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#42) Unexpected tab character. (no-tabs)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#46) 'Reveal' is not defined. (no-undef)
mod/revealjs/test/test-markdown.js
(#3) 'Reveal' is not defined. (no-undef)
(#3) There should be no spaces inside this paren. (space-in-parens)
(#5) 'QUnit' is not defined. (no-undef)
(#5) Unexpected tab character. (no-tabs)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#7) Unexpected tab character. (no-tabs)
(#7) 'test' is not defined. (no-undef)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected tab character. (no-tabs)
(#8) 'strictEqual' is not defined. (no-undef)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected tab character. (no-tabs)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#14) 'Reveal' is not defined. (no-undef)
mod/revealjs/test/test-pdf.js
(#2) 'Reveal' is not defined. (no-undef)
(#2) There should be no spaces inside this paren. (space-in-parens)
(#4) Unexpected tab character. (no-tabs)
(#5) Unexpected tab character. (no-tabs)
(#7) Unexpected tab character. (no-tabs)
(#7) 'test' is not defined. (no-undef)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected tab character. (no-tabs)
(#8) 'strictEqual' is not defined. (no-undef)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) 'Reveal' is not defined. (no-undef)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#9) Unexpected tab character. (no-tabs)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#14) 'Reveal' is not defined. (no-undef)
(#14) There should be no space after '{'. (object-curly-spacing)
(#14) There should be no space before '}'. (object-curly-spacing)
mod/revealjs/test/test.js
(#12) 'Reveal' is not defined. (no-undef)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#17) 'QUnit' is not defined. (no-undef)
(#17) Unexpected tab character. (no-tabs)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#19) Unexpected tab character. (no-tabs)
(#19) 'test' is not defined. (no-undef)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#20) Unexpected tab character. (no-tabs)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) Missing semicolon. (semi)
(#22) Unexpected tab character. (no-tabs)
(#22) 'strictEqual' is not defined. (no-undef)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#23) Unexpected tab character. (no-tabs)
(#23) 'strictEqual' is not defined. (no-undef)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Unexpected tab character. (no-tabs)
(#24) 'strictEqual' is not defined. (no-undef)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#26) Unexpected tab character. (no-tabs)
(#26) 'strictEqual' is not defined. (no-undef)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Unexpected tab character. (no-tabs)
(#28) 'ok' is not defined. (no-undef)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#34) 'QUnit' is not defined. (no-undef)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#36) 'test' is not defined. (no-undef)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#37) Unexpected tab character. (no-tabs)
(#37) 'strictEqual' is not defined. (no-undef)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) 'Reveal' is not defined. (no-undef)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#38) Unexpected tab character. (no-tabs)
(#40) 'test' is not defined. (no-undef)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#41) Unexpected tab character. (no-tabs)
(#41) 'strictEqual' is not defined. (no-undef)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) 'Reveal' is not defined. (no-undef)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected tab character. (no-tabs)
(#43) 'Reveal' is not defined. (no-undef)
(#44) Unexpected tab character. (no-tabs)
(#44) 'strictEqual' is not defined. (no-undef)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) 'Reveal' is not defined. (no-undef)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#46) Unexpected tab character. (no-tabs)
(#46) 'Reveal' is not defined. (no-undef)
(#47) Unexpected tab character. (no-tabs)
(#47) 'strictEqual' is not defined. (no-undef)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) 'Reveal' is not defined. (no-undef)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#48) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#50) 'test' is not defined. (no-undef)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#51) Unexpected tab character. (no-tabs)
(#51) 'strictEqual' is not defined. (no-undef)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) 'Reveal' is not defined. (no-undef)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#53) Unexpected tab character. (no-tabs)
(#53) 'Reveal' is not defined. (no-undef)
(#54) Unexpected tab character. (no-tabs)
(#54) 'strictEqual' is not defined. (no-undef)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) 'Reveal' is not defined. (no-undef)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#56) Unexpected tab character. (no-tabs)
(#56) 'Reveal' is not defined. (no-undef)
(#57) Unexpected tab character. (no-tabs)
(#57) 'strictEqual' is not defined. (no-undef)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) 'Reveal' is not defined. (no-undef)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#58) Unexpected tab character. (no-tabs)
(#60) 'test' is not defined. (no-undef)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#61) Unexpected tab character. (no-tabs)
(#61) 'Reveal' is not defined. (no-undef)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#62) Unexpected tab character. (no-tabs)
(#62) 'strictEqual' is not defined. (no-undef)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) 'Reveal' is not defined. (no-undef)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#64) Unexpected tab character. (no-tabs)
(#64) 'Reveal' is not defined. (no-undef)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#65) Unexpected tab character. (no-tabs)
(#65) 'strictEqual' is not defined. (no-undef)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#65) 'Reveal' is not defined. (no-undef)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#67) Unexpected tab character. (no-tabs)
(#67) 'Reveal' is not defined. (no-undef)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) Unexpected tab character. (no-tabs)
(#68) 'strictEqual' is not defined. (no-undef)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) 'Reveal' is not defined. (no-undef)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#69) Unexpected tab character. (no-tabs)
(#71) 'test' is not defined. (no-undef)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#72) Unexpected tab character. (no-tabs)
(#72) 'Reveal' is not defined. (no-undef)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#73) Unexpected tab character. (no-tabs)
(#73) 'Reveal' is not defined. (no-undef)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#74) Unexpected tab character. (no-tabs)
(#74) 'strictEqual' is not defined. (no-undef)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) 'Reveal' is not defined. (no-undef)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#75) Unexpected tab character. (no-tabs)
(#77) 'test' is not defined. (no-undef)
(#77) Unexpected tab character. (no-tabs)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#78) Unexpected tab character. (no-tabs)
(#78) 'Reveal' is not defined. (no-undef)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) Unexpected tab character. (no-tabs)
(#79) 'strictEqual' is not defined. (no-undef)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) 'Reveal' is not defined. (no-undef)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#81) Unexpected tab character. (no-tabs)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#83) Unexpected tab character. (no-tabs)
(#83) 'Reveal' is not defined. (no-undef)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#84) Unexpected tab character. (no-tabs)
(#84) 'strictEqual' is not defined. (no-undef)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) 'Reveal' is not defined. (no-undef)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#86) Unexpected tab character. (no-tabs)
(#86) 'Reveal' is not defined. (no-undef)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#87) Unexpected tab character. (no-tabs)
(#87) 'strictEqual' is not defined. (no-undef)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) 'Reveal' is not defined. (no-undef)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) Unexpected tab character. (no-tabs)
(#90) 'test' is not defined. (no-undef)
(#90) Unexpected tab character. (no-tabs)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#91) Unexpected tab character. (no-tabs)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) Trailing spaces not allowed. (no-trailing-spaces)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) 'Reveal' is not defined. (no-undef)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#94) Unexpected tab character. (no-tabs)
(#94) 'Reveal' is not defined. (no-undef)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#95) Line 95 exceeds the maximum line length of 132. (max-len)
(#95) Unexpected tab character. (no-tabs)
(#95) 'strictEqual' is not defined. (no-undef)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) 'Reveal' is not defined. (no-undef)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#96) Unexpected tab character. (no-tabs)
(#98) 'test' is not defined. (no-undef)
(#98) Unexpected tab character. (no-tabs)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#99) Unexpected tab character. (no-tabs)
(#99) 'strictEqual' is not defined. (no-undef)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) 'Reveal' is not defined. (no-undef)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#100) Unexpected tab character. (no-tabs)
(#102) 'test' is not defined. (no-undef)
(#102) Unexpected tab character. (no-tabs)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) Unexpected tab character. (no-tabs)
(#103) 'Reveal' is not defined. (no-undef)
(#105) Unexpected tab character. (no-tabs)
(#105) 'ok' is not defined. (no-undef)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#106) Unexpected tab character. (no-tabs)
(#106) 'ok' is not defined. (no-undef)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#107) Unexpected tab character. (no-tabs)
(#107) 'ok' is not defined. (no-undef)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#109) Unexpected tab character. (no-tabs)
(#109) 'Reveal' is not defined. (no-undef)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#110) Unexpected tab character. (no-tabs)
(#110) 'strictEqual' is not defined. (no-undef)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) 'Reveal' is not defined. (no-undef)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#111) Unexpected tab character. (no-tabs)
(#111) 'strictEqual' is not defined. (no-undef)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#111) 'Reveal' is not defined. (no-undef)
(#111) There should be no spaces inside this paren. (space-in-parens)
(#113) Unexpected tab character. (no-tabs)
(#113) 'Reveal' is not defined. (no-undef)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#114) Unexpected tab character. (no-tabs)
(#114) 'strictEqual' is not defined. (no-undef)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) 'Reveal' is not defined. (no-undef)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#115) Unexpected tab character. (no-tabs)
(#115) 'strictEqual' is not defined. (no-undef)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) 'Reveal' is not defined. (no-undef)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#117) Unexpected tab character. (no-tabs)
(#117) 'Reveal' is not defined. (no-undef)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#118) Unexpected tab character. (no-tabs)
(#118) 'strictEqual' is not defined. (no-undef)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) 'Reveal' is not defined. (no-undef)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#119) Unexpected tab character. (no-tabs)
(#119) 'strictEqual' is not defined. (no-undef)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) 'Reveal' is not defined. (no-undef)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#120) Unexpected tab character. (no-tabs)
(#122) 'test' is not defined. (no-undef)
(#122) Unexpected tab character. (no-tabs)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#123) Unexpected tab character. (no-tabs)
(#123) 'equal' is not defined. (no-undef)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) 'Reveal' is not defined. (no-undef)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#124) Unexpected tab character. (no-tabs)
(#124) 'equal' is not defined. (no-undef)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) 'Reveal' is not defined. (no-undef)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#125) Line 125 exceeds the maximum line length of 132. (max-len)
(#125) Unexpected tab character. (no-tabs)
(#125) 'equal' is not defined. (no-undef)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) 'Reveal' is not defined. (no-undef)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#126) Line 126 exceeds the maximum line length of 132. (max-len)
(#126) Unexpected tab character. (no-tabs)
(#126) 'equal' is not defined. (no-undef)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) 'Reveal' is not defined. (no-undef)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#128) Unexpected tab character. (no-tabs)
(#128) 'strictEqual' is not defined. (no-undef)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) 'Reveal' is not defined. (no-undef)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#129) Unexpected tab character. (no-tabs)
(#129) 'strictEqual' is not defined. (no-undef)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) 'Reveal' is not defined. (no-undef)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#130) Unexpected tab character. (no-tabs)
(#132) 'test' is not defined. (no-undef)
(#132) Unexpected tab character. (no-tabs)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#133) Line 133 exceeds the maximum line length of 132. (max-len)
(#133) Unexpected tab character. (no-tabs)
(#133) 'equal' is not defined. (no-undef)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) 'Reveal' is not defined. (no-undef)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#134) Line 134 exceeds the maximum line length of 132. (max-len)
(#134) Unexpected tab character. (no-tabs)
(#134) 'equal' is not defined. (no-undef)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) 'Reveal' is not defined. (no-undef)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#135) Line 135 exceeds the maximum line length of 132. (max-len)
(#135) Unexpected tab character. (no-tabs)
(#135) 'equal' is not defined. (no-undef)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) 'Reveal' is not defined. (no-undef)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#136) Line 136 exceeds the maximum line length of 132. (max-len)
(#136) Unexpected tab character. (no-tabs)
(#136) 'equal' is not defined. (no-undef)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) 'Reveal' is not defined. (no-undef)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#138) Unexpected tab character. (no-tabs)
(#138) 'strictEqual' is not defined. (no-undef)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) 'Reveal' is not defined. (no-undef)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#139) Unexpected tab character. (no-tabs)
(#139) 'strictEqual' is not defined. (no-undef)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) 'Reveal' is not defined. (no-undef)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#140) Unexpected tab character. (no-tabs)
(#142) 'test' is not defined. (no-undef)
(#142) Unexpected tab character. (no-tabs)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) Unexpected tab character. (no-tabs)
(#143) 'Reveal' is not defined. (no-undef)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) Unexpected tab character. (no-tabs)
(#144) 'Reveal' is not defined. (no-undef)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#146) Unexpected tab character. (no-tabs)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#147) Unexpected tab character. (no-tabs)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#149) Unexpected tab character. (no-tabs)
(#149) 'equal' is not defined. (no-undef)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) 'Reveal' is not defined. (no-undef)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) Unexpected tab character. (no-tabs)
(#150) 'equal' is not defined. (no-undef)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) 'Reveal' is not defined. (no-undef)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#153) 'test' is not defined. (no-undef)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#154) Unexpected tab character. (no-tabs)
(#154) 'Reveal' is not defined. (no-undef)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#155) Unexpected tab character. (no-tabs)
(#155) 'strictEqual' is not defined. (no-undef)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) 'Reveal' is not defined. (no-undef)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#157) Unexpected tab character. (no-tabs)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#159) Unexpected tab character. (no-tabs)
(#159) 'Reveal' is not defined. (no-undef)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#160) Unexpected tab character. (no-tabs)
(#160) 'strictEqual' is not defined. (no-undef)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) 'Reveal' is not defined. (no-undef)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) Unexpected tab character. (no-tabs)
(#163) 'test' is not defined. (no-undef)
(#163) Unexpected tab character. (no-tabs)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#164) Unexpected tab character. (no-tabs)
(#164) 'ok' is not defined. (no-undef)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#164) 'Reveal' is not defined. (no-undef)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#165) Unexpected tab character. (no-tabs)
(#167) 'test' is not defined. (no-undef)
(#167) Unexpected tab character. (no-tabs)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#168) Unexpected tab character. (no-tabs)
(#168) 'ok' is not defined. (no-undef)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) 'Reveal' is not defined. (no-undef)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#169) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#171) 'test' is not defined. (no-undef)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Unexpected tab character. (no-tabs)
(#172) 'strictEqual' is not defined. (no-undef)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) 'Reveal' is not defined. (no-undef)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#174) Unexpected tab character. (no-tabs)
(#174) 'Reveal' is not defined. (no-undef)
(#174) There should be no space after '{'. (object-curly-spacing)
(#174) There should be no space before '}'. (object-curly-spacing)
(#175) Unexpected tab character. (no-tabs)
(#175) 'strictEqual' is not defined. (no-undef)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#175) 'Reveal' is not defined. (no-undef)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#177) Unexpected tab character. (no-tabs)
(#177) 'Reveal' is not defined. (no-undef)
(#177) There should be no space after '{'. (object-curly-spacing)
(#177) There should be no space before '}'. (object-curly-spacing)
(#178) Unexpected tab character. (no-tabs)
(#178) 'strictEqual' is not defined. (no-undef)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) 'Reveal' is not defined. (no-undef)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) Unexpected tab character. (no-tabs)
(#181) Unexpected tab character. (no-tabs)
(#181) 'test' is not defined. (no-undef)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#182) Unexpected tab character. (no-tabs)
(#182) 'Reveal' is not defined. (no-undef)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#183) Unexpected tab character. (no-tabs)
(#183) 'deepEqual' is not defined. (no-undef)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) 'Reveal' is not defined. (no-undef)
(#183) There should be no space after '{'. (object-curly-spacing)
(#183) There should be no space before '}'. (object-curly-spacing)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#185) Unexpected tab character. (no-tabs)
(#185) 'Reveal' is not defined. (no-undef)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) Unexpected tab character. (no-tabs)
(#186) 'deepEqual' is not defined. (no-undef)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) 'Reveal' is not defined. (no-undef)
(#186) There should be no space after '{'. (object-curly-spacing)
(#186) There should be no space before '}'. (object-curly-spacing)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#187) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#189) 'test' is not defined. (no-undef)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#190) Unexpected tab character. (no-tabs)
(#190) 'Reveal' is not defined. (no-undef)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#192) Unexpected tab character. (no-tabs)
(#193) Unexpected tab character. (no-tabs)
(#193) 'Reveal' is not defined. (no-undef)
(#194) Unexpected tab character. (no-tabs)
(#194) 'deepEqual' is not defined. (no-undef)
(#194) There should be no spaces inside this paren. (space-in-parens)
(#194) 'Reveal' is not defined. (no-undef)
(#194) There should be no space after '{'. (object-curly-spacing)
(#194) There should be no space before '}'. (object-curly-spacing)
(#194) There should be no spaces inside this paren. (space-in-parens)
(#196) Unexpected tab character. (no-tabs)
(#196) 'Reveal' is not defined. (no-undef)
(#197) Unexpected tab character. (no-tabs)
(#197) 'deepEqual' is not defined. (no-undef)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) 'Reveal' is not defined. (no-undef)
(#197) There should be no space after '{'. (object-curly-spacing)
(#197) There should be no space before '}'. (object-curly-spacing)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#199) Unexpected tab character. (no-tabs)
(#199) 'Reveal' is not defined. (no-undef)
(#200) Unexpected tab character. (no-tabs)
(#200) 'deepEqual' is not defined. (no-undef)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) 'Reveal' is not defined. (no-undef)
(#200) There should be no space after '{'. (object-curly-spacing)
(#200) There should be no space before '}'. (object-curly-spacing)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#203) 'Reveal' is not defined. (no-undef)
(#204) Unexpected tab character. (no-tabs)
(#204) 'deepEqual' is not defined. (no-undef)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) 'Reveal' is not defined. (no-undef)
(#204) There should be no space after '{'. (object-curly-spacing)
(#204) There should be no space before '}'. (object-curly-spacing)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#206) Unexpected tab character. (no-tabs)
(#206) 'Reveal' is not defined. (no-undef)
(#207) Unexpected tab character. (no-tabs)
(#207) 'deepEqual' is not defined. (no-undef)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) 'Reveal' is not defined. (no-undef)
(#207) There should be no space after '{'. (object-curly-spacing)
(#207) There should be no space before '}'. (object-curly-spacing)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#209) Unexpected tab character. (no-tabs)
(#209) 'Reveal' is not defined. (no-undef)
(#210) Unexpected tab character. (no-tabs)
(#210) 'deepEqual' is not defined. (no-undef)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) 'Reveal' is not defined. (no-undef)
(#210) There should be no space after '{'. (object-curly-spacing)
(#210) There should be no space before '}'. (object-curly-spacing)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#212) Unexpected tab character. (no-tabs)
(#212) 'Reveal' is not defined. (no-undef)
(#213) Unexpected tab character. (no-tabs)
(#213) 'deepEqual' is not defined. (no-undef)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) 'Reveal' is not defined. (no-undef)
(#213) There should be no space after '{'. (object-curly-spacing)
(#213) There should be no space before '}'. (object-curly-spacing)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#214) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#216) 'test' is not defined. (no-undef)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#217) Unexpected tab character. (no-tabs)
(#217) 'Reveal' is not defined. (no-undef)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#220) 'Reveal' is not defined. (no-undef)
(#221) Unexpected tab character. (no-tabs)
(#221) 'deepEqual' is not defined. (no-undef)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) 'Reveal' is not defined. (no-undef)
(#221) There should be no space after '{'. (object-curly-spacing)
(#221) There should be no space before '}'. (object-curly-spacing)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#223) Unexpected tab character. (no-tabs)
(#223) 'Reveal' is not defined. (no-undef)
(#224) Unexpected tab character. (no-tabs)
(#224) 'deepEqual' is not defined. (no-undef)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) 'Reveal' is not defined. (no-undef)
(#224) There should be no space after '{'. (object-curly-spacing)
(#224) There should be no space before '}'. (object-curly-spacing)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#225) Unexpected tab character. (no-tabs)
(#228) Unexpected tab character. (no-tabs)
(#229) Unexpected tab character. (no-tabs)
(#231) 'QUnit' is not defined. (no-undef)
(#231) Unexpected tab character. (no-tabs)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#233) Unexpected tab character. (no-tabs)
(#233) 'test' is not defined. (no-undef)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#234) Unexpected tab character. (no-tabs)
(#234) 'Reveal' is not defined. (no-undef)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#235) Unexpected tab character. (no-tabs)
(#235) 'deepEqual' is not defined. (no-undef)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#235) 'Reveal' is not defined. (no-undef)
(#235) There should be no space after '{'. (object-curly-spacing)
(#235) There should be no space before '}'. (object-curly-spacing)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#237) Unexpected tab character. (no-tabs)
(#237) 'Reveal' is not defined. (no-undef)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#238) Unexpected tab character. (no-tabs)
(#238) 'deepEqual' is not defined. (no-undef)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) 'Reveal' is not defined. (no-undef)
(#238) There should be no space after '{'. (object-curly-spacing)
(#238) There should be no space before '}'. (object-curly-spacing)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#240) Unexpected tab character. (no-tabs)
(#240) 'Reveal' is not defined. (no-undef)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#241) Unexpected tab character. (no-tabs)
(#241) 'deepEqual' is not defined. (no-undef)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) 'Reveal' is not defined. (no-undef)
(#241) There should be no space after '{'. (object-curly-spacing)
(#241) There should be no space before '}'. (object-curly-spacing)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#243) Unexpected tab character. (no-tabs)
(#243) 'Reveal' is not defined. (no-undef)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#244) Unexpected tab character. (no-tabs)
(#244) 'deepEqual' is not defined. (no-undef)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) 'Reveal' is not defined. (no-undef)
(#244) There should be no space after '{'. (object-curly-spacing)
(#244) There should be no space before '}'. (object-curly-spacing)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#245) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#247) 'test' is not defined. (no-undef)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) Unexpected tab character. (no-tabs)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#250) Unexpected tab character. (no-tabs)
(#250) 'Reveal' is not defined. (no-undef)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#251) Unexpected tab character. (no-tabs)
(#251) 'strictEqual' is not defined. (no-undef)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#253) Unexpected tab character. (no-tabs)
(#253) 'Reveal' is not defined. (no-undef)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#254) Unexpected tab character. (no-tabs)
(#254) 'strictEqual' is not defined. (no-undef)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#255) Unexpected tab character. (no-tabs)
(#257) Unexpected tab character. (no-tabs)
(#257) 'test' is not defined. (no-undef)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#258) Unexpected tab character. (no-tabs)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#260) Unexpected tab character. (no-tabs)
(#260) 'Reveal' is not defined. (no-undef)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#261) Unexpected tab character. (no-tabs)
(#261) 'strictEqual' is not defined. (no-undef)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#263) Unexpected tab character. (no-tabs)
(#263) 'Reveal' is not defined. (no-undef)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#264) Unexpected tab character. (no-tabs)
(#264) 'strictEqual' is not defined. (no-undef)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#266) Unexpected tab character. (no-tabs)
(#266) 'Reveal' is not defined. (no-undef)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#267) Line 267 exceeds the maximum line length of 132. (max-len)
(#267) Unexpected tab character. (no-tabs)
(#267) 'strictEqual' is not defined. (no-undef)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#269) Unexpected tab character. (no-tabs)
(#269) 'Reveal' is not defined. (no-undef)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#270) Line 270 exceeds the maximum line length of 132. (max-len)
(#270) Unexpected tab character. (no-tabs)
(#270) 'strictEqual' is not defined. (no-undef)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#271) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#273) 'test' is not defined. (no-undef)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#274) Unexpected tab character. (no-tabs)
(#274) 'Reveal' is not defined. (no-undef)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#276) Unexpected tab character. (no-tabs)
(#276) Comments should not begin with a lowercase character (capitalized-comments)
(#278) Unexpected tab character. (no-tabs)
(#278) 'Reveal' is not defined. (no-undef)
(#279) Unexpected tab character. (no-tabs)
(#279) 'deepEqual' is not defined. (no-undef)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) 'Reveal' is not defined. (no-undef)
(#279) There should be no space after '{'. (object-curly-spacing)
(#279) There should be no space before '}'. (object-curly-spacing)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#281) Unexpected tab character. (no-tabs)
(#281) 'Reveal' is not defined. (no-undef)
(#282) Unexpected tab character. (no-tabs)
(#282) 'deepEqual' is not defined. (no-undef)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#282) 'Reveal' is not defined. (no-undef)
(#282) There should be no space after '{'. (object-curly-spacing)
(#282) There should be no space before '}'. (object-curly-spacing)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#284) Unexpected tab character. (no-tabs)
(#284) 'Reveal' is not defined. (no-undef)
(#285) Unexpected tab character. (no-tabs)
(#285) 'deepEqual' is not defined. (no-undef)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) 'Reveal' is not defined. (no-undef)
(#285) There should be no space after '{'. (object-curly-spacing)
(#285) There should be no space before '}'. (object-curly-spacing)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#287) Unexpected tab character. (no-tabs)
(#287) 'Reveal' is not defined. (no-undef)
(#287) Comments should not begin with a lowercase character (capitalized-comments)
(#289) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#291) 'Reveal' is not defined. (no-undef)
(#292) Unexpected tab character. (no-tabs)
(#292) 'deepEqual' is not defined. (no-undef)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) 'Reveal' is not defined. (no-undef)
(#292) There should be no space after '{'. (object-curly-spacing)
(#292) There should be no space before '}'. (object-curly-spacing)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#294) Unexpected tab character. (no-tabs)
(#294) 'Reveal' is not defined. (no-undef)
(#295) Unexpected tab character. (no-tabs)
(#295) 'deepEqual' is not defined. (no-undef)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#295) 'Reveal' is not defined. (no-undef)
(#295) There should be no space after '{'. (object-curly-spacing)
(#295) There should be no space before '}'. (object-curly-spacing)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#297) Unexpected tab character. (no-tabs)
(#297) 'Reveal' is not defined. (no-undef)
(#298) Unexpected tab character. (no-tabs)
(#298) 'deepEqual' is not defined. (no-undef)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#298) 'Reveal' is not defined. (no-undef)
(#298) There should be no space after '{'. (object-curly-spacing)
(#298) There should be no space before '}'. (object-curly-spacing)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#299) Unexpected tab character. (no-tabs)
(#301) 'test' is not defined. (no-undef)
(#301) Unexpected tab character. (no-tabs)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#302) Unexpected tab character. (no-tabs)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#304) Unexpected tab character. (no-tabs)
(#304) 'Reveal' is not defined. (no-undef)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#305) Unexpected tab character. (no-tabs)
(#305) 'equal' is not defined. (no-undef)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#307) Unexpected tab character. (no-tabs)
(#307) 'Reveal' is not defined. (no-undef)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) Unexpected tab character. (no-tabs)
(#308) 'equal' is not defined. (no-undef)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) Unexpected tab character. (no-tabs)
(#311) Unexpected tab character. (no-tabs)
(#311) 'test' is not defined. (no-undef)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#312) Unexpected tab character. (no-tabs)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#314) Unexpected tab character. (no-tabs)
(#314) 'Reveal' is not defined. (no-undef)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#315) Unexpected tab character. (no-tabs)
(#315) 'equal' is not defined. (no-undef)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#317) Unexpected tab character. (no-tabs)
(#318) Unexpected tab character. (no-tabs)
(#318) 'Reveal' is not defined. (no-undef)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#319) Unexpected tab character. (no-tabs)
(#319) 'equal' is not defined. (no-undef)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#319) 'Reveal' is not defined. (no-undef)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#321) Unexpected tab character. (no-tabs)
(#321) 'Reveal' is not defined. (no-undef)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#322) Unexpected tab character. (no-tabs)
(#322) 'equal' is not defined. (no-undef)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#322) 'Reveal' is not defined. (no-undef)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#323) Unexpected tab character. (no-tabs)
(#325) 'test' is not defined. (no-undef)
(#325) Unexpected tab character. (no-tabs)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#326) Unexpected tab character. (no-tabs)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#328) Unexpected tab character. (no-tabs)
(#329) Unexpected tab character. (no-tabs)
(#329) 'equal' is not defined. (no-undef)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#330) Unexpected tab character. (no-tabs)
(#330) 'equal' is not defined. (no-undef)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#331) Unexpected tab character. (no-tabs)
(#331) 'equal' is not defined. (no-undef)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#332) Unexpected tab character. (no-tabs)
(#334) 'test' is not defined. (no-undef)
(#334) Unexpected tab character. (no-tabs)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#335) Unexpected tab character. (no-tabs)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#337) Unexpected tab character. (no-tabs)
(#338) Unexpected tab character. (no-tabs)
(#338) 'equal' is not defined. (no-undef)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#339) Unexpected tab character. (no-tabs)
(#339) 'equal' is not defined. (no-undef)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#340) Unexpected tab character. (no-tabs)
(#340) 'equal' is not defined. (no-undef)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#341) Unexpected tab character. (no-tabs)
(#343) 'asyncTest' is not defined. (no-undef)
(#343) Unexpected tab character. (no-tabs)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#344) Unexpected tab character. (no-tabs)
(#344) 'expect' is not defined. (no-undef)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#346) Unexpected tab character. (no-tabs)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) 'event' is defined but never used. (no-unused-vars)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#347) Unexpected tab character. (no-tabs)
(#347) 'ok' is not defined. (no-undef)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#348) Unexpected tab character. (no-tabs)
(#348) Missing semicolon. (semi)
(#350) Unexpected tab character. (no-tabs)
(#350) 'Reveal' is not defined. (no-undef)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#352) Unexpected tab character. (no-tabs)
(#352) 'Reveal' is not defined. (no-undef)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#353) Unexpected tab character. (no-tabs)
(#353) 'Reveal' is not defined. (no-undef)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#353) Comments should not begin with a lowercase character (capitalized-comments)
(#354) Unexpected tab character. (no-tabs)
(#354) 'Reveal' is not defined. (no-undef)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) Comments should not begin with a lowercase character (capitalized-comments)
(#355) Unexpected tab character. (no-tabs)
(#355) 'Reveal' is not defined. (no-undef)
(#356) Unexpected tab character. (no-tabs)
(#356) 'Reveal' is not defined. (no-undef)
(#357) Unexpected tab character. (no-tabs)
(#357) 'Reveal' is not defined. (no-undef)
(#357) Comments should not begin with a lowercase character (capitalized-comments)
(#359) Unexpected tab character. (no-tabs)
(#359) 'start' is not defined. (no-undef)
(#361) Unexpected tab character. (no-tabs)
(#361) 'Reveal' is not defined. (no-undef)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#362) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#364) 'asyncTest' is not defined. (no-undef)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) Unexpected tab character. (no-tabs)
(#365) 'expect' is not defined. (no-undef)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#367) Unexpected tab character. (no-tabs)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#367) 'event' is defined but never used. (no-unused-vars)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#368) Unexpected tab character. (no-tabs)
(#368) 'ok' is not defined. (no-undef)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#369) Unexpected tab character. (no-tabs)
(#369) Missing semicolon. (semi)
(#371) Unexpected tab character. (no-tabs)
(#371) 'Reveal' is not defined. (no-undef)
(#371) There should be no spaces inside this paren. (space-in-parens)
(#371) There should be no spaces inside this paren. (space-in-parens)
(#373) Unexpected tab character. (no-tabs)
(#373) 'Reveal' is not defined. (no-undef)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#374) Unexpected tab character. (no-tabs)
(#374) 'Reveal' is not defined. (no-undef)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) Comments should not begin with a lowercase character (capitalized-comments)
(#375) Unexpected tab character. (no-tabs)
(#375) 'Reveal' is not defined. (no-undef)
(#376) Unexpected tab character. (no-tabs)
(#376) 'Reveal' is not defined. (no-undef)
(#377) Unexpected tab character. (no-tabs)
(#377) 'Reveal' is not defined. (no-undef)
(#377) Comments should not begin with a lowercase character (capitalized-comments)
(#379) Unexpected tab character. (no-tabs)
(#379) 'start' is not defined. (no-undef)
(#381) Unexpected tab character. (no-tabs)
(#381) 'Reveal' is not defined. (no-undef)
(#381) There should be no spaces inside this paren. (space-in-parens)
(#381) There should be no spaces inside this paren. (space-in-parens)
(#382) Unexpected tab character. (no-tabs)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#388) 'QUnit' is not defined. (no-undef)
(#388) Unexpected tab character. (no-tabs)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#390) Unexpected tab character. (no-tabs)
(#390) 'test' is not defined. (no-undef)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#391) Unexpected tab character. (no-tabs)
(#391) 'strictEqual' is not defined. (no-undef)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) 'Reveal' is not defined. (no-undef)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#393) Unexpected tab character. (no-tabs)
(#393) 'Reveal' is not defined. (no-undef)
(#393) There should be no space after '{'. (object-curly-spacing)
(#393) There should be no space before '}'. (object-curly-spacing)
(#394) Unexpected tab character. (no-tabs)
(#394) 'strictEqual' is not defined. (no-undef)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) 'Reveal' is not defined. (no-undef)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#396) Unexpected tab character. (no-tabs)
(#396) 'Reveal' is not defined. (no-undef)
(#396) There should be no space after '{'. (object-curly-spacing)
(#396) There should be no space before '}'. (object-curly-spacing)
(#397) Unexpected tab character. (no-tabs)
(#397) 'strictEqual' is not defined. (no-undef)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#397) 'Reveal' is not defined. (no-undef)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#398) Unexpected tab character. (no-tabs)
(#400) Unexpected tab character. (no-tabs)
(#400) 'test' is not defined. (no-undef)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#401) Unexpected tab character. (no-tabs)
(#401) 'Reveal' is not defined. (no-undef)
(#401) There should be no space after '{'. (object-curly-spacing)
(#401) There should be no space before '}'. (object-curly-spacing)
(#403) Unexpected tab character. (no-tabs)
(#403) 'Reveal' is not defined. (no-undef)
(#404) Unexpected tab character. (no-tabs)
(#404) 'strictEqual' is not defined. (no-undef)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) 'Reveal' is not defined. (no-undef)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#405) Unexpected tab character. (no-tabs)
(#405) 'Reveal' is not defined. (no-undef)
(#406) Unexpected tab character. (no-tabs)
(#406) 'strictEqual' is not defined. (no-undef)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) 'Reveal' is not defined. (no-undef)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#408) Unexpected tab character. (no-tabs)
(#408) 'Reveal' is not defined. (no-undef)
(#408) There should be no space after '{'. (object-curly-spacing)
(#408) There should be no space before '}'. (object-curly-spacing)
(#409) Unexpected tab character. (no-tabs)
(#411) 'asyncTest' is not defined. (no-undef)
(#411) Unexpected tab character. (no-tabs)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#412) Unexpected tab character. (no-tabs)
(#412) 'expect' is not defined. (no-undef)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#414) Unexpected tab character. (no-tabs)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) 'event' is defined but never used. (no-unused-vars)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#415) Unexpected tab character. (no-tabs)
(#415) 'ok' is not defined. (no-undef)
(#415) There should be no spaces inside this paren. (space-in-parens)
(#415) There should be no spaces inside this paren. (space-in-parens)
(#416) Unexpected tab character. (no-tabs)
(#416) Missing semicolon. (semi)
(#418) Unexpected tab character. (no-tabs)
(#418) 'Reveal' is not defined. (no-undef)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#419) Unexpected tab character. (no-tabs)
(#419) 'Reveal' is not defined. (no-undef)
(#419) There should be no space after '{'. (object-curly-spacing)
(#419) There should be no space before '}'. (object-curly-spacing)
(#420) Unexpected tab character. (no-tabs)
(#420) 'Reveal' is not defined. (no-undef)
(#422) Unexpected tab character. (no-tabs)
(#422) 'start' is not defined. (no-undef)
(#424) Unexpected tab character. (no-tabs)
(#424) Comments should not begin with a lowercase character (capitalized-comments)
(#425) Unexpected tab character. (no-tabs)
(#425) 'Reveal' is not defined. (no-undef)
(#425) There should be no space after '{'. (object-curly-spacing)
(#425) There should be no space before '}'. (object-curly-spacing)
(#426) Unexpected tab character. (no-tabs)
(#426) 'Reveal' is not defined. (no-undef)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#427) Unexpected tab character. (no-tabs)
(#429) Unexpected tab character. (no-tabs)
(#429) 'asyncTest' is not defined. (no-undef)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#430) Unexpected tab character. (no-tabs)
(#430) 'expect' is not defined. (no-undef)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#432) Unexpected tab character. (no-tabs)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#432) 'event' is defined but never used. (no-unused-vars)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#433) Unexpected tab character. (no-tabs)
(#433) 'ok' is not defined. (no-undef)
(#433) There should be no spaces inside this paren. (space-in-parens)
(#433) There should be no spaces inside this paren. (space-in-parens)
(#434) Unexpected tab character. (no-tabs)
(#434) Missing semicolon. (semi)
(#436) Unexpected tab character. (no-tabs)
(#436) 'Reveal' is not defined. (no-undef)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#437) Unexpected tab character. (no-tabs)
(#437) 'Reveal' is not defined. (no-undef)
(#437) There should be no space after '{'. (object-curly-spacing)
(#437) There should be no space before '}'. (object-curly-spacing)
(#438) Unexpected tab character. (no-tabs)
(#438) 'Reveal' is not defined. (no-undef)
(#439) Unexpected tab character. (no-tabs)
(#439) 'Reveal' is not defined. (no-undef)
(#441) Unexpected tab character. (no-tabs)
(#441) 'start' is not defined. (no-undef)
(#443) Unexpected tab character. (no-tabs)
(#443) Comments should not begin with a lowercase character (capitalized-comments)
(#444) Unexpected tab character. (no-tabs)
(#444) 'Reveal' is not defined. (no-undef)
(#444) There should be no space after '{'. (object-curly-spacing)
(#444) There should be no space before '}'. (object-curly-spacing)
(#445) Unexpected tab character. (no-tabs)
(#445) 'Reveal' is not defined. (no-undef)
(#445) There should be no spaces inside this paren. (space-in-parens)
(#445) There should be no spaces inside this paren. (space-in-parens)
(#446) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#452) Unexpected tab character. (no-tabs)
(#452) 'QUnit' is not defined. (no-undef)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#454) Unexpected tab character. (no-tabs)
(#454) 'test' is not defined. (no-undef)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#455) Unexpected tab character. (no-tabs)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#457) Unexpected tab character. (no-tabs)
(#457) 'Reveal' is not defined. (no-undef)
(#457) There should be no space after '{'. (object-curly-spacing)
(#457) There should be no space before '}'. (object-curly-spacing)
(#458) Unexpected tab character. (no-tabs)
(#458) 'equal' is not defined. (no-undef)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#460) Unexpected tab character. (no-tabs)
(#460) 'Reveal' is not defined. (no-undef)
(#460) There should be no space after '{'. (object-curly-spacing)
(#460) There should be no space before '}'. (object-curly-spacing)
(#461) Unexpected tab character. (no-tabs)
(#461) 'equal' is not defined. (no-undef)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#462) Unexpected tab character. (no-tabs)
(#464) 'test' is not defined. (no-undef)
(#464) Unexpected tab character. (no-tabs)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#465) Unexpected tab character. (no-tabs)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#467) Unexpected tab character. (no-tabs)
(#467) 'Reveal' is not defined. (no-undef)
(#467) There should be no space after '{'. (object-curly-spacing)
(#467) There should be no space before '}'. (object-curly-spacing)
(#468) Unexpected tab character. (no-tabs)
(#468) 'equal' is not defined. (no-undef)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#470) Unexpected tab character. (no-tabs)
(#470) 'Reveal' is not defined. (no-undef)
(#470) There should be no space after '{'. (object-curly-spacing)
(#470) There should be no space before '}'. (object-curly-spacing)
(#471) Unexpected tab character. (no-tabs)
(#471) 'equal' is not defined. (no-undef)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#472) Unexpected tab character. (no-tabs)
(#474) 'test' is not defined. (no-undef)
(#474) Unexpected tab character. (no-tabs)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#475) Unexpected tab character. (no-tabs)
(#475) 'Reveal' is not defined. (no-undef)
(#475) There should be no space after '{'. (object-curly-spacing)
(#475) There should be no space before '}'. (object-curly-spacing)
(#477) Unexpected tab character. (no-tabs)
(#477) 'Reveal' is not defined. (no-undef)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#479) Unexpected tab character. (no-tabs)
(#479) 'Reveal' is not defined. (no-undef)
(#480) Unexpected tab character. (no-tabs)
(#480) 'notEqual' is not defined. (no-undef)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) 'Reveal' is not defined. (no-undef)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#482) Unexpected tab character. (no-tabs)
(#482) 'Reveal' is not defined. (no-undef)
(#483) Unexpected tab character. (no-tabs)
(#483) 'equal' is not defined. (no-undef)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) 'Reveal' is not defined. (no-undef)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#485) Unexpected tab character. (no-tabs)
(#485) 'Reveal' is not defined. (no-undef)
(#485) There should be no space after '{'. (object-curly-spacing)
(#485) There should be no space before '}'. (object-curly-spacing)
(#486) Unexpected tab character. (no-tabs)
(#489) Unexpected tab character. (no-tabs)
(#490) Unexpected tab character. (no-tabs)
(#492) Unexpected tab character. (no-tabs)
(#492) 'QUnit' is not defined. (no-undef)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#494) Unexpected tab character. (no-tabs)
(#494) 'test' is not defined. (no-undef)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#495) Unexpected tab character. (no-tabs)
(#495) 'strictEqual' is not defined. (no-undef)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#496) Unexpected tab character. (no-tabs)
(#498) 'test' is not defined. (no-undef)
(#498) Unexpected tab character. (no-tabs)
(#498) There should be no spaces inside this paren. (space-in-parens)
(#499) Unexpected tab character. (no-tabs)
(#499) 'strictEqual' is not defined. (no-undef)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#500) Unexpected tab character. (no-tabs)
(#502) Unexpected tab character. (no-tabs)
(#502) 'test' is not defined. (no-undef)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#503) Unexpected tab character. (no-tabs)
(#503) 'strictEqual' is not defined. (no-undef)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#504) Unexpected tab character. (no-tabs)
(#506) 'test' is not defined. (no-undef)
(#506) Unexpected tab character. (no-tabs)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#507) Unexpected tab character. (no-tabs)
(#507) 'Reveal' is not defined. (no-undef)
(#507) There should be no spaces inside this paren. (space-in-parens)
(#507) There should be no spaces inside this paren. (space-in-parens)
(#508) Unexpected tab character. (no-tabs)
(#508) 'strictEqual' is not defined. (no-undef)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#509) Unexpected tab character. (no-tabs)
(#509) 'Reveal' is not defined. (no-undef)
(#509) There should be no spaces inside this paren. (space-in-parens)
(#509) There should be no spaces inside this paren. (space-in-parens)
(#510) Unexpected tab character. (no-tabs)
(#510) 'strictEqual' is not defined. (no-undef)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#511) Unexpected tab character. (no-tabs)
(#511) 'Reveal' is not defined. (no-undef)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#512) Unexpected tab character. (no-tabs)
(#512) 'strictEqual' is not defined. (no-undef)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#513) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#515) 'test' is not defined. (no-undef)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#516) Unexpected tab character. (no-tabs)
(#516) 'Reveal' is not defined. (no-undef)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#517) Unexpected tab character. (no-tabs)
(#517) 'Reveal' is not defined. (no-undef)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#519) Unexpected tab character. (no-tabs)
(#519) Comments should not begin with a lowercase character (capitalized-comments)
(#520) Unexpected tab character. (no-tabs)
(#520) 'ok' is not defined. (no-undef)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) 'Reveal' is not defined. (no-undef)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#521) Unexpected tab character. (no-tabs)
(#521) 'ok' is not defined. (no-undef)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) 'Reveal' is not defined. (no-undef)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#522) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#526) Unexpected tab character. (no-tabs)
(#528) Unexpected tab character. (no-tabs)
(#528) 'QUnit' is not defined. (no-undef)
(#528) There should be no spaces inside this paren. (space-in-parens)
(#528) There should be no spaces inside this paren. (space-in-parens)
(#530) Unexpected tab character. (no-tabs)
(#530) 'asyncTest' is not defined. (no-undef)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#531) Unexpected tab character. (no-tabs)
(#531) 'expect' is not defined. (no-undef)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#533) Unexpected tab character. (no-tabs)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#533) 'event' is defined but never used. (no-unused-vars)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#534) Unexpected tab character. (no-tabs)
(#534) 'ok' is not defined. (no-undef)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#535) Unexpected tab character. (no-tabs)
(#535) Missing semicolon. (semi)
(#537) Unexpected tab character. (no-tabs)
(#537) 'Reveal' is not defined. (no-undef)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#539) Unexpected tab character. (no-tabs)
(#539) 'Reveal' is not defined. (no-undef)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) Comments should not begin with a lowercase character (capitalized-comments)
(#540) Unexpected tab character. (no-tabs)
(#540) 'Reveal' is not defined. (no-undef)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) Comments should not begin with a lowercase character (capitalized-comments)
(#541) Unexpected tab character. (no-tabs)
(#541) 'Reveal' is not defined. (no-undef)
(#541) Comments should not begin with a lowercase character (capitalized-comments)
(#542) Unexpected tab character. (no-tabs)
(#542) 'Reveal' is not defined. (no-undef)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) Comments should not begin with a lowercase character (capitalized-comments)
(#543) Unexpected tab character. (no-tabs)
(#543) 'Reveal' is not defined. (no-undef)
(#543) Comments should not begin with a lowercase character (capitalized-comments)
(#545) Unexpected tab character. (no-tabs)
(#545) 'start' is not defined. (no-undef)
(#547) Unexpected tab character. (no-tabs)
(#547) 'Reveal' is not defined. (no-undef)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#549) Unexpected tab character. (no-tabs)
(#551) 'asyncTest' is not defined. (no-undef)
(#551) Unexpected tab character. (no-tabs)
(#551) There should be no spaces inside this paren. (space-in-parens)
(#552) Unexpected tab character. (no-tabs)
(#552) 'expect' is not defined. (no-undef)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#554) Unexpected tab character. (no-tabs)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#554) 'event' is defined but never used. (no-unused-vars)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#555) Unexpected tab character. (no-tabs)
(#555) 'ok' is not defined. (no-undef)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#556) Unexpected tab character. (no-tabs)
(#556) Missing semicolon. (semi)
(#558) Unexpected tab character. (no-tabs)
(#558) 'Reveal' is not defined. (no-undef)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#560) Unexpected tab character. (no-tabs)
(#560) 'Reveal' is not defined. (no-undef)
(#561) Unexpected tab character. (no-tabs)
(#561) 'Reveal' is not defined. (no-undef)
(#563) Unexpected tab character. (no-tabs)
(#563) 'start' is not defined. (no-undef)
(#565) Unexpected tab character. (no-tabs)
(#565) 'Reveal' is not defined. (no-undef)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#566) Unexpected tab character. (no-tabs)
(#568) 'asyncTest' is not defined. (no-undef)
(#568) Unexpected tab character. (no-tabs)
(#568) There should be no spaces inside this paren. (space-in-parens)
(#569) Unexpected tab character. (no-tabs)
(#569) 'expect' is not defined. (no-undef)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#571) Unexpected tab character. (no-tabs)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#571) 'event' is defined but never used. (no-unused-vars)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#572) Unexpected tab character. (no-tabs)
(#572) 'ok' is not defined. (no-undef)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#573) Unexpected tab character. (no-tabs)
(#573) Missing semicolon. (semi)
(#575) Unexpected tab character. (no-tabs)
(#575) 'Reveal' is not defined. (no-undef)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#577) Unexpected tab character. (no-tabs)
(#577) 'Reveal' is not defined. (no-undef)
(#578) Unexpected tab character. (no-tabs)
(#578) 'Reveal' is not defined. (no-undef)
(#580) Unexpected tab character. (no-tabs)
(#580) 'start' is not defined. (no-undef)
(#582) Unexpected tab character. (no-tabs)
(#582) 'Reveal' is not defined. (no-undef)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#583) Unexpected tab character. (no-tabs)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#588) 'Reveal' is not defined. (no-undef)

CSS problems

(11190 errors, 261 warnings)

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

mod/revealjs/css/print/paper.css
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#67) Expected newline before "}" (block-closing-brace-newline-before)
(#68) Expected newline before "}" (block-closing-brace-newline-before)
(#69) Expected newline before "}" (block-closing-brace-newline-before)
(#70) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#66) Expected newline after "{" (block-opening-brace-newline-after)
(#67) Expected newline after "{" (block-opening-brace-newline-after)
(#68) Expected newline after "{" (block-opening-brace-newline-after)
(#69) Expected newline after "{" (block-opening-brace-newline-after)
(#70) Expected newline after "{" (block-opening-brace-newline-after)
(#71) Expected newline after "{" (block-opening-brace-newline-after)
(#48) Expected single space before "!" (declaration-bang-space-before)
(#57) Expected single space before "!" (declaration-bang-space-before)
(#69) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#71) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#30) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#67) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#70) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#122) Unexpected !important (declaration-no-important)
(#123) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#130) Unexpected !important (declaration-no-important)
(#142) Unexpected !important (declaration-no-important)
(#143) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#145) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#151) Unexpected !important (declaration-no-important)
(#152) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#154) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#158) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#161) Unexpected !important (declaration-no-important)
(#162) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#165) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#167) Unexpected !important (declaration-no-important)
(#168) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#171) Unexpected !important (declaration-no-important)
(#172) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#183) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#186) Unexpected !important (declaration-no-important)
(#187) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#193) Expected single space after "," in a single-line function (function-comma-space-after)
(#193) Expected single space after "," in a single-line function (function-comma-space-after)
(#193) Expected single space after "," in a single-line function (function-comma-space-after)
(#11) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 8 spaces (indentation)
(#17) Expected indentation of 8 spaces (indentation)
(#18) Expected indentation of 8 spaces (indentation)
(#19) Expected indentation of 8 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 8 spaces (indentation)
(#23) Expected indentation of 8 spaces (indentation)
(#24) Expected indentation of 8 spaces (indentation)
(#25) Expected indentation of 8 spaces (indentation)
(#26) Expected indentation of 8 spaces (indentation)
(#27) Expected indentation of 8 spaces (indentation)
(#28) Expected indentation of 8 spaces (indentation)
(#29) Expected indentation of 8 spaces (indentation)
(#30) Expected indentation of 8 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 8 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#49) Expected indentation of 8 spaces (indentation)
(#50) Expected indentation of 8 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 8 spaces (indentation)
(#58) Expected indentation of 8 spaces (indentation)
(#59) Expected indentation of 8 spaces (indentation)
(#60) Expected indentation of 8 spaces (indentation)
(#61) Expected indentation of 8 spaces (indentation)
(#62) Expected indentation of 8 spaces (indentation)
(#63) Expected indentation of 8 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 8 spaces (indentation)
(#79) Expected indentation of 8 spaces (indentation)
(#80) Expected indentation of 8 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 8 spaces (indentation)
(#96) Expected indentation of 8 spaces (indentation)
(#97) Expected indentation of 8 spaces (indentation)
(#98) Expected indentation of 8 spaces (indentation)
(#99) Expected indentation of 8 spaces (indentation)
(#100) Expected indentation of 8 spaces (indentation)
(#101) Expected indentation of 8 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#106) Expected indentation of 8 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 8 spaces (indentation)
(#110) Expected indentation of 8 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 8 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 8 spaces (indentation)
(#117) Expected indentation of 8 spaces (indentation)
(#118) Expected indentation of 8 spaces (indentation)
(#120) Expected indentation of 8 spaces (indentation)
(#121) Expected indentation of 8 spaces (indentation)
(#122) Expected indentation of 8 spaces (indentation)
(#123) Expected indentation of 8 spaces (indentation)
(#124) Expected indentation of 8 spaces (indentation)
(#125) Expected indentation of 8 spaces (indentation)
(#127) Expected indentation of 8 spaces (indentation)
(#128) Expected indentation of 8 spaces (indentation)
(#130) Expected indentation of 8 spaces (indentation)
(#131) Expected indentation of 8 spaces (indentation)
(#132) Expected indentation of 8 spaces (indentation)
(#133) Expected indentation of 8 spaces (indentation)
(#134) Expected indentation of 8 spaces (indentation)
(#136) Expected indentation of 8 spaces (indentation)
(#137) Expected indentation of 8 spaces (indentation)
(#138) Expected indentation of 8 spaces (indentation)
(#139) Expected indentation of 8 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 8 spaces (indentation)
(#143) Expected indentation of 8 spaces (indentation)
(#144) Expected indentation of 8 spaces (indentation)
(#145) Expected indentation of 8 spaces (indentation)
(#146) Expected indentation of 8 spaces (indentation)
(#147) Expected indentation of 8 spaces (indentation)
(#149) Expected indentation of 8 spaces (indentation)
(#150) Expected indentation of 8 spaces (indentation)
(#151) Expected indentation of 8 spaces (indentation)
(#152) Expected indentation of 8 spaces (indentation)
(#153) Expected indentation of 8 spaces (indentation)
(#154) Expected indentation of 8 spaces (indentation)
(#156) Expected indentation of 8 spaces (indentation)
(#158) Expected indentation of 8 spaces (indentation)
(#160) Expected indentation of 8 spaces (indentation)
(#161) Expected indentation of 8 spaces (indentation)
(#162) Expected indentation of 8 spaces (indentation)
(#163) Expected indentation of 8 spaces (indentation)
(#165) Expected indentation of 8 spaces (indentation)
(#166) Expected indentation of 8 spaces (indentation)
(#167) Expected indentation of 8 spaces (indentation)
(#168) Expected indentation of 8 spaces (indentation)
(#170) Expected indentation of 8 spaces (indentation)
(#171) Expected indentation of 8 spaces (indentation)
(#172) Expected indentation of 8 spaces (indentation)
(#173) Expected indentation of 8 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 8 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 8 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 8 spaces (indentation)
(#183) Expected indentation of 8 spaces (indentation)
(#185) Expected indentation of 8 spaces (indentation)
(#186) Expected indentation of 8 spaces (indentation)
(#187) Expected indentation of 8 spaces (indentation)
(#188) Expected indentation of 8 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 8 spaces (indentation)
(#192) Expected indentation of 8 spaces (indentation)
(#193) Expected indentation of 8 spaces (indentation)
(#194) Expected indentation of 8 spaces (indentation)
(#195) Expected indentation of 8 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 8 spaces (indentation)
(#192) Unexpected unit (length-zero-no-unit)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#93) Expected newline after "," (selector-list-comma-newline-after)
(#93) Expected newline after "," (selector-list-comma-newline-after)
(#93) Expected newline after "," (selector-list-comma-newline-after)
(#23) Unexpected unit "pt" (unit-blacklist)
(#48) Unexpected unit "pt" (unit-blacklist)
(#66) Unexpected unit "pt" (unit-blacklist)
(#67) Unexpected unit "pt" (unit-blacklist)
(#68) Unexpected unit "pt" (unit-blacklist)
(#69) Unexpected unit "pt" (unit-blacklist)
(#70) Unexpected unit "pt" (unit-blacklist)
(#71) Unexpected unit "pt" (unit-blacklist)
mod/revealjs/css/print/pdf.css
(#48) Unexpected empty block (block-no-empty)
(#109) Unexpected duplicate "position" (declaration-block-no-duplicate-properties)
(#19) Unexpected !important (declaration-no-important)
(#22) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#76) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#87) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#104) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#107) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#113) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#123) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#130) Unexpected !important (declaration-no-important)
(#131) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#133) Unexpected !important (declaration-no-important)
(#145) Unexpected !important (declaration-no-important)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#153) Expected single space after ">" (selector-combinator-space-after)
(#153) Expected single space before ">" (selector-combinator-space-before)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/reveal.css
(#17) Expected newline before "}" (block-closing-brace-newline-before)
(#20) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#43) Expected newline before "}" (block-closing-brace-newline-before)
(#46) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#58) Expected newline before "}" (block-closing-brace-newline-before)
(#62) Expected newline before "}" (block-closing-brace-newline-before)
(#67) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#78) Expected newline before "}" (block-closing-brace-newline-before)
(#82) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#90) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#97) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#110) Expected newline before "}" (block-closing-brace-newline-before)
(#113) Expected newline before "}" (block-closing-brace-newline-before)
(#116) Expected newline before "}" (block-closing-brace-newline-before)
(#119) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#130) Expected newline before "}" (block-closing-brace-newline-before)
(#134) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#144) Expected newline before "}" (block-closing-brace-newline-before)
(#157) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#174) Expected newline before "}" (block-closing-brace-newline-before)
(#177) Expected newline before "}" (block-closing-brace-newline-before)
(#182) Expected newline before "}" (block-closing-brace-newline-before)
(#185) Expected newline before "}" (block-closing-brace-newline-before)
(#191) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#202) Expected newline before "}" (block-closing-brace-newline-before)
(#208) Expected newline before "}" (block-closing-brace-newline-before)
(#211) Expected newline before "}" (block-closing-brace-newline-before)
(#224) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#252) Expected newline before "}" (block-closing-brace-newline-before)
(#263) Expected newline before "}" (block-closing-brace-newline-before)
(#280) Expected newline before "}" (block-closing-brace-newline-before)
(#283) Expected newline before "}" (block-closing-brace-newline-before)
(#295) Expected newline before "}" (block-closing-brace-newline-before)
(#300) Expected newline before "}" (block-closing-brace-newline-before)
(#304) Expected newline before "}" (block-closing-brace-newline-before)
(#309) Expected newline before "}" (block-closing-brace-newline-before)
(#313) Expected newline before "}" (block-closing-brace-newline-before)
(#317) Expected newline before "}" (block-closing-brace-newline-before)
(#322) Expected newline before "}" (block-closing-brace-newline-before)
(#325) Expected newline before "}" (block-closing-brace-newline-before)
(#329) Expected newline before "}" (block-closing-brace-newline-before)
(#332) Expected newline before "}" (block-closing-brace-newline-before)
(#335) Expected newline before "}" (block-closing-brace-newline-before)
(#346) Expected newline before "}" (block-closing-brace-newline-before)
(#351) Expected newline before "}" (block-closing-brace-newline-before)
(#356) Expected newline before "}" (block-closing-brace-newline-before)
(#361) Expected newline before "}" (block-closing-brace-newline-before)
(#366) Expected newline before "}" (block-closing-brace-newline-before)
(#370) Expected newline before "}" (block-closing-brace-newline-before)
(#375) Expected newline before "}" (block-closing-brace-newline-before)
(#380) Expected newline before "}" (block-closing-brace-newline-before)
(#385) Expected newline before "}" (block-closing-brace-newline-before)
(#390) Expected newline before "}" (block-closing-brace-newline-before)
(#398) Expected newline before "}" (block-closing-brace-newline-before)
(#402) Expected newline before "}" (block-closing-brace-newline-before)
(#406) Expected newline before "}" (block-closing-brace-newline-before)
(#410) Expected newline before "}" (block-closing-brace-newline-before)
(#414) Expected newline before "}" (block-closing-brace-newline-before)
(#418) Expected newline before "}" (block-closing-brace-newline-before)
(#422) Expected newline before "}" (block-closing-brace-newline-before)
(#426) Expected newline before "}" (block-closing-brace-newline-before)
(#433) Expected newline before "}" (block-closing-brace-newline-before)
(#437) Expected newline before "}" (block-closing-brace-newline-before)
(#441) Expected newline before "}" (block-closing-brace-newline-before)
(#445) Expected newline before "}" (block-closing-brace-newline-before)
(#452) Expected newline before "}" (block-closing-brace-newline-before)
(#458) Expected newline before "}" (block-closing-brace-newline-before)
(#464) Expected newline before "}" (block-closing-brace-newline-before)
(#469) Expected newline before "}" (block-closing-brace-newline-before)
(#474) Expected newline before "}" (block-closing-brace-newline-before)
(#481) Expected newline before "}" (block-closing-brace-newline-before)
(#489) Expected newline before "}" (block-closing-brace-newline-before)
(#492) Expected newline before "}" (block-closing-brace-newline-before)
(#505) Expected newline before "}" (block-closing-brace-newline-before)
(#520) Expected newline before "}" (block-closing-brace-newline-before)
(#524) Expected newline before "}" (block-closing-brace-newline-before)
(#531) Expected newline before "}" (block-closing-brace-newline-before)
(#538) Expected newline before "}" (block-closing-brace-newline-before)
(#545) Expected newline before "}" (block-closing-brace-newline-before)
(#552) Expected newline before "}" (block-closing-brace-newline-before)
(#561) Expected newline before "}" (block-closing-brace-newline-before)
(#567) Expected newline before "}" (block-closing-brace-newline-before)
(#570) Expected newline before "}" (block-closing-brace-newline-before)
(#582) Expected newline before "}" (block-closing-brace-newline-before)
(#596) Expected newline before "}" (block-closing-brace-newline-before)
(#600) Expected newline before "}" (block-closing-brace-newline-before)
(#607) Expected newline before "}" (block-closing-brace-newline-before)
(#614) Expected newline before "}" (block-closing-brace-newline-before)
(#621) Expected newline before "}" (block-closing-brace-newline-before)
(#628) Expected newline before "}" (block-closing-brace-newline-before)
(#638) Expected newline before "}" (block-closing-brace-newline-before)
(#642) Expected newline before "}" (block-closing-brace-newline-before)
(#652) Expected newline before "}" (block-closing-brace-newline-before)
(#668) Expected newline before "}" (block-closing-brace-newline-before)
(#672) Expected newline before "}" (block-closing-brace-newline-before)
(#678) Expected newline before "}" (block-closing-brace-newline-before)
(#687) Expected newline before "}" (block-closing-brace-newline-before)
(#690) Expected newline before "}" (block-closing-brace-newline-before)
(#703) Expected newline before "}" (block-closing-brace-newline-before)
(#706) Expected newline before "}" (block-closing-brace-newline-before)
(#710) Expected newline before "}" (block-closing-brace-newline-before)
(#722) Expected newline before "}" (block-closing-brace-newline-before)
(#736) Expected newline before "}" (block-closing-brace-newline-before)
(#739) Expected newline before "}" (block-closing-brace-newline-before)
(#743) Expected newline before "}" (block-closing-brace-newline-before)
(#747) Expected newline before "}" (block-closing-brace-newline-before)
(#757) Expected newline before "}" (block-closing-brace-newline-before)
(#762) Expected newline before "}" (block-closing-brace-newline-before)
(#768) Expected newline before "}" (block-closing-brace-newline-before)
(#773) Expected newline before "}" (block-closing-brace-newline-before)
(#778) Expected newline before "}" (block-closing-brace-newline-before)
(#783) Expected newline before "}" (block-closing-brace-newline-before)
(#788) Expected newline before "}" (block-closing-brace-newline-before)
(#794) Expected newline before "}" (block-closing-brace-newline-before)
(#799) Expected newline before "}" (block-closing-brace-newline-before)
(#804) Expected newline before "}" (block-closing-brace-newline-before)
(#809) Expected newline before "}" (block-closing-brace-newline-before)
(#815) Expected newline before "}" (block-closing-brace-newline-before)
(#820) Expected newline before "}" (block-closing-brace-newline-before)
(#825) Expected newline before "}" (block-closing-brace-newline-before)
(#830) Expected newline before "}" (block-closing-brace-newline-before)
(#835) Expected newline before "}" (block-closing-brace-newline-before)
(#842) Expected newline before "}" (block-closing-brace-newline-before)
(#849) Expected newline before "}" (block-closing-brace-newline-before)
(#856) Expected newline before "}" (block-closing-brace-newline-before)
(#863) Expected newline before "}" (block-closing-brace-newline-before)
(#868) Expected newline before "}" (block-closing-brace-newline-before)
(#872) Expected newline before "}" (block-closing-brace-newline-before)
(#881) Expected newline before "}" (block-closing-brace-newline-before)
(#889) Expected newline before "}" (block-closing-brace-newline-before)
(#892) Expected newline before "}" (block-closing-brace-newline-before)
(#896) Expected newline before "}" (block-closing-brace-newline-before)
(#898) Expected newline before "}" (block-closing-brace-newline-before)
(#904) Expected newline before "}" (block-closing-brace-newline-before)
(#907) Expected newline before "}" (block-closing-brace-newline-before)
(#912) Expected newline before "}" (block-closing-brace-newline-before)
(#916) Expected newline before "}" (block-closing-brace-newline-before)
(#920) Expected newline before "}" (block-closing-brace-newline-before)
(#924) Expected newline before "}" (block-closing-brace-newline-before)
(#931) Expected newline before "}" (block-closing-brace-newline-before)
(#934) Expected newline before "}" (block-closing-brace-newline-before)
(#937) Expected newline before "}" (block-closing-brace-newline-before)
(#940) Expected newline before "}" (block-closing-brace-newline-before)
(#947) Expected newline before "}" (block-closing-brace-newline-before)
(#952) Expected newline before "}" (block-closing-brace-newline-before)
(#956) Expected newline before "}" (block-closing-brace-newline-before)
(#972) Expected newline before "}" (block-closing-brace-newline-before)
(#976) Expected newline before "}" (block-closing-brace-newline-before)
(#991) Expected newline before "}" (block-closing-brace-newline-before)
(#1000) Expected newline before "}" (block-closing-brace-newline-before)
(#1010) Expected newline before "}" (block-closing-brace-newline-before)
(#1013) Expected newline before "}" (block-closing-brace-newline-before)
(#1021) Expected newline before "}" (block-closing-brace-newline-before)
(#1024) Expected newline before "}" (block-closing-brace-newline-before)
(#1027) Expected newline before "}" (block-closing-brace-newline-before)
(#1034) Expected newline before "}" (block-closing-brace-newline-before)
(#1045) Expected newline before "}" (block-closing-brace-newline-before)
(#1049) Expected newline before "}" (block-closing-brace-newline-before)
(#1056) Expected newline before "}" (block-closing-brace-newline-before)
(#1060) Expected newline before "}" (block-closing-brace-newline-before)
(#1067) Expected newline before "}" (block-closing-brace-newline-before)
(#1070) Expected newline before "}" (block-closing-brace-newline-before)
(#1075) Expected newline before "}" (block-closing-brace-newline-before)
(#1081) Expected newline before "}" (block-closing-brace-newline-before)
(#1085) Expected newline before "}" (block-closing-brace-newline-before)
(#1097) Expected newline before "}" (block-closing-brace-newline-before)
(#1101) Expected newline before "}" (block-closing-brace-newline-before)
(#1114) Expected newline before "}" (block-closing-brace-newline-before)
(#1118) Expected newline before "}" (block-closing-brace-newline-before)
(#1133) Expected newline before "}" (block-closing-brace-newline-before)
(#1138) Expected newline before "}" (block-closing-brace-newline-before)
(#1153) Expected newline before "}" (block-closing-brace-newline-before)
(#1159) Expected newline before "}" (block-closing-brace-newline-before)
(#1166) Expected newline before "}" (block-closing-brace-newline-before)
(#1169) Expected newline before "}" (block-closing-brace-newline-before)
(#1172) Expected newline before "}" (block-closing-brace-newline-before)
(#1175) Expected newline before "}" (block-closing-brace-newline-before)
(#1180) Expected newline before "}" (block-closing-brace-newline-before)
(#1181) Expected newline before "}" (block-closing-brace-newline-before)
(#1182) Expected newline before "}" (block-closing-brace-newline-before)
(#1183) Expected newline before "}" (block-closing-brace-newline-before)
(#1184) Expected newline before "}" (block-closing-brace-newline-before)
(#1197) Expected newline before "}" (block-closing-brace-newline-before)
(#1228) Expected newline before "}" (block-closing-brace-newline-before)
(#1230) Expected newline before "}" (block-closing-brace-newline-before)
(#1231) Expected newline before "}" (block-closing-brace-newline-before)
(#1232) Expected newline before "}" (block-closing-brace-newline-before)
(#1236) Expected newline before "}" (block-closing-brace-newline-before)
(#1237) Expected newline before "}" (block-closing-brace-newline-before)
(#1238) Expected newline before "}" (block-closing-brace-newline-before)
(#1239) Expected newline before "}" (block-closing-brace-newline-before)
(#1240) Expected newline before "}" (block-closing-brace-newline-before)
(#1253) Expected newline before "}" (block-closing-brace-newline-before)
(#1180) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1181) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1182) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1183) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1184) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1197) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1230) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1231) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1232) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1237) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1238) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1239) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1240) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1253) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1180) Expected newline after "{" (block-opening-brace-newline-after)
(#1181) Expected newline after "{" (block-opening-brace-newline-after)
(#1182) Expected newline after "{" (block-opening-brace-newline-after)
(#1183) Expected newline after "{" (block-opening-brace-newline-after)
(#1184) Expected newline after "{" (block-opening-brace-newline-after)
(#1197) Expected newline after "{" (block-opening-brace-newline-after)
(#1230) Expected newline after "{" (block-opening-brace-newline-after)
(#1231) Expected newline after "{" (block-opening-brace-newline-after)
(#1232) Expected newline after "{" (block-opening-brace-newline-after)
(#1236) Expected newline after "{" (block-opening-brace-newline-after)
(#1237) Expected newline after "{" (block-opening-brace-newline-after)
(#1238) Expected newline after "{" (block-opening-brace-newline-after)
(#1239) Expected newline after "{" (block-opening-brace-newline-after)
(#1240) Expected newline after "{" (block-opening-brace-newline-after)
(#1253) Expected newline after "{" (block-opening-brace-newline-after)
(#1180) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1181) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1182) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1183) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1184) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1197) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1230) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1231) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1232) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1236) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1237) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1238) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1239) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1240) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1253) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1180) Expected single space before "{" (block-opening-brace-space-before)
(#1181) Expected single space before "{" (block-opening-brace-space-before)
(#1182) Expected single space before "{" (block-opening-brace-space-before)
(#1183) Expected single space before "{" (block-opening-brace-space-before)
(#1184) Expected single space before "{" (block-opening-brace-space-before)
(#1185) Expected single space before "{" (block-opening-brace-space-before)
(#1189) Expected single space before "{" (block-opening-brace-space-before)
(#1193) Expected single space before "{" (block-opening-brace-space-before)
(#1197) Expected single space before "{" (block-opening-brace-space-before)
(#1227) Expected single space before "{" (block-opening-brace-space-before)
(#1230) Expected single space before "{" (block-opening-brace-space-before)
(#1231) Expected single space before "{" (block-opening-brace-space-before)
(#1232) Expected single space before "{" (block-opening-brace-space-before)
(#1236) Expected single space before "{" (block-opening-brace-space-before)
(#1237) Expected single space before "{" (block-opening-brace-space-before)
(#1238) Expected single space before "{" (block-opening-brace-space-before)
(#1239) Expected single space before "{" (block-opening-brace-space-before)
(#1240) Expected single space before "{" (block-opening-brace-space-before)
(#1241) Expected single space before "{" (block-opening-brace-space-before)
(#1246) Expected single space before "{" (block-opening-brace-space-before)
(#1249) Expected single space before "{" (block-opening-brace-space-before)
(#1253) Expected single space before "{" (block-opening-brace-space-before)
(#1225) Expected "#CACACA" to be "#cacaca" (color-hex-case)
(#1243) Expected "#ffffff" to be "#fff" (color-hex-length)
(#295) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#16) Unexpected shorthand "font" after "font-size" (declaration-block-no-shorthand-property-overrides)
(#1180) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1182) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1183) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1238) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1239) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1253) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1180) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1180) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1181) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1182) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1182) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1182) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1182) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1182) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1183) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1183) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1184) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1186) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1190) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1194) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1197) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1208) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1228) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1230) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1231) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1232) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1236) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1237) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1238) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1238) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1238) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1238) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1238) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1239) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1239) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1240) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1242) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1243) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1247) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1250) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1253) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1253) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#325) Unexpected !important (declaration-no-important)
(#683) Unexpected !important (declaration-no-important)
(#690) Unexpected !important (declaration-no-important)
(#693) Unexpected !important (declaration-no-important)
(#694) Unexpected !important (declaration-no-important)
(#695) Unexpected !important (declaration-no-important)
(#709) Unexpected !important (declaration-no-important)
(#710) Unexpected !important (declaration-no-important)
(#746) Unexpected !important (declaration-no-important)
(#747) Unexpected !important (declaration-no-important)
(#884) Unexpected !important (declaration-no-important)
(#886) Unexpected !important (declaration-no-important)
(#898) Unexpected !important (declaration-no-important)
(#901) Unexpected !important (declaration-no-important)
(#1165) Unexpected !important (declaration-no-important)
(#1166) Unexpected !important (declaration-no-important)
(#1180) Unexpected !important (declaration-no-important)
(#1180) Unexpected !important (declaration-no-important)
(#1186) Unexpected !important (declaration-no-important)
(#1236) Unexpected !important (declaration-no-important)
(#1242) Unexpected !important (declaration-no-important)
(#1243) Unexpected !important (declaration-no-important)
(#1253) Unexpected !important (declaration-no-important)
(#1253) Unexpected !important (declaration-no-important)
(#987) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#1024) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#1027) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 0 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 0 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 0 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 0 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 0 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 0 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 0 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 0 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#283) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#354) Expected indentation of 4 spaces (indentation)
(#355) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#373) Expected indentation of 4 spaces (indentation)
(#374) Expected indentation of 4 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#397) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#401) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#409) Expected indentation of 4 spaces (indentation)
(#410) Expected indentation of 4 spaces (indentation)
(#413) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#418) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#422) Expected indentation of 4 spaces (indentation)
(#425) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#445) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#461) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#468) Expected indentation of 4 spaces (indentation)
(#469) Expected indentation of 4 spaces (indentation)
(#472) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#481) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#485) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#489) Expected indentation of 4 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#497) Expected indentation of 4 spaces (indentation)
(#498) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#501) Expected indentation of 4 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#508) Expected indentation of 4 spaces (indentation)
(#509) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#513) Expected indentation of 4 spaces (indentation)
(#514) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#518) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#528) Expected indentation of 4 spaces (indentation)
(#529) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#531) Expected indentation of 4 spaces (indentation)
(#534) Expected indentation of 4 spaces (indentation)
(#535) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#537) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#543) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#549) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#551) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#560) Expected indentation of 4 spaces (indentation)
(#561) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#573) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#591) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#596) Expected indentation of 4 spaces (indentation)
(#599) Expected indentation of 4 spaces (indentation)
(#600) Expected indentation of 4 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 4 spaces (indentation)
(#617) Expected indentation of 4 spaces (indentation)
(#618) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#626) Expected indentation of 4 spaces (indentation)
(#627) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#634) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#678) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#685) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#695) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#703) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#718) Expected indentation of 4 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#725) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#752) Expected indentation of 4 spaces (indentation)
(#753) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#761) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#767) Expected indentation of 4 spaces (indentation)
(#768) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 4 spaces (indentation)
(#773) Expected indentation of 4 spaces (indentation)
(#776) Expected indentation of 4 spaces (indentation)
(#777) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#792) Expected indentation of 4 spaces (indentation)
(#793) Expected indentation of 4 spaces (indentation)
(#794) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 4 spaces (indentation)
(#799) Expected indentation of 4 spaces (indentation)
(#802) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#807) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#813) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#815) Expected indentation of 4 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#819) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#829) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#841) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#849) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#855) Expected indentation of 4 spaces (indentation)
(#856) Expected indentation of 4 spaces (indentation)
(#859) Expected indentation of 4 spaces (indentation)
(#860) Expected indentation of 4 spaces (indentation)
(#861) Expected indentation of 4 spaces (indentation)
(#862) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#867) Expected indentation of 4 spaces (indentation)
(#868) Expected indentation of 4 spaces (indentation)
(#871) Expected indentation of 4 spaces (indentation)
(#872) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#880) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#882) Expected indentation of 0 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 0 spaces (indentation)
(#893) Expected indentation of 0 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 0 spaces (indentation)
(#899) Expected indentation of 0 spaces (indentation)
(#905) Expected indentation of 0 spaces (indentation)
(#907) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 0 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#916) Expected indentation of 4 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#920) Expected indentation of 4 spaces (indentation)
(#923) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#934) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#947) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)
(#966) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#972) Expected indentation of 4 spaces (indentation)
(#975) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 4 spaces (indentation)
(#979) Expected indentation of 4 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#984) Expected indentation of 4 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#986) Expected indentation of 4 spaces (indentation)
(#987) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 4 spaces (indentation)
(#1000) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1005) Expected indentation of 4 spaces (indentation)
(#1006) Expected indentation of 4 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1008) Expected indentation of 4 spaces (indentation)
(#1009) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1016) Expected indentation of 4 spaces (indentation)
(#1017) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 4 spaces (indentation)
(#1021) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1027) Expected indentation of 4 spaces (indentation)
(#1030) Expected indentation of 4 spaces (indentation)
(#1031) Expected indentation of 4 spaces (indentation)
(#1032) Expected indentation of 4 spaces (indentation)
(#1033) Expected indentation of 4 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1038) Expected indentation of 4 spaces (indentation)
(#1039) Expected indentation of 4 spaces (indentation)
(#1040) Expected indentation of 4 spaces (indentation)
(#1041) Expected indentation of 4 spaces (indentation)
(#1042) Expected indentation of 4 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 4 spaces (indentation)
(#1045) Expected indentation of 4 spaces (indentation)
(#1048) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1052) Expected indentation of 4 spaces (indentation)
(#1053) Expected indentation of 4 spaces (indentation)
(#1054) Expected indentation of 4 spaces (indentation)
(#1055) Expected indentation of 4 spaces (indentation)
(#1056) Expected indentation of 4 spaces (indentation)
(#1059) Expected indentation of 4 spaces (indentation)
(#1060) Expected indentation of 4 spaces (indentation)
(#1063) Expected indentation of 4 spaces (indentation)
(#1064) Expected indentation of 4 spaces (indentation)
(#1065) Expected indentation of 4 spaces (indentation)
(#1066) Expected indentation of 4 spaces (indentation)
(#1067) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 4 spaces (indentation)
(#1073) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1075) Expected indentation of 4 spaces (indentation)
(#1078) Expected indentation of 4 spaces (indentation)
(#1079) Expected indentation of 4 spaces (indentation)
(#1080) Expected indentation of 4 spaces (indentation)
(#1081) Expected indentation of 4 spaces (indentation)
(#1084) Expected indentation of 4 spaces (indentation)
(#1085) Expected indentation of 4 spaces (indentation)
(#1091) Expected indentation of 4 spaces (indentation)
(#1092) Expected indentation of 4 spaces (indentation)
(#1093) Expected indentation of 4 spaces (indentation)
(#1094) Expected indentation of 4 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1096) Expected indentation of 4 spaces (indentation)
(#1097) Expected indentation of 4 spaces (indentation)
(#1100) Expected indentation of 4 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1107) Expected indentation of 4 spaces (indentation)
(#1108) Expected indentation of 4 spaces (indentation)
(#1109) Expected indentation of 4 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1111) Expected indentation of 4 spaces (indentation)
(#1112) Expected indentation of 4 spaces (indentation)
(#1113) Expected indentation of 4 spaces (indentation)
(#1114) Expected indentation of 4 spaces (indentation)
(#1117) Expected indentation of 4 spaces (indentation)
(#1118) Expected indentation of 4 spaces (indentation)
(#1121) Expected indentation of 4 spaces (indentation)
(#1122) Expected indentation of 4 spaces (indentation)
(#1123) Expected indentation of 4 spaces (indentation)
(#1124) Expected indentation of 4 spaces (indentation)
(#1125) Expected indentation of 4 spaces (indentation)
(#1126) Expected indentation of 4 spaces (indentation)
(#1127) Expected indentation of 4 spaces (indentation)
(#1128) Expected indentation of 4 spaces (indentation)
(#1129) Expected indentation of 4 spaces (indentation)
(#1130) Expected indentation of 4 spaces (indentation)
(#1131) Expected indentation of 4 spaces (indentation)
(#1132) Expected indentation of 4 spaces (indentation)
(#1133) Expected indentation of 4 spaces (indentation)
(#1136) Expected indentation of 4 spaces (indentation)
(#1137) Expected indentation of 4 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1141) Expected indentation of 4 spaces (indentation)
(#1142) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 4 spaces (indentation)
(#1144) Expected indentation of 4 spaces (indentation)
(#1145) Expected indentation of 4 spaces (indentation)
(#1146) Expected indentation of 4 spaces (indentation)
(#1147) Expected indentation of 4 spaces (indentation)
(#1148) Expected indentation of 4 spaces (indentation)
(#1149) Expected indentation of 4 spaces (indentation)
(#1150) Expected indentation of 4 spaces (indentation)
(#1151) Expected indentation of 4 spaces (indentation)
(#1152) Expected indentation of 4 spaces (indentation)
(#1153) Expected indentation of 4 spaces (indentation)
(#1159) Expected indentation of 4 spaces (indentation)
(#1165) Expected indentation of 4 spaces (indentation)
(#1166) Expected indentation of 4 spaces (indentation)
(#1169) Expected indentation of 4 spaces (indentation)
(#1172) Expected indentation of 4 spaces (indentation)
(#1175) Expected indentation of 4 spaces (indentation)
(#1186) Expected indentation of 4 spaces (indentation)
(#1190) Expected indentation of 4 spaces (indentation)
(#1194) Expected indentation of 4 spaces (indentation)
(#1208) Expected indentation of 4 spaces (indentation)
(#1228) Expected indentation of 4 spaces (indentation)
(#1242) Expected indentation of 4 spaces (indentation)
(#1243) Expected indentation of 4 spaces (indentation)
(#1247) Expected indentation of 4 spaces (indentation)
(#1250) Expected indentation of 4 spaces (indentation)
(#237) Unexpected unit (length-zero-no-unit)
(#289) Unexpected unit (length-zero-no-unit)
(#518) Unexpected unit (length-zero-no-unit)
(#595) Unexpected unit (length-zero-no-unit)
(#1137) Unexpected unit (length-zero-no-unit)
(#1137) Unexpected unit (length-zero-no-unit)
(#1138) Unexpected unit (length-zero-no-unit)
(#1138) Unexpected unit (length-zero-no-unit)
(#1152) Unexpected unit (length-zero-no-unit)
(#1152) Unexpected unit (length-zero-no-unit)
(#1153) Unexpected unit (length-zero-no-unit)
(#1153) Unexpected unit (length-zero-no-unit)
(#1204) Unexpected unit (length-zero-no-unit)
(#1205) Unexpected unit (length-zero-no-unit)
(#1253) Unexpected unit (length-zero-no-unit)
(#1253) Unexpected unit (length-zero-no-unit)
(#1179) Expected no more than 2 empty lines (max-empty-lines)
(#11) Expected line length to be no more than 132 characters (max-line-length)
(#19) Expected line length to be no more than 132 characters (max-line-length)
(#99) Expected line length to be no more than 132 characters (max-line-length)
(#293) Expected line length to be no more than 132 characters (max-line-length)
(#294) Expected line length to be no more than 132 characters (max-line-length)
(#295) Expected line length to be no more than 132 characters (max-line-length)
(#328) Expected line length to be no more than 132 characters (max-line-length)
(#334) Expected line length to be no more than 132 characters (max-line-length)
(#348) Expected line length to be no more than 132 characters (max-line-length)
(#353) Expected line length to be no more than 132 characters (max-line-length)
(#358) Expected line length to be no more than 132 characters (max-line-length)
(#363) Expected line length to be no more than 132 characters (max-line-length)
(#372) Expected line length to be no more than 132 characters (max-line-length)
(#377) Expected line length to be no more than 132 characters (max-line-length)
(#382) Expected line length to be no more than 132 characters (max-line-length)
(#387) Expected line length to be no more than 132 characters (max-line-length)
(#396) Expected line length to be no more than 132 characters (max-line-length)
(#400) Expected line length to be no more than 132 characters (max-line-length)
(#404) Expected line length to be no more than 132 characters (max-line-length)
(#408) Expected line length to be no more than 132 characters (max-line-length)
(#412) Expected line length to be no more than 132 characters (max-line-length)
(#416) Expected line length to be no more than 132 characters (max-line-length)
(#420) Expected line length to be no more than 132 characters (max-line-length)
(#424) Expected line length to be no more than 132 characters (max-line-length)
(#431) Expected line length to be no more than 132 characters (max-line-length)
(#435) Expected line length to be no more than 132 characters (max-line-length)
(#439) Expected line length to be no more than 132 characters (max-line-length)
(#443) Expected line length to be no more than 132 characters (max-line-length)
(#454) Expected line length to be no more than 132 characters (max-line-length)
(#460) Expected line length to be no more than 132 characters (max-line-length)
(#466) Expected line length to be no more than 132 characters (max-line-length)
(#471) Expected line length to be no more than 132 characters (max-line-length)
(#633) Expected line length to be no more than 132 characters (max-line-length)
(#760) Expected line length to be no more than 132 characters (max-line-length)
(#765) Expected line length to be no more than 132 characters (max-line-length)
(#770) Expected line length to be no more than 132 characters (max-line-length)
(#775) Expected line length to be no more than 132 characters (max-line-length)
(#780) Expected line length to be no more than 132 characters (max-line-length)
(#785) Expected line length to be no more than 132 characters (max-line-length)
(#791) Expected line length to be no more than 132 characters (max-line-length)
(#796) Expected line length to be no more than 132 characters (max-line-length)
(#801) Expected line length to be no more than 132 characters (max-line-length)
(#806) Expected line length to be no more than 132 characters (max-line-length)
(#812) Expected line length to be no more than 132 characters (max-line-length)
(#817) Expected line length to be no more than 132 characters (max-line-length)
(#822) Expected line length to be no more than 132 characters (max-line-length)
(#827) Expected line length to be no more than 132 characters (max-line-length)
(#833) Expected line length to be no more than 132 characters (max-line-length)
(#837) Expected line length to be no more than 132 characters (max-line-length)
(#844) Expected line length to be no more than 132 characters (max-line-length)
(#851) Expected line length to be no more than 132 characters (max-line-length)
(#858) Expected line length to be no more than 132 characters (max-line-length)
(#929) Expected line length to be no more than 132 characters (max-line-length)
(#1187) Unexpected whitespace at end of line (no-eol-whitespace)
(#1191) Unexpected whitespace at end of line (no-eol-whitespace)
(#1201) Unexpected whitespace at end of line (no-eol-whitespace)
(#1228) Unexpected whitespace at end of line (no-eol-whitespace)
(#1244) Unexpected whitespace at end of line (no-eol-whitespace)
(#1251) Unexpected whitespace at end of line (no-eol-whitespace)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#285) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#324) Expected newline after "," (selector-list-comma-newline-after)
(#324) Expected newline after "," (selector-list-comma-newline-after)
(#328) Expected newline after "," (selector-list-comma-newline-after)
(#328) Expected newline after "," (selector-list-comma-newline-after)
(#328) Expected newline after "," (selector-list-comma-newline-after)
(#331) Expected newline after "," (selector-list-comma-newline-after)
(#334) Expected newline after "," (selector-list-comma-newline-after)
(#334) Expected newline after "," (selector-list-comma-newline-after)
(#334) Expected newline after "," (selector-list-comma-newline-after)
(#348) Expected newline after "," (selector-list-comma-newline-after)
(#348) Expected newline after "," (selector-list-comma-newline-after)
(#353) Expected newline after "," (selector-list-comma-newline-after)
(#353) Expected newline after "," (selector-list-comma-newline-after)
(#358) Expected newline after "," (selector-list-comma-newline-after)
(#358) Expected newline after "," (selector-list-comma-newline-after)
(#363) Expected newline after "," (selector-list-comma-newline-after)
(#363) Expected newline after "," (selector-list-comma-newline-after)
(#372) Expected newline after "," (selector-list-comma-newline-after)
(#372) Expected newline after "," (selector-list-comma-newline-after)
(#377) Expected newline after "," (selector-list-comma-newline-after)
(#377) Expected newline after "," (selector-list-comma-newline-after)
(#382) Expected newline after "," (selector-list-comma-newline-after)
(#382) Expected newline after "," (selector-list-comma-newline-after)
(#387) Expected newline after "," (selector-list-comma-newline-after)
(#387) Expected newline after "," (selector-list-comma-newline-after)
(#396) Expected newline after "," (selector-list-comma-newline-after)
(#396) Expected newline after "," (selector-list-comma-newline-after)
(#400) Expected newline after "," (selector-list-comma-newline-after)
(#400) Expected newline after "," (selector-list-comma-newline-after)
(#404) Expected newline after "," (selector-list-comma-newline-after)
(#404) Expected newline after "," (selector-list-comma-newline-after)
(#408) Expected newline after "," (selector-list-comma-newline-after)
(#408) Expected newline after "," (selector-list-comma-newline-after)
(#412) Expected newline after "," (selector-list-comma-newline-after)
(#412) Expected newline after "," (selector-list-comma-newline-after)
(#416) Expected newline after "," (selector-list-comma-newline-after)
(#416) Expected newline after "," (selector-list-comma-newline-after)
(#420) Expected newline after "," (selector-list-comma-newline-after)
(#420) Expected newline after "," (selector-list-comma-newline-after)
(#424) Expected newline after "," (selector-list-comma-newline-after)
(#424) Expected newline after "," (selector-list-comma-newline-after)
(#431) Expected newline after "," (selector-list-comma-newline-after)
(#431) Expected newline after "," (selector-list-comma-newline-after)
(#435) Expected newline after "," (selector-list-comma-newline-after)
(#435) Expected newline after "," (selector-list-comma-newline-after)
(#439) Expected newline after "," (selector-list-comma-newline-after)
(#439) Expected newline after "," (selector-list-comma-newline-after)
(#443) Expected newline after "," (selector-list-comma-newline-after)
(#443) Expected newline after "," (selector-list-comma-newline-after)
(#450) Expected newline after "," (selector-list-comma-newline-after)
(#454) Expected newline after "," (selector-list-comma-newline-after)
(#454) Expected newline after "," (selector-list-comma-newline-after)
(#460) Expected newline after "," (selector-list-comma-newline-after)
(#460) Expected newline after "," (selector-list-comma-newline-after)
(#466) Expected newline after "," (selector-list-comma-newline-after)
(#466) Expected newline after "," (selector-list-comma-newline-after)
(#471) Expected newline after "," (selector-list-comma-newline-after)
(#471) Expected newline after "," (selector-list-comma-newline-after)
(#633) Expected newline after "," (selector-list-comma-newline-after)
(#633) Expected newline after "," (selector-list-comma-newline-after)
(#640) Expected newline after "," (selector-list-comma-newline-after)
(#647) Expected newline after "," (selector-list-comma-newline-after)
(#689) Expected newline after "," (selector-list-comma-newline-after)
(#708) Expected newline after "," (selector-list-comma-newline-after)
(#760) Expected newline after "," (selector-list-comma-newline-after)
(#765) Expected newline after "," (selector-list-comma-newline-after)
(#770) Expected newline after "," (selector-list-comma-newline-after)
(#775) Expected newline after "," (selector-list-comma-newline-after)
(#780) Expected newline after "," (selector-list-comma-newline-after)
(#785) Expected newline after "," (selector-list-comma-newline-after)
(#791) Expected newline after "," (selector-list-comma-newline-after)
(#796) Expected newline after "," (selector-list-comma-newline-after)
(#801) Expected newline after "," (selector-list-comma-newline-after)
(#806) Expected newline after "," (selector-list-comma-newline-after)
(#812) Expected newline after "," (selector-list-comma-newline-after)
(#817) Expected newline after "," (selector-list-comma-newline-after)
(#822) Expected newline after "," (selector-list-comma-newline-after)
(#827) Expected newline after "," (selector-list-comma-newline-after)
(#833) Expected newline after "," (selector-list-comma-newline-after)
(#837) Expected newline after "," (selector-list-comma-newline-after)
(#844) Expected newline after "," (selector-list-comma-newline-after)
(#851) Expected newline after "," (selector-list-comma-newline-after)
(#858) Expected newline after "," (selector-list-comma-newline-after)
(#890) Expected newline after "," (selector-list-comma-newline-after)
(#897) Expected newline after "," (selector-list-comma-newline-after)
(#914) Expected newline after "," (selector-list-comma-newline-after)
(#918) Expected newline after "," (selector-list-comma-newline-after)
(#929) Expected newline after "," (selector-list-comma-newline-after)
(#929) Expected newline after "," (selector-list-comma-newline-after)
(#929) Expected newline after "," (selector-list-comma-newline-after)
(#929) Expected newline after "," (selector-list-comma-newline-after)
(#929) Expected newline after "," (selector-list-comma-newline-after)
(#929) Expected newline after "," (selector-list-comma-newline-after)
(#933) Expected newline after "," (selector-list-comma-newline-after)
(#936) Expected newline after "," (selector-list-comma-newline-after)
(#1077) Expected newline after "," (selector-list-comma-newline-after)
(#1164) Expected newline after "," (selector-list-comma-newline-after)
(#1164) Expected newline after "," (selector-list-comma-newline-after)
(#1168) Expected newline after "," (selector-list-comma-newline-after)
(#1197) Expected newline after "," (selector-list-comma-newline-after)
(#1197) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/reveal.scss
(#440) Expected empty line before at-rule (at-rule-empty-line-before)
(#447) Expected empty line before at-rule (at-rule-empty-line-before)
(#462) Expected empty line before at-rule (at-rule-empty-line-before)
(#520) Expected empty line before at-rule (at-rule-empty-line-before)
(#523) Expected empty line before at-rule (at-rule-empty-line-before)
(#526) Expected empty line before at-rule (at-rule-empty-line-before)
(#538) Expected empty line before at-rule (at-rule-empty-line-before)
(#542) Expected empty line before at-rule (at-rule-empty-line-before)
(#546) Expected empty line before at-rule (at-rule-empty-line-before)
(#549) Expected empty line before at-rule (at-rule-empty-line-before)
(#31) Unexpected shorthand "font" after "font-size" (declaration-block-no-shorthand-property-overrides)
(#150) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#160) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1058) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#369) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#406) Unexpected !important (declaration-no-important)
(#757) Unexpected !important (declaration-no-important)
(#766) Unexpected !important (declaration-no-important)
(#770) Unexpected !important (declaration-no-important)
(#771) Unexpected !important (declaration-no-important)
(#772) Unexpected !important (declaration-no-important)
(#787) Unexpected !important (declaration-no-important)
(#829) Unexpected !important (declaration-no-important)
(#830) Unexpected !important (declaration-no-important)
(#974) Unexpected !important (declaration-no-important)
(#976) Unexpected !important (declaration-no-important)
(#991) Unexpected !important (declaration-no-important)
(#995) Unexpected !important (declaration-no-important)
(#1303) Unexpected !important (declaration-no-important)
(#579) Expected single space after "," in a single-line function (function-comma-space-after)
(#579) Expected single space after "," in a single-line function (function-comma-space-after)
(#579) Expected single space after "," in a single-line function (function-comma-space-after)
(#595) Expected single space after "," in a single-line function (function-comma-space-after)
(#595) Expected single space after "," in a single-line function (function-comma-space-after)
(#595) Expected single space after "," in a single-line function (function-comma-space-after)
(#650) Expected single space after "," in a single-line function (function-comma-space-after)
(#650) Expected single space after "," in a single-line function (function-comma-space-after)
(#650) Expected single space after "," in a single-line function (function-comma-space-after)
(#665) Expected single space after "," in a single-line function (function-comma-space-after)
(#665) Expected single space after "," in a single-line function (function-comma-space-after)
(#665) Expected single space after "," in a single-line function (function-comma-space-after)
(#982) Expected single space after "," in a single-line function (function-comma-space-after)
(#982) Expected single space after "," in a single-line function (function-comma-space-after)
(#982) Expected single space after "," in a single-line function (function-comma-space-after)
(#1010) Expected single space after "," in a single-line function (function-comma-space-after)
(#1010) Expected single space after "," in a single-line function (function-comma-space-after)
(#1010) Expected single space after "," in a single-line function (function-comma-space-after)
(#1270) Expected single space after "," in a single-line function (function-comma-space-after)
(#1270) Expected single space after "," in a single-line function (function-comma-space-after)
(#1270) Expected single space after "," in a single-line function (function-comma-space-after)
(#81) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#81) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#90) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#90) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#95) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#95) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#226) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#226) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#294) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#294) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#581) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#581) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#596) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#596) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#651) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#651) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#667) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#667) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#811) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#811) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#1089) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#1089) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#1271) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#1271) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#1271) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#1271) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#1283) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#1283) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#1283) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#1283) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#1108) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#1147) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#1150) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 8 spaces (indentation)
(#72) Expected indentation of 8 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 8 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 8 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 8 spaces (indentation)
(#108) Expected indentation of 8 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 8 spaces (indentation)
(#118) Expected indentation of 8 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 8 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 8 spaces (indentation)
(#136) Expected indentation of 8 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 0 spaces (indentation)
(#151) Expected indentation of 0 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 0 spaces (indentation)
(#154) Expected indentation of 0 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 0 spaces (indentation)
(#157) Expected indentation of 0 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 0 spaces (indentation)
(#243) Expected indentation of 0 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 0 spaces (indentation)
(#246) Expected indentation of 0 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 0 spaces (indentation)
(#254) Expected indentation of 0 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 0 spaces (indentation)
(#257) Expected indentation of 0 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 0 spaces (indentation)
(#264) Expected indentation of 0 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 0 spaces (indentation)
(#267) Expected indentation of 0 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 0 spaces (indentation)
(#275) Expected indentation of 0 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 0 spaces (indentation)
(#278) Expected indentation of 0 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 0 spaces (indentation)
(#303) Expected indentation of 0 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 0 spaces (indentation)
(#311) Expected indentation of 0 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#340) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 8 spaces (indentation)
(#371) Expected indentation of 8 spaces (indentation)
(#372) Expected indentation of 8 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 8 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#445) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 8 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 8 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#460) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 8 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#465) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 8 spaces (indentation)
(#476) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 8 spaces (indentation)
(#479) Expected indentation of 4 spaces (indentation)
(#481) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 8 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 8 spaces (indentation)
(#485) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 8 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#490) Expected indentation of 4 spaces (indentation)
(#489) Expected indentation of 8 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#501) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 8 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 8 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 8 spaces (indentation)
(#508) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#509) Expected indentation of 8 spaces (indentation)
(#518) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#539) Expected indentation of 4 spaces (indentation)
(#540) Expected indentation of 4 spaces (indentation)
(#543) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#547) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#563) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 0 spaces (indentation)
(#570) Expected indentation of 0 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 0 spaces (indentation)
(#582) Expected indentation of 0 spaces (indentation)
(#572) Expected indentation of 4 spaces (indentation)
(#573) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 0 spaces (indentation)
(#597) Expected indentation of 0 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#591) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#596) Expected indentation of 4 spaces (indentation)
(#600) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#630) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 0 spaces (indentation)
(#641) Expected indentation of 0 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 0 spaces (indentation)
(#652) Expected indentation of 0 spaces (indentation)
(#643) Expected indentation of 4 spaces (indentation)
(#644) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#653) Expected indentation of 0 spaces (indentation)
(#668) Expected indentation of 0 spaces (indentation)
(#654) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#676) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#691) Expected indentation of 4 spaces (indentation)
(#692) Expected indentation of 4 spaces (indentation)
(#703) Expected indentation of 4 spaces (indentation)
(#704) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#760) Expected indentation of 4 spaces (indentation)
(#761) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 4 spaces (indentation)
(#773) Expected indentation of 4 spaces (indentation)
(#774) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#776) Expected indentation of 4 spaces (indentation)
(#777) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 4 spaces (indentation)
(#799) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 0 spaces (indentation)
(#817) Expected indentation of 0 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#806) Expected indentation of 4 spaces (indentation)
(#807) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 4 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#813) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#819) Expected indentation of 0 spaces (indentation)
(#821) Expected indentation of 0 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 0 spaces (indentation)
(#826) Expected indentation of 0 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 0 spaces (indentation)
(#831) Expected indentation of 0 spaces (indentation)
(#829) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 4 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#841) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#856) Expected indentation of 0 spaces (indentation)
(#859) Expected indentation of 0 spaces (indentation)
(#857) Expected indentation of 0 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#860) Expected indentation of 0 spaces (indentation)
(#863) Expected indentation of 0 spaces (indentation)
(#861) Expected indentation of 0 spaces (indentation)
(#862) Expected indentation of 4 spaces (indentation)
(#865) Expected indentation of 0 spaces (indentation)
(#868) Expected indentation of 0 spaces (indentation)
(#866) Expected indentation of 0 spaces (indentation)
(#867) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 0 spaces (indentation)
(#872) Expected indentation of 0 spaces (indentation)
(#870) Expected indentation of 0 spaces (indentation)
(#871) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#883) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 4 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#907) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#932) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#938) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#945) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 4 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 4 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#972) Expected indentation of 4 spaces (indentation)
(#979) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 8 spaces (indentation)
(#974) Expected indentation of 8 spaces (indentation)
(#975) Expected indentation of 8 spaces (indentation)
(#976) Expected indentation of 8 spaces (indentation)
(#977) Expected indentation of 8 spaces (indentation)
(#978) Expected indentation of 8 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#984) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 8 spaces (indentation)
(#983) Expected indentation of 8 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#986) Expected indentation of 8 spaces (indentation)
(#987) Expected indentation of 8 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#992) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 8 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 8 spaces (indentation)
(#995) Expected indentation of 8 spaces (indentation)
(#996) Expected indentation of 8 spaces (indentation)
(#997) Expected indentation of 8 spaces (indentation)
(#998) Expected indentation of 8 spaces (indentation)
(#1001) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 8 spaces (indentation)
(#1005) Expected indentation of 4 spaces (indentation)
(#1012) Expected indentation of 4 spaces (indentation)
(#1006) Expected indentation of 8 spaces (indentation)
(#1007) Expected indentation of 8 spaces (indentation)
(#1009) Expected indentation of 8 spaces (indentation)
(#1010) Expected indentation of 8 spaces (indentation)
(#1011) Expected indentation of 8 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1028) Expected indentation of 4 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1054) Expected indentation of 4 spaces (indentation)
(#1058) Expected indentation of 4 spaces (indentation)
(#1066) Expected indentation of 4 spaces (indentation)
(#1071) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1083) Expected indentation of 4 spaces (indentation)
(#1084) Expected indentation of 4 spaces (indentation)
(#1085) Expected indentation of 4 spaces (indentation)
(#1086) Expected indentation of 4 spaces (indentation)
(#1087) Expected indentation of 4 spaces (indentation)
(#1088) Expected indentation of 4 spaces (indentation)
(#1089) Expected indentation of 4 spaces (indentation)
(#1090) Expected indentation of 4 spaces (indentation)
(#1091) Expected indentation of 4 spaces (indentation)
(#1092) Expected indentation of 4 spaces (indentation)
(#1094) Expected indentation of 0 spaces (indentation)
(#1097) Expected indentation of 0 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1096) Expected indentation of 4 spaces (indentation)
(#1099) Expected indentation of 0 spaces (indentation)
(#1113) Expected indentation of 0 spaces (indentation)
(#1100) Expected indentation of 4 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1102) Expected indentation of 4 spaces (indentation)
(#1103) Expected indentation of 4 spaces (indentation)
(#1104) Expected indentation of 4 spaces (indentation)
(#1105) Expected indentation of 4 spaces (indentation)
(#1106) Expected indentation of 4 spaces (indentation)
(#1107) Expected indentation of 4 spaces (indentation)
(#1108) Expected indentation of 4 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1111) Expected indentation of 4 spaces (indentation)
(#1112) Expected indentation of 4 spaces (indentation)
(#1115) Expected indentation of 0 spaces (indentation)
(#1123) Expected indentation of 0 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1117) Expected indentation of 4 spaces (indentation)
(#1118) Expected indentation of 4 spaces (indentation)
(#1119) Expected indentation of 4 spaces (indentation)
(#1120) Expected indentation of 4 spaces (indentation)
(#1121) Expected indentation of 4 spaces (indentation)
(#1122) Expected indentation of 4 spaces (indentation)
(#1124) Expected indentation of 0 spaces (indentation)
(#1133) Expected indentation of 0 spaces (indentation)
(#1125) Expected indentation of 4 spaces (indentation)
(#1126) Expected indentation of 4 spaces (indentation)
(#1127) Expected indentation of 4 spaces (indentation)
(#1128) Expected indentation of 4 spaces (indentation)
(#1129) Expected indentation of 4 spaces (indentation)
(#1130) Expected indentation of 4 spaces (indentation)
(#1132) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 0 spaces (indentation)
(#1136) Expected indentation of 0 spaces (indentation)
(#1135) Expected indentation of 4 spaces (indentation)
(#1137) Expected indentation of 0 spaces (indentation)
(#1145) Expected indentation of 0 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1139) Expected indentation of 4 spaces (indentation)
(#1140) Expected indentation of 4 spaces (indentation)
(#1142) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 4 spaces (indentation)
(#1144) Expected indentation of 4 spaces (indentation)
(#1146) Expected indentation of 0 spaces (indentation)
(#1148) Expected indentation of 0 spaces (indentation)
(#1147) Expected indentation of 4 spaces (indentation)
(#1149) Expected indentation of 0 spaces (indentation)
(#1151) Expected indentation of 0 spaces (indentation)
(#1150) Expected indentation of 4 spaces (indentation)
(#1153) Expected indentation of 0 spaces (indentation)
(#1159) Expected indentation of 0 spaces (indentation)
(#1154) Expected indentation of 4 spaces (indentation)
(#1155) Expected indentation of 4 spaces (indentation)
(#1156) Expected indentation of 4 spaces (indentation)
(#1157) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 4 spaces (indentation)
(#1161) Expected indentation of 0 spaces (indentation)
(#1171) Expected indentation of 0 spaces (indentation)
(#1162) Expected indentation of 4 spaces (indentation)
(#1163) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1165) Expected indentation of 4 spaces (indentation)
(#1166) Expected indentation of 4 spaces (indentation)
(#1168) Expected indentation of 4 spaces (indentation)
(#1169) Expected indentation of 4 spaces (indentation)
(#1170) Expected indentation of 4 spaces (indentation)
(#1173) Expected indentation of 0 spaces (indentation)
(#1176) Expected indentation of 0 spaces (indentation)
(#1174) Expected indentation of 4 spaces (indentation)
(#1175) Expected indentation of 4 spaces (indentation)
(#1178) Expected indentation of 0 spaces (indentation)
(#1182) Expected indentation of 0 spaces (indentation)
(#1179) Expected indentation of 4 spaces (indentation)
(#1180) Expected indentation of 4 spaces (indentation)
(#1181) Expected indentation of 4 spaces (indentation)
(#1184) Expected indentation of 0 spaces (indentation)
(#1187) Expected indentation of 0 spaces (indentation)
(#1185) Expected indentation of 4 spaces (indentation)
(#1186) Expected indentation of 4 spaces (indentation)
(#1189) Expected indentation of 0 spaces (indentation)
(#1195) Expected indentation of 0 spaces (indentation)
(#1190) Expected indentation of 4 spaces (indentation)
(#1191) Expected indentation of 4 spaces (indentation)
(#1192) Expected indentation of 4 spaces (indentation)
(#1193) Expected indentation of 4 spaces (indentation)
(#1194) Expected indentation of 4 spaces (indentation)
(#1197) Expected indentation of 0 spaces (indentation)
(#1199) Expected indentation of 0 spaces (indentation)
(#1198) Expected indentation of 4 spaces (indentation)
(#1201) Expected indentation of 0 spaces (indentation)
(#1205) Expected indentation of 0 spaces (indentation)
(#1202) Expected indentation of 4 spaces (indentation)
(#1203) Expected indentation of 4 spaces (indentation)
(#1204) Expected indentation of 4 spaces (indentation)
(#1207) Expected indentation of 0 spaces (indentation)
(#1213) Expected indentation of 0 spaces (indentation)
(#1208) Expected indentation of 0 spaces (indentation)
(#1209) Expected indentation of 4 spaces (indentation)
(#1210) Expected indentation of 4 spaces (indentation)
(#1211) Expected indentation of 4 spaces (indentation)
(#1212) Expected indentation of 4 spaces (indentation)
(#1215) Expected indentation of 0 spaces (indentation)
(#1218) Expected indentation of 0 spaces (indentation)
(#1216) Expected indentation of 4 spaces (indentation)
(#1217) Expected indentation of 4 spaces (indentation)
(#1227) Expected indentation of 4 spaces (indentation)
(#1228) Expected indentation of 4 spaces (indentation)
(#1229) Expected indentation of 4 spaces (indentation)
(#1230) Expected indentation of 4 spaces (indentation)
(#1231) Expected indentation of 4 spaces (indentation)
(#1232) Expected indentation of 4 spaces (indentation)
(#1236) Expected indentation of 4 spaces (indentation)
(#1237) Expected indentation of 4 spaces (indentation)
(#1246) Expected indentation of 4 spaces (indentation)
(#1247) Expected indentation of 4 spaces (indentation)
(#1248) Expected indentation of 4 spaces (indentation)
(#1250) Expected indentation of 4 spaces (indentation)
(#1251) Expected indentation of 4 spaces (indentation)
(#1252) Expected indentation of 4 spaces (indentation)
(#1254) Expected indentation of 0 spaces (indentation)
(#1257) Expected indentation of 0 spaces (indentation)
(#1255) Expected indentation of 4 spaces (indentation)
(#1256) Expected indentation of 4 spaces (indentation)
(#1259) Expected indentation of 4 spaces (indentation)
(#1260) Expected indentation of 4 spaces (indentation)
(#1261) Expected indentation of 4 spaces (indentation)
(#1263) Expected indentation of 4 spaces (indentation)
(#1264) Expected indentation of 4 spaces (indentation)
(#1265) Expected indentation of 4 spaces (indentation)
(#1266) Expected indentation of 4 spaces (indentation)
(#1267) Expected indentation of 4 spaces (indentation)
(#1269) Expected indentation of 0 spaces (indentation)
(#1272) Expected indentation of 0 spaces (indentation)
(#1270) Expected indentation of 4 spaces (indentation)
(#1271) Expected indentation of 4 spaces (indentation)
(#1274) Expected indentation of 4 spaces (indentation)
(#1276) Expected indentation of 4 spaces (indentation)
(#1277) Expected indentation of 4 spaces (indentation)
(#1278) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 4 spaces (indentation)
(#1280) Expected indentation of 4 spaces (indentation)
(#1281) Expected indentation of 4 spaces (indentation)
(#1282) Expected indentation of 4 spaces (indentation)
(#1283) Expected indentation of 4 spaces (indentation)
(#1292) Expected indentation of 4 spaces (indentation)
(#1303) Expected indentation of 4 spaces (indentation)
(#1308) Expected indentation of 4 spaces (indentation)
(#1312) Expected indentation of 4 spaces (indentation)
(#1316) Expected indentation of 4 spaces (indentation)
(#307) Unexpected unit (length-zero-no-unit)
(#365) Unexpected unit (length-zero-no-unit)
(#595) Unexpected unit (length-zero-no-unit)
(#665) Unexpected unit (length-zero-no-unit)
(#1271) Unexpected unit (length-zero-no-unit)
(#1271) Unexpected unit (length-zero-no-unit)
(#1283) Unexpected unit (length-zero-no-unit)
(#1283) Unexpected unit (length-zero-no-unit)
(#1222) Expected no more than 2 empty lines (max-empty-lines)
(#356) Expected single space after ">" (selector-combinator-space-after)
(#360) Expected single space after ">" (selector-combinator-space-after)
(#360) Expected single space after ">" (selector-combinator-space-after)
(#360) Expected single space after ">" (selector-combinator-space-after)
(#391) Expected single space after ">" (selector-combinator-space-after)
(#396) Expected single space after ">" (selector-combinator-space-after)
(#396) Expected single space after ">" (selector-combinator-space-after)
(#396) Expected single space after ">" (selector-combinator-space-after)
(#410) Expected single space after ">" (selector-combinator-space-after)
(#410) Expected single space after ">" (selector-combinator-space-after)
(#410) Expected single space after ">" (selector-combinator-space-after)
(#410) Expected single space after ">" (selector-combinator-space-after)
(#410) Expected single space after ">" (selector-combinator-space-after)
(#410) Expected single space after ">" (selector-combinator-space-after)
(#417) Expected single space after ">" (selector-combinator-space-after)
(#417) Expected single space after ">" (selector-combinator-space-after)
(#417) Expected single space after ">" (selector-combinator-space-after)
(#422) Expected single space after ">" (selector-combinator-space-after)
(#422) Expected single space after ">" (selector-combinator-space-after)
(#422) Expected single space after ">" (selector-combinator-space-after)
(#422) Expected single space after ">" (selector-combinator-space-after)
(#422) Expected single space after ">" (selector-combinator-space-after)
(#422) Expected single space after ">" (selector-combinator-space-after)
(#435) Expected single space after ">" (selector-combinator-space-after)
(#435) Expected single space after ">" (selector-combinator-space-after)
(#441) Expected single space after ">" (selector-combinator-space-after)
(#441) Expected single space after ">" (selector-combinator-space-after)
(#441) Expected single space after ">" (selector-combinator-space-after)
(#448) Expected single space after ">" (selector-combinator-space-after)
(#448) Expected single space after ">" (selector-combinator-space-after)
(#448) Expected single space after ">" (selector-combinator-space-after)
(#456) Expected single space after ">" (selector-combinator-space-after)
(#456) Expected single space after ">" (selector-combinator-space-after)
(#456) Expected single space after ">" (selector-combinator-space-after)
(#456) Expected single space after ">" (selector-combinator-space-after)
(#456) Expected single space after ">" (selector-combinator-space-after)
(#456) Expected single space after ">" (selector-combinator-space-after)
(#463) Expected single space after ">" (selector-combinator-space-after)
(#463) Expected single space after ">" (selector-combinator-space-after)
(#463) Expected single space after ">" (selector-combinator-space-after)
(#463) Expected single space after ">" (selector-combinator-space-after)
(#463) Expected single space after ">" (selector-combinator-space-after)
(#463) Expected single space after ">" (selector-combinator-space-after)
(#599) Expected single space after ">" (selector-combinator-space-after)
(#604) Expected single space after ">" (selector-combinator-space-after)
(#609) Expected single space after ">" (selector-combinator-space-after)
(#614) Expected single space after ">" (selector-combinator-space-after)
(#614) Expected single space after ">" (selector-combinator-space-after)
(#619) Expected single space after ">" (selector-combinator-space-after)
(#619) Expected single space after ">" (selector-combinator-space-after)
(#670) Expected single space after ">" (selector-combinator-space-after)
(#675) Expected single space after ">" (selector-combinator-space-after)
(#680) Expected single space after ">" (selector-combinator-space-after)
(#685) Expected single space after ">" (selector-combinator-space-after)
(#685) Expected single space after ">" (selector-combinator-space-after)
(#690) Expected single space after ">" (selector-combinator-space-after)
(#690) Expected single space after ">" (selector-combinator-space-after)
(#700) Expected single space after ">" (selector-combinator-space-after)
(#700) Expected single space after ">" (selector-combinator-space-after)
(#708) Expected single space after ">" (selector-combinator-space-after)
(#708) Expected single space after ">" (selector-combinator-space-after)
(#845) Expected single space after ">" (selector-combinator-space-after)
(#845) Expected single space after ">" (selector-combinator-space-after)
(#851) Expected single space after ">" (selector-combinator-space-after)
(#851) Expected single space after ">" (selector-combinator-space-after)
(#856) Expected single space after ">" (selector-combinator-space-after)
(#856) Expected single space after ">" (selector-combinator-space-after)
(#860) Expected single space after ">" (selector-combinator-space-after)
(#860) Expected single space after ">" (selector-combinator-space-after)
(#865) Expected single space after ">" (selector-combinator-space-after)
(#865) Expected single space after ">" (selector-combinator-space-after)
(#865) Expected single space after ">" (selector-combinator-space-after)
(#865) Expected single space after ">" (selector-combinator-space-after)
(#869) Expected single space after ">" (selector-combinator-space-after)
(#869) Expected single space after ">" (selector-combinator-space-after)
(#869) Expected single space after ">" (selector-combinator-space-after)
(#869) Expected single space after ">" (selector-combinator-space-after)
(#876) Expected single space after ">" (selector-combinator-space-after)
(#876) Expected single space after ">" (selector-combinator-space-after)
(#881) Expected single space after ">" (selector-combinator-space-after)
(#881) Expected single space after ">" (selector-combinator-space-after)
(#887) Expected single space after ">" (selector-combinator-space-after)
(#887) Expected single space after ">" (selector-combinator-space-after)
(#887) Expected single space after ">" (selector-combinator-space-after)
(#887) Expected single space after ">" (selector-combinator-space-after)
(#892) Expected single space after ">" (selector-combinator-space-after)
(#892) Expected single space after ">" (selector-combinator-space-after)
(#892) Expected single space after ">" (selector-combinator-space-after)
(#892) Expected single space after ">" (selector-combinator-space-after)
(#900) Expected single space after ">" (selector-combinator-space-after)
(#900) Expected single space after ">" (selector-combinator-space-after)
(#905) Expected single space after ">" (selector-combinator-space-after)
(#905) Expected single space after ">" (selector-combinator-space-after)
(#911) Expected single space after ">" (selector-combinator-space-after)
(#911) Expected single space after ">" (selector-combinator-space-after)
(#911) Expected single space after ">" (selector-combinator-space-after)
(#911) Expected single space after ">" (selector-combinator-space-after)
(#916) Expected single space after ">" (selector-combinator-space-after)
(#916) Expected single space after ">" (selector-combinator-space-after)
(#916) Expected single space after ">" (selector-combinator-space-after)
(#916) Expected single space after ">" (selector-combinator-space-after)
(#923) Expected single space after ">" (selector-combinator-space-after)
(#923) Expected single space after ">" (selector-combinator-space-after)
(#928) Expected single space after ">" (selector-combinator-space-after)
(#928) Expected single space after ">" (selector-combinator-space-after)
(#934) Expected single space after ">" (selector-combinator-space-after)
(#934) Expected single space after ">" (selector-combinator-space-after)
(#941) Expected single space after ">" (selector-combinator-space-after)
(#941) Expected single space after ">" (selector-combinator-space-after)
(#941) Expected single space after ">" (selector-combinator-space-after)
(#941) Expected single space after ">" (selector-combinator-space-after)
(#947) Expected single space after ">" (selector-combinator-space-after)
(#947) Expected single space after ">" (selector-combinator-space-after)
(#947) Expected single space after ">" (selector-combinator-space-after)
(#947) Expected single space after ">" (selector-combinator-space-after)
(#956) Expected single space after ">" (selector-combinator-space-after)
(#959) Expected single space after ">" (selector-combinator-space-after)
(#993) Expected single space after ">" (selector-combinator-space-after)
(#356) Expected single space before ">" (selector-combinator-space-before)
(#360) Expected single space before ">" (selector-combinator-space-before)
(#360) Expected single space before ">" (selector-combinator-space-before)
(#360) Expected single space before ">" (selector-combinator-space-before)
(#391) Expected single space before ">" (selector-combinator-space-before)
(#396) Expected single space before ">" (selector-combinator-space-before)
(#396) Expected single space before ">" (selector-combinator-space-before)
(#396) Expected single space before ">" (selector-combinator-space-before)
(#410) Expected single space before ">" (selector-combinator-space-before)
(#410) Expected single space before ">" (selector-combinator-space-before)
(#410) Expected single space before ">" (selector-combinator-space-before)
(#410) Expected single space before ">" (selector-combinator-space-before)
(#410) Expected single space before ">" (selector-combinator-space-before)
(#410) Expected single space before ">" (selector-combinator-space-before)
(#417) Expected single space before ">" (selector-combinator-space-before)
(#417) Expected single space before ">" (selector-combinator-space-before)
(#417) Expected single space before ">" (selector-combinator-space-before)
(#422) Expected single space before ">" (selector-combinator-space-before)
(#422) Expected single space before ">" (selector-combinator-space-before)
(#422) Expected single space before ">" (selector-combinator-space-before)
(#422) Expected single space before ">" (selector-combinator-space-before)
(#422) Expected single space before ">" (selector-combinator-space-before)
(#422) Expected single space before ">" (selector-combinator-space-before)
(#435) Expected single space before ">" (selector-combinator-space-before)
(#435) Expected single space before ">" (selector-combinator-space-before)
(#441) Expected single space before ">" (selector-combinator-space-before)
(#441) Expected single space before ">" (selector-combinator-space-before)
(#441) Expected single space before ">" (selector-combinator-space-before)
(#448) Expected single space before ">" (selector-combinator-space-before)
(#448) Expected single space before ">" (selector-combinator-space-before)
(#448) Expected single space before ">" (selector-combinator-space-before)
(#456) Expected single space before ">" (selector-combinator-space-before)
(#456) Expected single space before ">" (selector-combinator-space-before)
(#456) Expected single space before ">" (selector-combinator-space-before)
(#456) Expected single space before ">" (selector-combinator-space-before)
(#456) Expected single space before ">" (selector-combinator-space-before)
(#456) Expected single space before ">" (selector-combinator-space-before)
(#463) Expected single space before ">" (selector-combinator-space-before)
(#463) Expected single space before ">" (selector-combinator-space-before)
(#463) Expected single space before ">" (selector-combinator-space-before)
(#463) Expected single space before ">" (selector-combinator-space-before)
(#463) Expected single space before ">" (selector-combinator-space-before)
(#463) Expected single space before ">" (selector-combinator-space-before)
(#599) Expected single space before ">" (selector-combinator-space-before)
(#604) Expected single space before ">" (selector-combinator-space-before)
(#609) Expected single space before ">" (selector-combinator-space-before)
(#614) Expected single space before ">" (selector-combinator-space-before)
(#614) Expected single space before ">" (selector-combinator-space-before)
(#619) Expected single space before ">" (selector-combinator-space-before)
(#619) Expected single space before ">" (selector-combinator-space-before)
(#670) Expected single space before ">" (selector-combinator-space-before)
(#675) Expected single space before ">" (selector-combinator-space-before)
(#680) Expected single space before ">" (selector-combinator-space-before)
(#685) Expected single space before ">" (selector-combinator-space-before)
(#685) Expected single space before ">" (selector-combinator-space-before)
(#690) Expected single space before ">" (selector-combinator-space-before)
(#690) Expected single space before ">" (selector-combinator-space-before)
(#700) Expected single space before ">" (selector-combinator-space-before)
(#700) Expected single space before ">" (selector-combinator-space-before)
(#708) Expected single space before ">" (selector-combinator-space-before)
(#708) Expected single space before ">" (selector-combinator-space-before)
(#845) Expected single space before ">" (selector-combinator-space-before)
(#845) Expected single space before ">" (selector-combinator-space-before)
(#851) Expected single space before ">" (selector-combinator-space-before)
(#851) Expected single space before ">" (selector-combinator-space-before)
(#856) Expected single space before ">" (selector-combinator-space-before)
(#856) Expected single space before ">" (selector-combinator-space-before)
(#860) Expected single space before ">" (selector-combinator-space-before)
(#860) Expected single space before ">" (selector-combinator-space-before)
(#865) Expected single space before ">" (selector-combinator-space-before)
(#865) Expected single space before ">" (selector-combinator-space-before)
(#865) Expected single space before ">" (selector-combinator-space-before)
(#865) Expected single space before ">" (selector-combinator-space-before)
(#869) Expected single space before ">" (selector-combinator-space-before)
(#869) Expected single space before ">" (selector-combinator-space-before)
(#869) Expected single space before ">" (selector-combinator-space-before)
(#869) Expected single space before ">" (selector-combinator-space-before)
(#876) Expected single space before ">" (selector-combinator-space-before)
(#876) Expected single space before ">" (selector-combinator-space-before)
(#881) Expected single space before ">" (selector-combinator-space-before)
(#881) Expected single space before ">" (selector-combinator-space-before)
(#887) Expected single space before ">" (selector-combinator-space-before)
(#887) Expected single space before ">" (selector-combinator-space-before)
(#887) Expected single space before ">" (selector-combinator-space-before)
(#887) Expected single space before ">" (selector-combinator-space-before)
(#892) Expected single space before ">" (selector-combinator-space-before)
(#892) Expected single space before ">" (selector-combinator-space-before)
(#892) Expected single space before ">" (selector-combinator-space-before)
(#892) Expected single space before ">" (selector-combinator-space-before)
(#900) Expected single space before ">" (selector-combinator-space-before)
(#900) Expected single space before ">" (selector-combinator-space-before)
(#905) Expected single space before ">" (selector-combinator-space-before)
(#905) Expected single space before ">" (selector-combinator-space-before)
(#911) Expected single space before ">" (selector-combinator-space-before)
(#911) Expected single space before ">" (selector-combinator-space-before)
(#911) Expected single space before ">" (selector-combinator-space-before)
(#911) Expected single space before ">" (selector-combinator-space-before)
(#916) Expected single space before ">" (selector-combinator-space-before)
(#916) Expected single space before ">" (selector-combinator-space-before)
(#916) Expected single space before ">" (selector-combinator-space-before)
(#916) Expected single space before ">" (selector-combinator-space-before)
(#923) Expected single space before ">" (selector-combinator-space-before)
(#923) Expected single space before ">" (selector-combinator-space-before)
(#928) Expected single space before ">" (selector-combinator-space-before)
(#928) Expected single space before ">" (selector-combinator-space-before)
(#934) Expected single space before ">" (selector-combinator-space-before)
(#934) Expected single space before ">" (selector-combinator-space-before)
(#941) Expected single space before ">" (selector-combinator-space-before)
(#941) Expected single space before ">" (selector-combinator-space-before)
(#941) Expected single space before ">" (selector-combinator-space-before)
(#941) Expected single space before ">" (selector-combinator-space-before)
(#947) Expected single space before ">" (selector-combinator-space-before)
(#947) Expected single space before ">" (selector-combinator-space-before)
(#947) Expected single space before ">" (selector-combinator-space-before)
(#947) Expected single space before ">" (selector-combinator-space-before)
(#956) Expected single space before ">" (selector-combinator-space-before)
(#959) Expected single space before ">" (selector-combinator-space-before)
(#993) Expected single space before ">" (selector-combinator-space-before)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#18) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#21) Expected newline after "," (selector-list-comma-newline-after)
(#21) Expected newline after "," (selector-list-comma-newline-after)
(#21) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/beige.css
(#18) Invalid value for `background` (csstree/validator)
(#19) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#70) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#78) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#86) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#102) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#121) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#139) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#164) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#185) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#198) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#207) Expected newline before "}" (block-closing-brace-newline-before)
(#216) Expected newline before "}" (block-closing-brace-newline-before)
(#221) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#238) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#250) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#259) Expected newline before "}" (block-closing-brace-newline-before)
(#265) Expected newline before "}" (block-closing-brace-newline-before)
(#271) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#151) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#13) Expected "#ffffff" to be "#fff" (color-hex-length)
(#14) Expected "#ffffff" to be "#fff" (color-hex-length)
(#15) Expected "#ffffff" to be "#fff" (color-hex-length)
(#16) Expected "#ffffff" to be "#fff" (color-hex-length)
(#17) Expected "#ffffff" to be "#fff" (color-hex-length)
(#18) Expected "#ffffff" to be "#fff" (color-hex-length)
(#13) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#14) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#15) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#16) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#17) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#18) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#14) Unexpected unit (length-zero-no-unit)
(#121) Unexpected unit (length-zero-no-unit)
(#121) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#213) Unexpected unit (length-zero-no-unit)
(#63) Expected line length to be no more than 132 characters (max-line-length)
(#32) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#77) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#110) Expected newline after "," (selector-list-comma-newline-after)
(#123) Expected newline after "," (selector-list-comma-newline-after)
(#161) Expected newline after "," (selector-list-comma-newline-after)
(#166) Expected newline after "," (selector-list-comma-newline-after)
(#169) Expected newline after "," (selector-list-comma-newline-after)
(#231) Expected newline after "," (selector-list-comma-newline-after)
(#234) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/black.css
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#21) Expected newline before "}" (block-closing-brace-newline-before)
(#26) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#44) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#82) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#117) Expected newline before "}" (block-closing-brace-newline-before)
(#120) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#135) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#160) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#222) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#255) Expected newline before "}" (block-closing-brace-newline-before)
(#261) Expected newline before "}" (block-closing-brace-newline-before)
(#267) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#147) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#8) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#117) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#209) Unexpected unit (length-zero-no-unit)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#119) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#162) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#227) Expected newline after "," (selector-list-comma-newline-after)
(#230) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#236) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/blood.css
(#18) Expected newline before "}" (block-closing-brace-newline-before)
(#24) Expected newline before "}" (block-closing-brace-newline-before)
(#29) Expected newline before "}" (block-closing-brace-newline-before)
(#33) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#62) Expected newline before "}" (block-closing-brace-newline-before)
(#69) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#80) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#97) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#110) Expected newline before "}" (block-closing-brace-newline-before)
(#120) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#126) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#141) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#178) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#187) Expected newline before "}" (block-closing-brace-newline-before)
(#197) Expected newline before "}" (block-closing-brace-newline-before)
(#202) Expected newline before "}" (block-closing-brace-newline-before)
(#206) Expected newline before "}" (block-closing-brace-newline-before)
(#215) Expected newline before "}" (block-closing-brace-newline-before)
(#220) Expected newline before "}" (block-closing-brace-newline-before)
(#225) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#252) Expected newline before "}" (block-closing-brace-newline-before)
(#258) Expected newline before "}" (block-closing-brace-newline-before)
(#264) Expected newline before "}" (block-closing-brace-newline-before)
(#270) Expected newline before "}" (block-closing-brace-newline-before)
(#274) Expected newline before "}" (block-closing-brace-newline-before)
(#277) Expected newline before "}" (block-closing-brace-newline-before)
(#282) Expected newline before "}" (block-closing-brace-newline-before)
(#285) Expected newline before "}" (block-closing-brace-newline-before)
(#149) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#150) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#281) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#120) Unexpected unit (length-zero-no-unit)
(#120) Unexpected unit (length-zero-no-unit)
(#138) Unexpected unit (length-zero-no-unit)
(#138) Unexpected unit (length-zero-no-unit)
(#212) Unexpected unit (length-zero-no-unit)
(#62) Expected line length to be no more than 132 characters (max-line-length)
(#31) Expected newline after "," (selector-list-comma-newline-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#72) Expected newline after "," (selector-list-comma-newline-after)
(#72) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#109) Expected newline after "," (selector-list-comma-newline-after)
(#122) Expected newline after "," (selector-list-comma-newline-after)
(#160) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#168) Expected newline after "," (selector-list-comma-newline-after)
(#230) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#236) Expected newline after "," (selector-list-comma-newline-after)
(#239) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/chalkboard.css
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected newline before "}" (block-closing-brace-newline-before)
(#33) Expected newline before "}" (block-closing-brace-newline-before)
(#37) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#73) Expected newline before "}" (block-closing-brace-newline-before)
(#78) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#84) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#114) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#130) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#145) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#162) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#182) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#191) Expected newline before "}" (block-closing-brace-newline-before)
(#201) Expected newline before "}" (block-closing-brace-newline-before)
(#206) Expected newline before "}" (block-closing-brace-newline-before)
(#210) Expected newline before "}" (block-closing-brace-newline-before)
(#219) Expected newline before "}" (block-closing-brace-newline-before)
(#224) Expected newline before "}" (block-closing-brace-newline-before)
(#229) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#238) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#250) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#256) Expected newline before "}" (block-closing-brace-newline-before)
(#262) Expected newline before "}" (block-closing-brace-newline-before)
(#268) Expected newline before "}" (block-closing-brace-newline-before)
(#274) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#154) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#8) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#124) Unexpected unit (length-zero-no-unit)
(#124) Unexpected unit (length-zero-no-unit)
(#142) Unexpected unit (length-zero-no-unit)
(#142) Unexpected unit (length-zero-no-unit)
(#216) Unexpected unit (length-zero-no-unit)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#80) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#113) Expected newline after "," (selector-list-comma-newline-after)
(#126) Expected newline after "," (selector-list-comma-newline-after)
(#164) Expected newline after "," (selector-list-comma-newline-after)
(#169) Expected newline after "," (selector-list-comma-newline-after)
(#172) Expected newline after "," (selector-list-comma-newline-after)
(#234) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
(#243) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/league.css
(#20) Invalid value for `background` (csstree/validator)
(#21) Expected newline before "}" (block-closing-brace-newline-before)
(#27) Expected newline before "}" (block-closing-brace-newline-before)
(#32) Expected newline before "}" (block-closing-brace-newline-before)
(#36) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#62) Expected newline before "}" (block-closing-brace-newline-before)
(#65) Expected newline before "}" (block-closing-brace-newline-before)
(#72) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#80) Expected newline before "}" (block-closing-brace-newline-before)
(#83) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#97) Expected newline before "}" (block-closing-brace-newline-before)
(#100) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#110) Expected newline before "}" (block-closing-brace-newline-before)
(#113) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#126) Expected newline before "}" (block-closing-brace-newline-before)
(#129) Expected newline before "}" (block-closing-brace-newline-before)
(#141) Expected newline before "}" (block-closing-brace-newline-before)
(#144) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#161) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#178) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#187) Expected newline before "}" (block-closing-brace-newline-before)
(#190) Expected newline before "}" (block-closing-brace-newline-before)
(#200) Expected newline before "}" (block-closing-brace-newline-before)
(#205) Expected newline before "}" (block-closing-brace-newline-before)
(#209) Expected newline before "}" (block-closing-brace-newline-before)
(#218) Expected newline before "}" (block-closing-brace-newline-before)
(#223) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#252) Expected newline before "}" (block-closing-brace-newline-before)
(#255) Expected newline before "}" (block-closing-brace-newline-before)
(#261) Expected newline before "}" (block-closing-brace-newline-before)
(#267) Expected newline before "}" (block-closing-brace-newline-before)
(#273) Expected newline before "}" (block-closing-brace-newline-before)
(#31) Expected "#FF5E99" to be "#ff5e99" (color-hex-case)
(#152) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#153) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#196) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#227) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#234) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#237) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#240) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#243) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#264) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#273) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#15) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#16) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#17) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#18) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#19) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#20) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#16) Unexpected unit (length-zero-no-unit)
(#49) Unexpected unit (length-zero-no-unit)
(#49) Unexpected unit (length-zero-no-unit)
(#123) Unexpected unit (length-zero-no-unit)
(#123) Unexpected unit (length-zero-no-unit)
(#141) Unexpected unit (length-zero-no-unit)
(#141) Unexpected unit (length-zero-no-unit)
(#215) Unexpected unit (length-zero-no-unit)
(#65) Expected line length to be no more than 132 characters (max-line-length)
(#34) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#102) Expected newline after "," (selector-list-comma-newline-after)
(#102) Expected newline after "," (selector-list-comma-newline-after)
(#102) Expected newline after "," (selector-list-comma-newline-after)
(#112) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#163) Expected newline after "," (selector-list-comma-newline-after)
(#168) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#236) Expected newline after "," (selector-list-comma-newline-after)
(#239) Expected newline after "," (selector-list-comma-newline-after)
(#242) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/moon.css
(#11) Unknown property: color-profile
(#12) Unknown property: rendering-intent
(#12) Expected newline before "}" (block-closing-brace-newline-before)
(#19) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#70) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#78) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#86) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#102) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#121) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#139) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#164) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#185) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#198) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#207) Expected newline before "}" (block-closing-brace-newline-before)
(#216) Expected newline before "}" (block-closing-brace-newline-before)
(#221) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#238) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#250) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#259) Expected newline before "}" (block-closing-brace-newline-before)
(#265) Expected newline before "}" (block-closing-brace-newline-before)
(#271) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#151) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#121) Unexpected unit (length-zero-no-unit)
(#121) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#213) Unexpected unit (length-zero-no-unit)
(#12) Unexpected unknown property "rendering-intent" (property-no-unknown)
(#32) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#77) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#110) Expected newline after "," (selector-list-comma-newline-after)
(#123) Expected newline after "," (selector-list-comma-newline-after)
(#161) Expected newline after "," (selector-list-comma-newline-after)
(#166) Expected newline after "," (selector-list-comma-newline-after)
(#169) Expected newline after "," (selector-list-comma-newline-after)
(#231) Expected newline after "," (selector-list-comma-newline-after)
(#234) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/night.css
(#13) Expected newline before "}" (block-closing-brace-newline-before)
(#19) Expected newline before "}" (block-closing-brace-newline-before)
(#24) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected newline before "}" (block-closing-brace-newline-before)
(#42) Expected newline before "}" (block-closing-brace-newline-before)
(#45) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#64) Expected newline before "}" (block-closing-brace-newline-before)
(#69) Expected newline before "}" (block-closing-brace-newline-before)
(#72) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#80) Expected newline before "}" (block-closing-brace-newline-before)
(#83) Expected newline before "}" (block-closing-brace-newline-before)
(#86) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#96) Expected newline before "}" (block-closing-brace-newline-before)
(#99) Expected newline before "}" (block-closing-brace-newline-before)
(#102) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#115) Expected newline before "}" (block-closing-brace-newline-before)
(#118) Expected newline before "}" (block-closing-brace-newline-before)
(#121) Expected newline before "}" (block-closing-brace-newline-before)
(#133) Expected newline before "}" (block-closing-brace-newline-before)
(#136) Expected newline before "}" (block-closing-brace-newline-before)
(#145) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#161) Expected newline before "}" (block-closing-brace-newline-before)
(#164) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#182) Expected newline before "}" (block-closing-brace-newline-before)
(#192) Expected newline before "}" (block-closing-brace-newline-before)
(#197) Expected newline before "}" (block-closing-brace-newline-before)
(#201) Expected newline before "}" (block-closing-brace-newline-before)
(#210) Expected newline before "}" (block-closing-brace-newline-before)
(#215) Expected newline before "}" (block-closing-brace-newline-before)
(#220) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#229) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#238) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#259) Expected newline before "}" (block-closing-brace-newline-before)
(#265) Expected newline before "}" (block-closing-brace-newline-before)
(#144) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#145) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#115) Unexpected unit (length-zero-no-unit)
(#115) Unexpected unit (length-zero-no-unit)
(#133) Unexpected unit (length-zero-no-unit)
(#133) Unexpected unit (length-zero-no-unit)
(#207) Unexpected unit (length-zero-no-unit)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#67) Expected newline after "," (selector-list-comma-newline-after)
(#67) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#77) Expected newline after "," (selector-list-comma-newline-after)
(#77) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#104) Expected newline after "," (selector-list-comma-newline-after)
(#117) Expected newline after "," (selector-list-comma-newline-after)
(#155) Expected newline after "," (selector-list-comma-newline-after)
(#160) Expected newline after "," (selector-list-comma-newline-after)
(#163) Expected newline after "," (selector-list-comma-newline-after)
(#225) Expected newline after "," (selector-list-comma-newline-after)
(#228) Expected newline after "," (selector-list-comma-newline-after)
(#231) Expected newline after "," (selector-list-comma-newline-after)
(#234) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/serif.css
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#21) Expected newline before "}" (block-closing-brace-newline-before)
(#26) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#44) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#82) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#117) Expected newline before "}" (block-closing-brace-newline-before)
(#120) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#135) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#160) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#222) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#255) Expected newline before "}" (block-closing-brace-newline-before)
(#261) Expected newline before "}" (block-closing-brace-newline-before)
(#267) Expected newline before "}" (block-closing-brace-newline-before)
(#14) Expected "#F0F1EB" to be "#f0f1eb" (color-hex-case)
(#15) Expected "#F0F1EB" to be "#f0f1eb" (color-hex-case)
(#25) Expected "#26351C" to be "#26351c" (color-hex-case)
(#37) Expected "#383D3D" to be "#383d3d" (color-hex-case)
(#146) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#147) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#190) Expected "#51483D" to be "#51483d" (color-hex-case)
(#221) Expected "#51483D" to be "#51483d" (color-hex-case)
(#228) Expected "#51483D" to be "#51483d" (color-hex-case)
(#231) Expected "#51483D" to be "#51483d" (color-hex-case)
(#234) Expected "#51483D" to be "#51483d" (color-hex-case)
(#237) Expected "#51483D" to be "#51483d" (color-hex-case)
(#258) Expected "#51483D" to be "#51483d" (color-hex-case)
(#267) Expected "#51483D" to be "#51483d" (color-hex-case)
(#8) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#117) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#209) Unexpected unit (length-zero-no-unit)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#119) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#162) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#227) Expected newline after "," (selector-list-comma-newline-after)
(#230) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#236) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/simple.css
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#21) Expected newline before "}" (block-closing-brace-newline-before)
(#26) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#44) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#82) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#117) Expected newline before "}" (block-closing-brace-newline-before)
(#120) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#135) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#160) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#222) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#255) Expected newline before "}" (block-closing-brace-newline-before)
(#261) Expected newline before "}" (block-closing-brace-newline-before)
(#267) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#147) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#190) Expected "#00008B" to be "#00008b" (color-hex-case)
(#221) Expected "#00008B" to be "#00008b" (color-hex-case)
(#228) Expected "#00008B" to be "#00008b" (color-hex-case)
(#231) Expected "#00008B" to be "#00008b" (color-hex-case)
(#234) Expected "#00008B" to be "#00008b" (color-hex-case)
(#237) Expected "#00008B" to be "#00008b" (color-hex-case)
(#258) Expected "#00008B" to be "#00008b" (color-hex-case)
(#267) Expected "#00008B" to be "#00008b" (color-hex-case)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#117) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#209) Unexpected unit (length-zero-no-unit)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#119) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#162) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#227) Expected newline after "," (selector-list-comma-newline-after)
(#230) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#236) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/sky.css
(#21) Invalid value for `background` (csstree/validator)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#22) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected newline before "}" (block-closing-brace-newline-before)
(#33) Expected newline before "}" (block-closing-brace-newline-before)
(#37) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#73) Expected newline before "}" (block-closing-brace-newline-before)
(#78) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#84) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#114) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#130) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#145) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#162) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#182) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#191) Expected newline before "}" (block-closing-brace-newline-before)
(#201) Expected newline before "}" (block-closing-brace-newline-before)
(#206) Expected newline before "}" (block-closing-brace-newline-before)
(#210) Expected newline before "}" (block-closing-brace-newline-before)
(#219) Expected newline before "}" (block-closing-brace-newline-before)
(#224) Expected newline before "}" (block-closing-brace-newline-before)
(#229) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#238) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#250) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#256) Expected newline before "}" (block-closing-brace-newline-before)
(#262) Expected newline before "}" (block-closing-brace-newline-before)
(#268) Expected newline before "}" (block-closing-brace-newline-before)
(#274) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#154) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#16) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#17) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#18) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#19) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#20) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#21) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#17) Unexpected unit (length-zero-no-unit)
(#124) Unexpected unit (length-zero-no-unit)
(#124) Unexpected unit (length-zero-no-unit)
(#142) Unexpected unit (length-zero-no-unit)
(#142) Unexpected unit (length-zero-no-unit)
(#216) Unexpected unit (length-zero-no-unit)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#80) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#113) Expected newline after "," (selector-list-comma-newline-after)
(#126) Expected newline after "," (selector-list-comma-newline-after)
(#164) Expected newline after "," (selector-list-comma-newline-after)
(#169) Expected newline after "," (selector-list-comma-newline-after)
(#172) Expected newline after "," (selector-list-comma-newline-after)
(#234) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
(#243) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/solarized.css
(#11) Unknown property: color-profile
(#12) Unknown property: rendering-intent
(#12) Expected newline before "}" (block-closing-brace-newline-before)
(#19) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#70) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#78) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#86) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#102) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#121) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#139) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#164) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#185) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#198) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#207) Expected newline before "}" (block-closing-brace-newline-before)
(#216) Expected newline before "}" (block-closing-brace-newline-before)
(#221) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#238) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#250) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#259) Expected newline before "}" (block-closing-brace-newline-before)
(#265) Expected newline before "}" (block-closing-brace-newline-before)
(#271) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#151) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#121) Unexpected unit (length-zero-no-unit)
(#121) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#213) Unexpected unit (length-zero-no-unit)
(#12) Unexpected unknown property "rendering-intent" (property-no-unknown)
(#32) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#77) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#110) Expected newline after "," (selector-list-comma-newline-after)
(#123) Expected newline after "," (selector-list-comma-newline-after)
(#161) Expected newline after "," (selector-list-comma-newline-after)
(#166) Expected newline after "," (selector-list-comma-newline-after)
(#169) Expected newline after "," (selector-list-comma-newline-after)
(#231) Expected newline after "," (selector-list-comma-newline-after)
(#234) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/source/beige.scss
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#26) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#26) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#32) Expected indentation of 4 spaces (indentation)
(#15) Expected no more than 2 empty lines (max-empty-lines)
(#37) Expected no more than 2 empty lines (max-empty-lines)
(#28) Expected line length to be no more than 132 characters (max-line-length)
mod/revealjs/css/theme/source/black.scss
(#32) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#32) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#33) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#33) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#41) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 8 spaces (indentation)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/source/blood.scss
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#44) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#44) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#13) Expected indentation of 0 spaces (indentation)
(#40) Expected line length to be no more than 132 characters (max-line-length)
mod/revealjs/css/theme/source/league.scss
(#22) Expected single space after "," in a single-line function (function-comma-space-after)
(#22) Expected single space after "," in a single-line function (function-comma-space-after)
(#22) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#27) Expected indentation of 4 spaces (indentation)
(#22) Unexpected unit (length-zero-no-unit)
(#22) Unexpected unit (length-zero-no-unit)
(#17) Expected no more than 2 empty lines (max-empty-lines)
(#32) Expected no more than 2 empty lines (max-empty-lines)
(#23) Expected line length to be no more than 132 characters (max-line-length)
mod/revealjs/css/theme/source/moon.scss
(#22) Unknown property: color-profile
(#23) Unknown property: rendering-intent
(#50) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#50) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#14) Expected no more than 2 empty lines (max-empty-lines)
(#55) Expected no more than 2 empty lines (max-empty-lines)
(#23) Unexpected unknown property "rendering-intent" (property-no-unknown)
mod/revealjs/css/theme/source/night.scss
(#24) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#24) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
mod/revealjs/css/theme/source/serif.scss
(#20) Expected "#383D3D" to be "#383d3d" (color-hex-case)
(#23) Expected "#F0F1EB" to be "#f0f1eb" (color-hex-case)
(#24) Expected "#51483D" to be "#51483d" (color-hex-case)
(#26) Expected "#26351C" to be "#26351c" (color-hex-case)
(#25) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#25) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#29) Expected indentation of 4 spaces (indentation)
(#16) Expected no more than 2 empty lines (max-empty-lines)
mod/revealjs/css/theme/source/simple.scss
(#30) Expected "#00008B" to be "#00008b" (color-hex-case)
(#31) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#31) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#17) Expected no more than 2 empty lines (max-empty-lines)
(#36) Expected no more than 2 empty lines (max-empty-lines)
mod/revealjs/css/theme/source/sky.scss
(#29) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#29) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#34) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#15) Expected no more than 2 empty lines (max-empty-lines)
(#44) Expected no more than 2 empty lines (max-empty-lines)
mod/revealjs/css/theme/source/solarized.scss
(#23) Unknown property: color-profile
(#24) Unknown property: rendering-intent
(#51) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#51) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#14) Expected no more than 2 empty lines (max-empty-lines)
(#61) Expected no more than 2 empty lines (max-empty-lines)
(#24) Unexpected unknown property "rendering-intent" (property-no-unknown)
mod/revealjs/css/theme/source/white.scss
(#32) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#32) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#33) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#33) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#41) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 8 spaces (indentation)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/css/theme/template/mixins.scss
(#3) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#4) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#5) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#6) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#7) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#8) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#13) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#14) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#15) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#16) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#17) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#18) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#23) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#24) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#25) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#26) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#27) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#28) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#4) Expected single space after "," in a single-line function (function-comma-space-after)
(#4) Expected single space after "," in a single-line function (function-comma-space-after)
(#14) Expected single space after "," in a single-line function (function-comma-space-after)
(#14) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#24) Expected single space after "," in a single-line function (function-comma-space-after)
(#24) Expected single space after "," in a single-line function (function-comma-space-after)
(#25) Expected single space after "," in a single-line function (function-comma-space-after)
(#26) Expected single space after "," in a single-line function (function-comma-space-after)
(#27) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#8) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#18) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#3) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#4) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#4) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#5) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#5) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#6) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#6) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#7) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#7) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#8) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#8) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#13) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#13) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#14) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#14) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#15) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#15) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#16) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#16) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#17) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#17) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#18) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#18) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#23) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#23) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#24) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#24) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#25) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#25) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#26) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#26) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#27) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#27) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#28) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#28) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#24) Unexpected unit (length-zero-no-unit)
mod/revealjs/css/theme/template/settings.scss
(#32) Expected "#13DAEC" to be "#13daec" (color-hex-case)
(#36) Expected "#FF5E99" to be "#ff5e99" (color-hex-case)
(#33) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#33) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#42) Expected indentation of 4 spaces (indentation)
mod/revealjs/css/theme/template/theme.scss
(#55) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#58) Expected newline before "}" (block-closing-brace-newline-before)
(#55) Expected newline after "{" (block-opening-brace-newline-after)
(#56) Expected newline after "{" (block-opening-brace-newline-after)
(#57) Expected newline after "{" (block-opening-brace-newline-after)
(#58) Expected newline after "{" (block-opening-brace-newline-after)
(#55) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#56) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#57) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#58) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#181) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#182) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#145) Expected single space after "," in a single-line function (function-comma-space-after)
(#145) Expected single space after "," in a single-line function (function-comma-space-after)
(#145) Expected single space after "," in a single-line function (function-comma-space-after)
(#169) Expected single space after "," in a single-line function (function-comma-space-after)
(#169) Expected single space after "," in a single-line function (function-comma-space-after)
(#169) Expected single space after "," in a single-line function (function-comma-space-after)
(#266) Expected single space after "," in a single-line function (function-comma-space-after)
(#266) Expected single space after "," in a single-line function (function-comma-space-after)
(#266) Expected single space after "," in a single-line function (function-comma-space-after)
(#279) Expected single space after "," in a single-line function (function-comma-space-after)
(#279) Expected single space after "," in a single-line function (function-comma-space-after)
(#279) Expected single space after "," in a single-line function (function-comma-space-after)
(#332) Expected single space after "," in a single-line function (function-comma-space-after)
(#332) Expected single space after "," in a single-line function (function-comma-space-after)
(#332) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#256) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 0 spaces (indentation)
(#150) Expected indentation of 0 spaces (indentation)
(#148) Expected indentation of 0 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 0 spaces (indentation)
(#252) Expected indentation of 0 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 0 spaces (indentation)
(#276) Expected indentation of 0 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 0 spaces (indentation)
(#283) Expected indentation of 0 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 0 spaces (indentation)
(#340) Expected indentation of 0 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#337) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#339) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#145) Unexpected unit (length-zero-no-unit)
(#145) Unexpected unit (length-zero-no-unit)
(#169) Unexpected unit (length-zero-no-unit)
(#169) Unexpected unit (length-zero-no-unit)
(#265) Unexpected unit (length-zero-no-unit)
(#25) Expected single space after ">" (selector-combinator-space-after)
(#25) Expected single space after ">" (selector-combinator-space-after)
(#25) Expected single space after ">" (selector-combinator-space-after)
(#25) Expected single space before ">" (selector-combinator-space-before)
(#25) Expected single space before ">" (selector-combinator-space-before)
(#25) Expected single space before ">" (selector-combinator-space-before)
mod/revealjs/css/theme/white.css
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#21) Expected newline before "}" (block-closing-brace-newline-before)
(#26) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#44) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#82) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#117) Expected newline before "}" (block-closing-brace-newline-before)
(#120) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#135) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#160) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#222) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#255) Expected newline before "}" (block-closing-brace-newline-before)
(#261) Expected newline before "}" (block-closing-brace-newline-before)
(#267) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#147) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#8) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#117) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#135) Unexpected unit (length-zero-no-unit)
(#209) Unexpected unit (length-zero-no-unit)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#119) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#162) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#227) Expected newline after "," (selector-list-comma-newline-after)
(#230) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#236) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/lib/css/zenburn.css
(#10) Expected "#3F3F3F" to be "#3f3f3f" (color-hex-case)
(#11) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#23) Expected "#E3CEAB" to be "#e3ceab" (color-hex-case)
(#29) Expected "#DCDCDC" to be "#dcdcdc" (color-hex-case)
(#34) Expected "#8CD0D3" to be "#8cd0d3" (color-hex-case)
(#41) Expected "#EFDCBC" to be "#efdcbc" (color-hex-case)
(#50) Expected "#EFEFAF" to be "#efefaf" (color-hex-case)
(#55) Expected "#8F8F8F" to be "#8f8f8f" (color-hex-case)
(#75) Expected "#DCA3A3" to be "#dca3a3" (color-hex-case)
(#95) Expected "#CC9393" to be "#cc9393" (color-hex-case)
(#105) Expected "#7F9F7F" to be "#7f9f7f" (color-hex-case)
(#9) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
mod/revealjs/lib/font/league-gothic/league-gothic.css
(#4) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5) Expected indentation of 8 spaces (indentation)
(#6) Expected indentation of 8 spaces (indentation)
mod/revealjs/lib/font/source-sans-pro/source-sans-pro.css
(#4) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#14) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#24) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#34) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5) Expected indentation of 8 spaces (indentation)
(#6) Expected indentation of 8 spaces (indentation)
(#15) Expected indentation of 8 spaces (indentation)
(#16) Expected indentation of 8 spaces (indentation)
(#25) Expected indentation of 8 spaces (indentation)
(#26) Expected indentation of 8 spaces (indentation)
(#35) Expected indentation of 8 spaces (indentation)
(#36) Expected indentation of 8 spaces (indentation)
mod/revealjs/plugin/accessibility/helper.css
(#24) Unexpected !important (declaration-no-important)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#12) Expected single space after ">" (selector-combinator-space-after)
(#12) Expected single space after ">" (selector-combinator-space-after)
(#12) Expected single space after ">" (selector-combinator-space-after)
(#12) Expected single space after ">" (selector-combinator-space-after)
(#12) Expected single space after ">" (selector-combinator-space-after)
(#12) Expected single space before ">" (selector-combinator-space-before)
(#12) Expected single space before ">" (selector-combinator-space-before)
(#12) Expected single space before ">" (selector-combinator-space-before)
(#12) Expected single space before ">" (selector-combinator-space-before)
(#12) Expected single space before ">" (selector-combinator-space-before)
mod/revealjs/plugin/menu/font-awesome-4.3.0/css/font-awesome.css
(#88) Expected empty line before at-rule (at-rule-empty-line-before)
(#98) Expected empty line before at-rule (at-rule-empty-line-before)
(#65) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#167) Expected "#ffffff" to be "#fff" (color-hex-length)
(#109) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#115) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#121) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#127) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#133) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 8 spaces (indentation)
(#91) Expected indentation of 8 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 8 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 8 spaces (indentation)
(#101) Expected indentation of 8 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 8 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#281) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#408) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#469) Expected indentation of 4 spaces (indentation)
(#472) Expected indentation of 4 spaces (indentation)
(#475) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#481) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#490) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#509) Expected indentation of 4 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#518) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#533) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#539) Expected indentation of 4 spaces (indentation)
(#543) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#549) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#555) Expected indentation of 4 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#626) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#644) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#653) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#680) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#704) Expected indentation of 4 spaces (indentation)
(#708) Expected indentation of 4 spaces (indentation)
(#711) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 4 spaces (indentation)
(#718) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#744) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#753) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 4 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#765) Expected indentation of 4 spaces (indentation)
(#768) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#774) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#792) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#807) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#827) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 4 spaces (indentation)
(#860) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#866) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#872) Expected indentation of 4 spaces (indentation)
(#875) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#893) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#899) Expected indentation of 4 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#905) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 4 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 4 spaces (indentation)
(#927) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#933) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 4 spaces (indentation)
(#958) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 4 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#1001) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1016) Expected indentation of 4 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1022) Expected indentation of 4 spaces (indentation)
(#1025) Expected indentation of 4 spaces (indentation)
(#1028) Expected indentation of 4 spaces (indentation)
(#1031) Expected indentation of 4 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1040) Expected indentation of 4 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1046) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1052) Expected indentation of 4 spaces (indentation)
(#1055) Expected indentation of 4 spaces (indentation)
(#1058) Expected indentation of 4 spaces (indentation)
(#1061) Expected indentation of 4 spaces (indentation)
(#1064) Expected indentation of 4 spaces (indentation)
(#1067) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 4 spaces (indentation)
(#1073) Expected indentation of 4 spaces (indentation)
(#1076) Expected indentation of 4 spaces (indentation)
(#1079) Expected indentation of 4 spaces (indentation)
(#1082) Expected indentation of 4 spaces (indentation)
(#1085) Expected indentation of 4 spaces (indentation)
(#1088) Expected indentation of 4 spaces (indentation)
(#1091) Expected indentation of 4 spaces (indentation)
(#1094) Expected indentation of 4 spaces (indentation)
(#1097) Expected indentation of 4 spaces (indentation)
(#1100) Expected indentation of 4 spaces (indentation)
(#1103) Expected indentation of 4 spaces (indentation)
(#1106) Expected indentation of 4 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1114) Expected indentation of 4 spaces (indentation)
(#1118) Expected indentation of 4 spaces (indentation)
(#1122) Expected indentation of 4 spaces (indentation)
(#1125) Expected indentation of 4 spaces (indentation)
(#1129) Expected indentation of 4 spaces (indentation)
(#1133) Expected indentation of 4 spaces (indentation)
(#1139) Expected indentation of 4 spaces (indentation)
(#1144) Expected indentation of 4 spaces (indentation)
(#1148) Expected indentation of 4 spaces (indentation)
(#1152) Expected indentation of 4 spaces (indentation)
(#1155) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 4 spaces (indentation)
(#1161) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1167) Expected indentation of 4 spaces (indentation)
(#1170) Expected indentation of 4 spaces (indentation)
(#1173) Expected indentation of 4 spaces (indentation)
(#1176) Expected indentation of 4 spaces (indentation)
(#1179) Expected indentation of 4 spaces (indentation)
(#1182) Expected indentation of 4 spaces (indentation)
(#1185) Expected indentation of 4 spaces (indentation)
(#1188) Expected indentation of 4 spaces (indentation)
(#1191) Expected indentation of 4 spaces (indentation)
(#1194) Expected indentation of 4 spaces (indentation)
(#1197) Expected indentation of 4 spaces (indentation)
(#1200) Expected indentation of 4 spaces (indentation)
(#1203) Expected indentation of 4 spaces (indentation)
(#1206) Expected indentation of 4 spaces (indentation)
(#1209) Expected indentation of 4 spaces (indentation)
(#1212) Expected indentation of 4 spaces (indentation)
(#1215) Expected indentation of 4 spaces (indentation)
(#1218) Expected indentation of 4 spaces (indentation)
(#1221) Expected indentation of 4 spaces (indentation)
(#1224) Expected indentation of 4 spaces (indentation)
(#1227) Expected indentation of 4 spaces (indentation)
(#1230) Expected indentation of 4 spaces (indentation)
(#1233) Expected indentation of 4 spaces (indentation)
(#1236) Expected indentation of 4 spaces (indentation)
(#1239) Expected indentation of 4 spaces (indentation)
(#1242) Expected indentation of 4 spaces (indentation)
(#1245) Expected indentation of 4 spaces (indentation)
(#1248) Expected indentation of 4 spaces (indentation)
(#1251) Expected indentation of 4 spaces (indentation)
(#1254) Expected indentation of 4 spaces (indentation)
(#1257) Expected indentation of 4 spaces (indentation)
(#1260) Expected indentation of 4 spaces (indentation)
(#1263) Expected indentation of 4 spaces (indentation)
(#1266) Expected indentation of 4 spaces (indentation)
(#1270) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 4 spaces (indentation)
(#1276) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 4 spaces (indentation)
(#1282) Expected indentation of 4 spaces (indentation)
(#1285) Expected indentation of 4 spaces (indentation)
(#1288) Expected indentation of 4 spaces (indentation)
(#1291) Expected indentation of 4 spaces (indentation)
(#1294) Expected indentation of 4 spaces (indentation)
(#1297) Expected indentation of 4 spaces (indentation)
(#1300) Expected indentation of 4 spaces (indentation)
(#1303) Expected indentation of 4 spaces (indentation)
(#1307) Expected indentation of 4 spaces (indentation)
(#1310) Expected indentation of 4 spaces (indentation)
(#1313) Expected indentation of 4 spaces (indentation)
(#1316) Expected indentation of 4 spaces (indentation)
(#1320) Expected indentation of 4 spaces (indentation)
(#1323) Expected indentation of 4 spaces (indentation)
(#1326) Expected indentation of 4 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1332) Expected indentation of 4 spaces (indentation)
(#1335) Expected indentation of 4 spaces (indentation)
(#1338) Expected indentation of 4 spaces (indentation)
(#1343) Expected indentation of 4 spaces (indentation)
(#1347) Expected indentation of 4 spaces (indentation)
(#1350) Expected indentation of 4 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1356) Expected indentation of 4 spaces (indentation)
(#1359) Expected indentation of 4 spaces (indentation)
(#1362) Expected indentation of 4 spaces (indentation)
(#1365) Expected indentation of 4 spaces (indentation)
(#1368) Expected indentation of 4 spaces (indentation)
(#1371) Expected indentation of 4 spaces (indentation)
(#1374) Expected indentation of 4 spaces (indentation)
(#1377) Expected indentation of 4 spaces (indentation)
(#1380) Expected indentation of 4 spaces (indentation)
(#1383) Expected indentation of 4 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1389) Expected indentation of 4 spaces (indentation)
(#1392) Expected indentation of 4 spaces (indentation)
(#1395) Expected indentation of 4 spaces (indentation)
(#1398) Expected indentation of 4 spaces (indentation)
(#1401) Expected indentation of 4 spaces (indentation)
(#1404) Expected indentation of 4 spaces (indentation)
(#1407) Expected indentation of 4 spaces (indentation)
(#1410) Expected indentation of 4 spaces (indentation)
(#1413) Expected indentation of 4 spaces (indentation)
(#1416) Expected indentation of 4 spaces (indentation)
(#1419) Expected indentation of 4 spaces (indentation)
(#1422) Expected indentation of 4 spaces (indentation)
(#1426) Expected indentation of 4 spaces (indentation)
(#1430) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1436) Expected indentation of 4 spaces (indentation)
(#1439) Expected indentation of 4 spaces (indentation)
(#1442) Expected indentation of 4 spaces (indentation)
(#1445) Expected indentation of 4 spaces (indentation)
(#1448) Expected indentation of 4 spaces (indentation)
(#1451) Expected indentation of 4 spaces (indentation)
(#1454) Expected indentation of 4 spaces (indentation)
(#1457) Expected indentation of 4 spaces (indentation)
(#1462) Expected indentation of 4 spaces (indentation)
(#1466) Expected indentation of 4 spaces (indentation)
(#1470) Expected indentation of 4 spaces (indentation)
(#1474) Expected indentation of 4 spaces (indentation)
(#1477) Expected indentation of 4 spaces (indentation)
(#1480) Expected indentation of 4 spaces (indentation)
(#1483) Expected indentation of 4 spaces (indentation)
(#1486) Expected indentation of 4 spaces (indentation)
(#1493) Expected indentation of 4 spaces (indentation)
(#1496) Expected indentation of 4 spaces (indentation)
(#1500) Expected indentation of 4 spaces (indentation)
(#1504) Expected indentation of 4 spaces (indentation)
(#1507) Expected indentation of 4 spaces (indentation)
(#1510) Expected indentation of 4 spaces (indentation)
(#1513) Expected indentation of 4 spaces (indentation)
(#1516) Expected indentation of 4 spaces (indentation)
(#1519) Expected indentation of 4 spaces (indentation)
(#1523) Expected indentation of 4 spaces (indentation)
(#1527) Expected indentation of 4 spaces (indentation)
(#1531) Expected indentation of 4 spaces (indentation)
(#1534) Expected indentation of 4 spaces (indentation)
(#1538) Expected indentation of 4 spaces (indentation)
(#1541) Expected indentation of 4 spaces (indentation)
(#1544) Expected indentation of 4 spaces (indentation)
(#1547) Expected indentation of 4 spaces (indentation)
(#1550) Expected indentation of 4 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)
(#1556) Expected indentation of 4 spaces (indentation)
(#1560) Expected indentation of 4 spaces (indentation)
(#1563) Expected indentation of 4 spaces (indentation)
(#1566) Expected indentation of 4 spaces (indentation)
(#1569) Expected indentation of 4 spaces (indentation)
(#1572) Expected indentation of 4 spaces (indentation)
(#1575) Expected indentation of 4 spaces (indentation)
(#1578) Expected indentation of 4 spaces (indentation)
(#1581) Expected indentation of 4 spaces (indentation)
(#1584) Expected indentation of 4 spaces (indentation)
(#1587) Expected indentation of 4 spaces (indentation)
(#1590) Expected indentation of 4 spaces (indentation)
(#1593) Expected indentation of 4 spaces (indentation)
(#1596) Expected indentation of 4 spaces (indentation)
(#1599) Expected indentation of 4 spaces (indentation)
(#1602) Expected indentation of 4 spaces (indentation)
(#1605) Expected indentation of 4 spaces (indentation)
(#1608) Expected indentation of 4 spaces (indentation)
(#1611) Expected indentation of 4 spaces (indentation)
(#1614) Expected indentation of 4 spaces (indentation)
(#1617) Expected indentation of 4 spaces (indentation)
(#1620) Expected indentation of 4 spaces (indentation)
(#1623) Expected indentation of 4 spaces (indentation)
(#1626) Expected indentation of 4 spaces (indentation)
(#1629) Expected indentation of 4 spaces (indentation)
(#1632) Expected indentation of 4 spaces (indentation)
(#1635) Expected indentation of 4 spaces (indentation)
(#1638) Expected indentation of 4 spaces (indentation)
(#1641) Expected indentation of 4 spaces (indentation)
(#1644) Expected indentation of 4 spaces (indentation)
(#1647) Expected indentation of 4 spaces (indentation)
(#1650) Expected indentation of 4 spaces (indentation)
(#1653) Expected indentation of 4 spaces (indentation)
(#1656) Expected indentation of 4 spaces (indentation)
(#1659) Expected indentation of 4 spaces (indentation)
(#1662) Expected indentation of 4 spaces (indentation)
(#1665) Expected indentation of 4 spaces (indentation)
(#1668) Expected indentation of 4 spaces (indentation)
(#1671) Expected indentation of 4 spaces (indentation)
(#1676) Expected indentation of 4 spaces (indentation)
(#1679) Expected indentation of 4 spaces (indentation)
(#1682) Expected indentation of 4 spaces (indentation)
(#1685) Expected indentation of 4 spaces (indentation)
(#1688) Expected indentation of 4 spaces (indentation)
(#1691) Expected indentation of 4 spaces (indentation)
(#1694) Expected indentation of 4 spaces (indentation)
(#1697) Expected indentation of 4 spaces (indentation)
(#1700) Expected indentation of 4 spaces (indentation)
(#1703) Expected indentation of 4 spaces (indentation)
(#1706) Expected indentation of 4 spaces (indentation)
(#1709) Expected indentation of 4 spaces (indentation)
(#1712) Expected indentation of 4 spaces (indentation)
(#1715) Expected indentation of 4 spaces (indentation)
(#1718) Expected indentation of 4 spaces (indentation)
(#1721) Expected indentation of 4 spaces (indentation)
(#1724) Expected indentation of 4 spaces (indentation)
(#1727) Expected indentation of 4 spaces (indentation)
(#1730) Expected indentation of 4 spaces (indentation)
(#1733) Expected indentation of 4 spaces (indentation)
(#1736) Expected indentation of 4 spaces (indentation)
(#1739) Expected indentation of 4 spaces (indentation)
(#1742) Expected indentation of 4 spaces (indentation)
(#1745) Expected indentation of 4 spaces (indentation)
(#1748) Expected indentation of 4 spaces (indentation)
(#1751) Expected indentation of 4 spaces (indentation)
(#1754) Expected indentation of 4 spaces (indentation)
(#1757) Expected indentation of 4 spaces (indentation)
(#1760) Expected indentation of 4 spaces (indentation)
(#1763) Expected indentation of 4 spaces (indentation)
(#1766) Expected indentation of 4 spaces (indentation)
(#1769) Expected indentation of 4 spaces (indentation)
(#1772) Expected indentation of 4 spaces (indentation)
(#1775) Expected indentation of 4 spaces (indentation)
(#1778) Expected indentation of 4 spaces (indentation)
(#1781) Expected indentation of 4 spaces (indentation)
(#1784) Expected indentation of 4 spaces (indentation)
(#1788) Expected indentation of 4 spaces (indentation)
(#1791) Expected indentation of 4 spaces (indentation)
(#1794) Expected indentation of 4 spaces (indentation)
(#1797) Expected indentation of 4 spaces (indentation)
(#1800) Expected indentation of 4 spaces (indentation)
mod/revealjs/plugin/menu/font-awesome-4.3.0/css/font-awesome.min.css
(#4) Expected empty line before at-rule (at-rule-empty-line-before)
(#4) Expected empty line before at-rule (at-rule-empty-line-before)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline after "}" (block-closing-brace-newline-after)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#4) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#4) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#4) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#4) Expected "DXImageTransform.Microsoft.BasicImage" to be "dximagetransform.microsoft.basicimage" (function-name-case)
(#4) Expected line length to be no more than 132 characters (max-line-length)
(#4) Expected single space after ">" (selector-combinator-space-after)
(#4) Expected single space before ">" (selector-combinator-space-before)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#4) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#4) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#4) Expected single space after "," in a single-line list (value-list-comma-space-after)
mod/revealjs/plugin/menu/menu.css
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected "#AAA" to be "#aaa" (color-hex-case)
(#168) Expected "#FFF" to be "#fff" (color-hex-case)
(#198) Expected "#CCC" to be "#ccc" (color-hex-case)
(#58) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#25) Unexpected whitespace at end of line (no-eol-whitespace)
(#51) Unexpected whitespace at end of line (no-eol-whitespace)
(#138) Unexpected whitespace at end of line (no-eol-whitespace)
(#222) Unexpected whitespace at end of line (no-eol-whitespace)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
mod/revealjs/test/qunit-1.12.0.css
(#17) Expected newline before "}" (block-closing-brace-newline-before)
(#18) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#171) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#189) Expected newline before "}" (block-closing-brace-newline-before)
(#192) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#214) Expected newline before "}" (block-closing-brace-newline-before)
(#216) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#219) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#17) Expected newline after "{" (block-opening-brace-newline-after)
(#18) Expected newline after "{" (block-opening-brace-newline-after)
(#169) Expected newline after "{" (block-opening-brace-newline-after)
(#170) Expected newline after "{" (block-opening-brace-newline-after)
(#171) Expected newline after "{" (block-opening-brace-newline-after)
(#188) Expected newline after "{" (block-opening-brace-newline-after)
(#189) Expected newline after "{" (block-opening-brace-newline-after)
(#192) Expected newline after "{" (block-opening-brace-newline-after)
(#194) Expected newline after "{" (block-opening-brace-newline-after)
(#212) Expected newline after "{" (block-opening-brace-newline-after)
(#214) Expected newline after "{" (block-opening-brace-newline-after)
(#216) Expected newline after "{" (block-opening-brace-newline-after)
(#217) Expected newline after "{" (block-opening-brace-newline-after)
(#219) Expected newline after "{" (block-opening-brace-newline-after)
(#96) Expected single space before "{" (block-opening-brace-space-before)
(#169) Expected single space before "{" (block-opening-brace-space-before)
(#170) Expected single space before "{" (block-opening-brace-space-before)
(#171) Expected single space before "{" (block-opening-brace-space-before)
(#188) Expected single space before "{" (block-opening-brace-space-before)
(#189) Expected single space before "{" (block-opening-brace-space-before)
(#192) Expected single space before "{" (block-opening-brace-space-before)
(#194) Expected single space before "{" (block-opening-brace-space-before)
(#212) Expected single space before "{" (block-opening-brace-space-before)
(#214) Expected single space before "{" (block-opening-brace-space-before)
(#216) Expected single space before "{" (block-opening-brace-space-before)
(#217) Expected single space before "{" (block-opening-brace-space-before)
(#219) Expected single space before "{" (block-opening-brace-space-before)
(#68) Expected "#5E740B" to be "#5e740b" (color-hex-case)
(#170) Expected "#5E740B" to be "#5e740b" (color-hex-case)
(#185) Expected "#C6E746" to be "#c6e746" (color-hex-case)
(#188) Expected "#528CE0" to be "#528ce0" (color-hex-case)
(#188) Expected "#D2E0E6" to be "#d2e0e6" (color-hex-case)
(#194) Expected "#C6E746" to be "#c6e746" (color-hex-case)
(#201) Expected "#EE5757" to be "#ee5757" (color-hex-case)
(#212) Expected "#EE5757" to be "#ee5757" (color-hex-case)
(#216) Expected "#EE5757" to be "#ee5757" (color-hex-case)
(#219) Expected "#EE5757" to be "#ee5757" (color-hex-case)
(#228) Expected "#D2E0E6" to be "#d2e0e6" (color-hex-case)
(#192) Expected "#999999" to be "#999" (color-hex-length)
(#212) Expected "#000000" to be "#000" (color-hex-length)
(#214) Expected "#000000" to be "#000" (color-hex-length)
(#188) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#212) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#14) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(40 errors, 19 warnings)

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

mod/revealjs/backup/moodle2/backup_revealjs_activity_task.class.php
(#2) Empty line found after PHP open tag
(#31) Class backup_revealjs_activity_task does not have @copyright tag
(#31) Class backup_revealjs_activity_task does not have @license tag
mod/revealjs/backup/moodle2/backup_revealjs_stepslib.php
(#2) Empty line found after PHP open tag
(#36) Function backup_revealjs_activity_structure_step::define_structure is not documented
(#18) No one-line description found in phpdocs for file
(#31) Class backup_revealjs_activity_structure_step does not have @copyright tag
(#31) Class backup_revealjs_activity_structure_step does not have @license tag
(#19) Package mod is not valid
mod/revealjs/backup/moodle2/restore_revealjs_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class restore_revealjs_activity_task
(#29) Class restore_revealjs_activity_task does not have @copyright tag
(#29) Class restore_revealjs_activity_task does not have @license tag
mod/revealjs/backup/moodle2/restore_revealjs_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function restore_revealjs_activity_structure_step::define_structure is not documented
(#43) Function restore_revealjs_activity_structure_step::process_revealjs is not documented
(#56) Function restore_revealjs_activity_structure_step::after_execute is not documented
(#18) No one-line description found in phpdocs for file
(#29) Class restore_revealjs_activity_structure_step does not have @copyright tag
(#29) Class restore_revealjs_activity_structure_step does not have @license tag
mod/revealjs/classes/event/course_module_viewed.php
(#50) Function course_module_viewed::get_objectid_mapping is not documented
mod/revealjs/content.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/revealjs/db/install.php
(#2) Empty line found after PHP open tag
(#34) Function xmldb_revealjs_install is not documented
(#26) Package mod is not valid
mod/revealjs/db/log.php
(#2) Empty line found after PHP open tag
mod/revealjs/db/upgrade.php
(#2) Empty line found after PHP open tag
(#49) Function xmldb_revealjs_upgrade is not documented
(#41) Package mod is not valid
mod/revealjs/index.php
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid
mod/revealjs/lang/en/revealjs.php
(#2) Empty line found after PHP open tag
(#21) Package revealjs is not valid
mod/revealjs/lib.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#58) Phpdocs for function revealjs_reset_userdata has incomplete parameters list
(#497) Not recommended phpdocs tag @global used
(#19) Package mod is not valid
mod/revealjs/locallib.php
(#2) Empty line found after PHP open tag
(#38) Function revealjs_content_file_info::get_parent is not documented
(#44) Function revealjs_content_file_info::get_visible_name is not documented
(#52) Function revealjs_get_editor_options is not documented
(#34) Class revealjs_content_file_info does not have @copyright tag
(#34) Class revealjs_content_file_info does not have @license tag
(#59) Not recommended phpdocs tag @global used
(#76) Not recommended phpdocs tag @global used
(#120) Not recommended phpdocs tag @global used
(#21) Package mod is not valid
mod/revealjs/mod_form.php
(#2) Empty line found after PHP open tag
(#33) Class mod_revealjs_mod_form is not documented
(#34) Function mod_revealjs_mod_form::definition is not documented
(#21) Package mod is not valid
mod/revealjs/settings.php
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid
mod/revealjs/version.php
(#20) Package mod is not valid
mod/revealjs/view.php
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid

Update savepoints problems

(4 errors, 0 warnings)

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

mod/revealjs/db/upgrade.php
Detected more 'if' blocks (3) than 'savepoint' calls (0)
version 2015103000 is missing corresponding savepoint call
version 2016010300 is missing corresponding savepoint call
version 2016010500 is missing corresponding savepoint call

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, 0 warnings)

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

Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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